summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-07-05 03:31:29 +0000
committertaca <taca@pkgsrc.org>2010-07-05 03:31:29 +0000
commit38a3e40e553c662f1d9045683ab24e0b14e378cc (patch)
treed60ffdbbca59121eee7cd4de2c33b9347f3c4f6a /www
parentc1c55dbf42693ee903aeca825ea8c31bb9a81d67 (diff)
downloadpkgsrc-38a3e40e553c662f1d9045683ab24e0b14e378cc.tar.gz
Update typo3 package to 4.4.0.
o The New Introduction Package o Fresh and Improved Backend o Easier Installation than Ever o Revised and Faster Rich Text Editor And more, please refer release note. http://typo3.org/download/release-notes/typo3-44/
Diffstat (limited to 'www')
-rw-r--r--www/typo3/Makefile4
-rw-r--r--www/typo3/PLIST1706
-rw-r--r--www/typo3/distinfo16
-rw-r--r--www/typo3/patches/patch-aa8
4 files changed, 1297 insertions, 437 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile
index b001dcecf8c..6308768403b 100644
--- a/www/typo3/Makefile
+++ b/www/typo3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2010/04/09 10:15:24 taca Exp $
+# $NetBSD: Makefile,v 1.22 2010/07/05 03:31:29 taca Exp $
#
DISTNAME= ${TYPO3NAME}
@@ -17,7 +17,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/
PKG_DESTDIR_SUPPORT= user-destdir
-VER= 4.3.3
+VER= 4.4.0
NO_BUILD= yes
USE_TOOLS= pax
diff --git a/www/typo3/PLIST b/www/typo3/PLIST
index a8d9853a9ed..94c8f32a062 100644
--- a/www/typo3/PLIST
+++ b/www/typo3/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2010/04/09 10:15:24 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2010/07/05 03:31:30 taca Exp $
${EGDIR}/localconf.php
${TYPO3DIR}/${TYPO3NAME}/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/GPL.txt
@@ -12,9 +12,6 @@ ${TYPO3DIR}/${TYPO3NAME}/misc/advanced.htaccess
${TYPO3DIR}/${TYPO3NAME}/misc/core_svn_rules.txt
${TYPO3DIR}/${TYPO3NAME}/misc/example_MM_relationTables.sql
${TYPO3DIR}/${TYPO3NAME}/misc/locallang_XML_dummy.xml
-${TYPO3DIR}/${TYPO3NAME}/misc/phpcheck/incfile.php
-${TYPO3DIR}/${TYPO3NAME}/misc/phpcheck/index.php
-${TYPO3DIR}/${TYPO3NAME}/misc/phpcheck/reference.html
${TYPO3DIR}/${TYPO3NAME}/misc/simple.htaccess
${TYPO3DIR}/${TYPO3NAME}/misc/superadmin.php
${TYPO3DIR}/${TYPO3NAME}/misc/virtualdir.tgz
@@ -26,8 +23,11 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_dbbackend
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_filebackend.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_memcachedbackend.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_nullbackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_pdobackend.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_transientmemorybackend.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_backend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_phpcapablebackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/resources/ddl.sql
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/class.t3lib_cache_exception.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/class.t3lib_cache_factory.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/class.t3lib_cache_manager.php
@@ -38,6 +38,7 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_inval
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_invaliddata.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_nosuchcache.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/frontend/class.t3lib_cache_frontend_abstractfrontend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/frontend/class.t3lib_cache_frontend_phpfrontend.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/frontend/class.t3lib_cache_frontend_stringfrontend.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/frontend/class.t3lib_cache_frontend_variablefrontend.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/frontend/interfaces/interface.t3lib_cache_frontend_frontend.php
@@ -55,6 +56,7 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_browsetree.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_cache.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_cli.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_clipboard.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_compressor.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_cs.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_db.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_diff.php
@@ -84,6 +86,7 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_pagerenderer.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_pagetree.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_parsehtml.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_parsehtml_proc.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_pdohelper.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_positionmap.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_querygenerator.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_readmail.php
@@ -93,6 +96,7 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_registry.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_rteapi.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_scbase.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_softrefproc.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_spritemanager.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_sqlengine.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_sqlparser.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_stdgraphic.php
@@ -158,6 +162,8 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/error/class.t3lib_error_exception.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/error/class.t3lib_error_productionexceptionhandler.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/error/interface.t3lib_error_errorhandlerinterface.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/error/interface.t3lib_error_exceptionhandlerinterface.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/class.t3lib_extjs_extdirectapi.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/class.t3lib_extjs_extdirectrouter.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/index.html
${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/nimbus.ttf
${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/readme.txt
@@ -166,12 +172,17 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/index.html
${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_browselinkshook.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_pageselect_getpagehook.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_pageselect_getpageoverlayhook.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_pageselect_getrecordoverlayhook.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_singleton.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_spritemanager_spriteicongenerator.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_tcemain_checkmodifyaccesslisthook.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/adminpanel.js
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/tceforms.js
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/ext.resizable.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/ext.ux.tabclosemenu.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/flashmessages.js
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/resize.css
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/resize.gif
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/jsfunc.tceforms_suggest.js
@@ -183,6 +194,7 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/jsfunc.validateform.js
${TYPO3DIR}/${TYPO3NAME}/t3lib/matchcondition/class.t3lib_matchcondition_abstract.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/matchcondition/class.t3lib_matchcondition_backend.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/matchcondition/class.t3lib_matchcondition_frontend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/spritemanager/class.t3lib_spritemanager_simplehandler.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/load_ext_tables.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tables.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tables.sql
@@ -195,6 +207,7 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/unidata/Translit.txt
${TYPO3DIR}/${TYPO3NAME}/t3lib/unidata/UnicodeData.txt
${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_client.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_http.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_mail.php
${TYPO3DIR}/${TYPO3NAME}/typo3/GPL.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/LICENSE.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/README.txt
@@ -205,7 +218,6 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/alt_doc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/alt_doc_nodoc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/alt_file_navframe.php
${TYPO3DIR}/${TYPO3NAME}/typo3/alt_intro.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/alt_main.php
${TYPO3DIR}/${TYPO3NAME}/typo3/alt_menu.php
${TYPO3DIR}/${TYPO3NAME}/typo3/alt_menu_sel.php
${TYPO3DIR}/${TYPO3NAME}/typo3/alt_mod_frameset.php
@@ -228,6 +240,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/class.webpagetree.php
${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.ajaxlogin.php
${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.backendsearchmenu.php
${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.clearcachemenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.donatewindow.php
${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.modulemenu.php
${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.shortcutmenu.php
${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.typo3_tcefile.php
@@ -243,6 +256,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/.htaccess
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/RemoveXSS/RemoveXSS.php
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/INCLUDE_ORDER.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/LICENSE.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/ext/ext-base-debug-w-comments.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/ext/ext-base-debug.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/ext/ext-base.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/jquery/ext-jquery-adapter-debug.js
@@ -255,53 +269,56 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-all-debug.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-all.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-core-debug.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-core.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-af-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-bg-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ca-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-cs-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-da-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-de-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-el_GR-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-en-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-en_GB-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-es-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-fa-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-fi-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-fr-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-fr_CA-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-gr-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-he-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-hr-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-hu-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-id-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-it-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ja-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ko-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-lt-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-lv-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-mk-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-nl-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-no_NB-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-no_NN-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-pl-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-pt-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-pt_BR-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-pt_PT-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ro-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ru-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sk-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sl-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sr-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sr_RS-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sv_SE-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-th-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-tr-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ukr-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-vn-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-zh_CN-min.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-zh_TW-min.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-core.jsb2
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext.jsb2
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-af.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-bg.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ca.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-cs.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-da.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-de.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-el_GR.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-en.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-en_GB.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-es.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-fa.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-fi.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-fr.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-fr_CA.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-gr.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-he.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-hr.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-hu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-id.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-it.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ja.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ko.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-lt.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-lv.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-mk.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-nl.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-no_NB.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-no_NN.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-pl.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-pt.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-pt_BR.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-pt_PT.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ro.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ru.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sk.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sl.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sr.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sr_RS.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sv_SE.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-th.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-tr.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ukr.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-vn.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-zh_CN.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-zh_TW.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/charts.swf
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/README.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/debug.css
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/ext-all-notheme.css
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/ext-all.css
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/reset-min.css
@@ -523,6 +540,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/scrol
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-inactive-left-bg.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-inactive-right-bg.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-left-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-over-left-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-over-right-bg.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-right-bg.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-close.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-strip-bg.gif
@@ -574,6 +593,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/rig
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/right-corners.psd
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/top-bottom.png
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/top-bottom.psd
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/resources.jsb
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/flvplayer.swf
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/player.swf
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/player.txt
@@ -599,9 +619,6 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/plugins/swfupload.speed.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/plugins/swfupload.swfobject.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/swfupload.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/swfupload.swf
-${TYPO3DIR}/${TYPO3NAME}/typo3/css/backend-scaffolding.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/css/backend-style.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/css/modulemenu.css
${TYPO3DIR}/${TYPO3NAME}/typo3/db_list.php
${TYPO3DIR}/${TYPO3NAME}/typo3/db_new.php
${TYPO3DIR}/${TYPO3NAME}/typo3/default.htm
@@ -862,6 +879,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/filter_bg.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/CREDITS.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/at.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ba.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/be.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/bg.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/br.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ch.gif
@@ -902,6 +920,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/no.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/pl.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/pt.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ro.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/rs.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ru.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/sa.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/se.gif
@@ -1352,6 +1371,9 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert2.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert3.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert4.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/installbackground.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/installlogo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/legend.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/lightning.png
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/lightning_green.png
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/lightning_red.png
@@ -1600,12 +1622,17 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/js/clearcachemenu.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/clickmenu.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/common.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/constantEditor.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/donate.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/backendsizemanager.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/debugPanel.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/viewport.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/viewportConfiguration.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/flashupload.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/iecompatibility.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/loginrefresh.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/modulemenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/pagetreefiltermenu.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/shortcutmenu.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/js/sizemanager.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/tabmenu.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/toolbarmanager.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/tree.js
@@ -1679,14 +1706,20 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/perm/class.sc_mod_web_perm_ajax.php
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/perm/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/perm/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/perm/index.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/perm/legend.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/perm/perm.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/perm/perm.js
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/website.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/move_el.php
${TYPO3DIR}/${TYPO3NAME}/typo3/show_item.php
${TYPO3DIR}/${TYPO3NAME}/typo3/show_rechis.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheet.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/install/install.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/element_csh.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/element_docheader.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/main_scaffolding.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/print.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/toolbar.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/topbar.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/visual/main_content.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/.htaccess
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/README.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/ext_emconf.php
@@ -1882,7 +1915,6 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_localconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_tables.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_tables.sql
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_tables_static+adt.sql
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/flexform_media.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/class.tx_cms_layout.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/clear.gif
@@ -1890,6 +1922,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/db_layout.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/db_new_content_el.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/interfaces/interface.tx_cms_layout_tt_content_drawitemhook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/js/typo3pageModule.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/layout.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/locallang_db_new_content_el.xml
@@ -1922,7 +1955,9 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/index_ts.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_cobjgetsinglehook.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_getdatahook.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_getimgresourcehook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_postinithook.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_stdwraphook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_menu_filterMenuPagesHook.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/arrow_act.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/arrow_no.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/blackclear.gif
@@ -2330,7 +2365,11 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v3.9/constants.t
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v3.9/setup.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.2/constants.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.2/setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.3/constants.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.3/setup.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.tx_dbal_autoloader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.tx_dbal_installtool.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.ux_db_list_extra.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.ux_t3lib_db.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.ux_t3lib_sqlparser.php
@@ -2356,6 +2395,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/locallang_mod.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/moduleicon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/README
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/Templates/install.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/indexed_search.diff
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/realurl.diff
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/scheduler.diff
@@ -2444,6 +2484,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/CleanStateNotMemorized.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalObjectType.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidClass.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidNumberOfConstraints.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidPropertyType.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/MissingBackend.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/RepositoryException.php
@@ -2452,9 +2493,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/Unex
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnknownObject.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnsupportedMethod.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnsupportedOrder.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/ValueFormatException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnsupportedRelation.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/IdentityMap.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/IteratorInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/LazyLoadingProxy.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/LazyObjectStorage.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/LoadingStrategyInterface.php
@@ -2462,7 +2502,9 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Manager.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/ManagerInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Mapper/ColumnMap.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Mapper/DataMap.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Mapper/DataMapFactory.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Mapper/DataMapper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/ObjectMonitoringInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/ObjectStorage.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/PropertyType.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/AndInterface.php
@@ -2470,6 +2512,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/BindVariab
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/BindVariableValueInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/Comparison.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/ComparisonInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/Constraint.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/ConstraintInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/DynamicOperand.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/DynamicOperandInterface.php
@@ -2491,16 +2534,13 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/Ordering.p
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/OrderingInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/PropertyValue.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/PropertyValueInterface.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/QueryObjectModel.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/QueryObjectModelConstantsInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/QueryObjectModelFactory.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/QueryObjectModelFactoryInterface.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/QueryObjectModelInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/Selector.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/SelectorInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/SourceInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/Statement.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/StatementInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/StaticOperand.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/StaticOperandInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/UpperCase.php
@@ -2509,28 +2549,15 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Query.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QueryFactory.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QueryFactoryInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QueryInterface.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QueryResult.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QueryResultInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QuerySettingsInterface.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/RangeIterator.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/RangeIteratorInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Repository.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/RepositoryInterface.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Row.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/RowInterface.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/RowIterator.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/RowIteratorInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Session.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Storage/BackendInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Storage/Exception/BadConstraint.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Storage/Exception/SqlError.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Storage/Typo3DbBackend.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Typo3QuerySettings.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Typo3QuerySettingsInterface.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Value.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/ValueFactory.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/ValueFactoryInterface.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/ValueInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/FormatNotSupported.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidDataType.php
@@ -2562,6 +2589,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/ClassLoader.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/ExtbaseRequirementsCheck.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/Extension.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/Localization.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/TypeHandling.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/TypoScript.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Error.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception.php
@@ -2595,6 +2623,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/Valid
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/ValidatorResolver.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Documentation/README.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/RELEASE_NOTES.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Resources/Private/.htaccess
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Resources/Private/Language/locallang_db.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/BaseTestCase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Configuration/BackendConfigurationManager_testcase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Configuration/FrontendConfigurationManager_testcase.php
@@ -2605,16 +2635,17 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/MVC/Controller/ActionControl
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/MVC/Controller/Argument_testcase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/MVC/Controller/Arguments_testcase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/MVC/Web/RequestBuilder_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/MVC/Web/RequestTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/MVC/Web/Routing/UriBuilder_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Persistence/Mapper/DataMap_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Persistence/Mapper/DataMapFactory_testcase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Persistence/ObjectStorage_testcase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Persistence/Query_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Persistence/Repository_testcase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Persistence/Session_testcase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Persistence/Storage/Typo3DbBackend_testcase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Reflection/Service_testcase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Security/Channel/RequestHashService_testcase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Security/Cryptography/HashService_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/SeleniumBaseTestCase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Utility/Extension_testcase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Utility/TypoScript_testcase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Validation/Validator/AlphanumericValidator_testcase.php
@@ -2639,7 +2670,6 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_localconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_tables.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_tables.sql
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_typoscript_setup.txt
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/last_synched_target
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/class.tx_extrapagecmoptions.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_icon.gif
@@ -2663,28 +2693,30 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/pi1/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/template.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Compatibility/DocbookGeneratorService.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Compatibility/ObjectFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Compatibility/ObjectManager.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Compatibility/TemplateParserBuilder.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/Configuration.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/Interceptor/Escape.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/InterceptorInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/ParsedTemplateInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/ParsingState.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/AbstractNode.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ArrayNode.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/NodeInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ObjectAccessorNode.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/RenderingContextAwareInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/RootNode.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/TextNode.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ViewHelperNode.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/TemplateParser.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Rendering/HTMLSpecialCharsPostProcessor.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Rendering/ObjectAccessorPostProcessorInterface.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Rendering/RenderingConfiguration.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Rendering/RenderingContext.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/RuntimeException.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/ArgumentDefinition.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Arguments.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Exception/InvalidVariableException.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Facets/ChildNodeAccessInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Facets/PostParseInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/TagBasedViewHelper.php
@@ -2696,7 +2728,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Exception.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Fluid.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Service/DocbookGenerator.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/Exception.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/Exception/InvalidTemplateResource.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/Exception/InvalidSectionException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/Exception/InvalidTemplateResourceException.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/TemplateView.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/TemplateViewInterface.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/AliasViewHelper.php
@@ -2716,6 +2749,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/CountViewHelper.
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/CycleViewHelper.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/DebugViewHelper.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/ElseViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/EscapeViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/FlashMessagesViewHelper.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/ForViewHelper.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/AbstractFormFieldViewHelper.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/AbstractFormViewHelper.php
@@ -2728,6 +2763,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/SelectViewH
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/SubmitViewHelper.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/TextareaViewHelper.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/TextboxViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/TextfieldViewHelper.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/UploadViewHelper.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/FormViewHelper.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/CropViewHelper.php
@@ -2756,93 +2792,75 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/EmailViewHel
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ExternalViewHelper.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/PageViewHelper.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ResourceViewHelper.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/PostParseFacetViewHelper.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture01-shorthand.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture01.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture02-shorthand.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture02.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture03.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture04.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture05.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture06-shorthand.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture06.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture07.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture08.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture09.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture10.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture11.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture12_cdata.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture13_mandatoryInformation.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestFixture14.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TemplateParserTestPostParseFixture.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TestViewHelper.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/ChildNodeAccessFacetViewHelper.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/AbstractNodeTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/TextNodeTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/ViewHelperNodeComparatorTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/ViewHelperNodeTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/TemplateParserPatternTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ParsingStateTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Rendering/HTMLSpecialCharsPostProcessorTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Rendering/RenderingConfigurationTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Rendering/RenderingContextTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/TagBasedViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/TagBuilderTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/TemplateParserTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/VariableContainerTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/AbstractViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/ArgumentDefinitionTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/TemplateVariableContainerTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/ViewHelperVariableContainerTest_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/PostParseFacetViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture01-shorthand-split.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture01-shorthand.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture06-split.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture06.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture14-split.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture14.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Interceptor/EscapeTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/ParsingStateTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/AbstractNodeTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/TextNodeTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/ViewHelperNodeComparatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/ViewHelperNodeTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/TemplateParserPatternTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/TemplateParserTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Rendering/RenderingContextTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/TagBasedViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/TagBuilderTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/AbstractViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/ArgumentDefinitionTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/TemplateVariableContainerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/ViewHelperVariableContainerTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/LayoutFixture.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/TemplateViewFixture.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/TemplateViewSectionFixture.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/TransparentSyntaxTreeNode.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/UnparsedTemplateFixture.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/TemplateViewTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/AliasViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/BaseViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/CycleViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ElseViewHelperTest_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/TemplateViewTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/AliasViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/BaseViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/CycleViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ElseViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures/ConstraintSyntaxTreeNode.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures/IfFixture.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures/IfThenElseFixture.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ForViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/AbstractFormFieldViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/AbstractFormViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/CheckboxViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/ErrorsViewHelperTest_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ForViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/AbstractFormFieldViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/AbstractFormViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/CheckboxViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/ErrorsViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/Fixtures/EmptySyntaxTreeNode.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/Fixtures/Fixture_UserDomainClass.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/HiddenViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/RadioViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/SelectViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/SubmitViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/TextareaViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/TextboxViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/UploadViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/FormViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/CurrencyViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/DateViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/Nl2brViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/NumberViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/PaddingViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/PrintfViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/GroupedForViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/IfViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/ActionViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/EmailViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/ExternalViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ThenViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/TranslateViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/ActionViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/EmailViewHelperTest_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/ExternalViewHelperTest_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/HiddenViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/RadioViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/SelectViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/SubmitViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/TextareaViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/TextboxViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/UploadViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/CurrencyViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/DateViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/Nl2brViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/NumberViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/PaddingViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/PrintfViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/GroupedForViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/IfViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/EmailViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/ExternalViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Persistence/IdentityViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ThenViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/EmailViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/ExternalViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ViewHelperBaseTestcase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_autoload.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_icon.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/last_synched_target
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/class.tx_funcwizards_webfunc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/ext_icon.gif
@@ -2885,6 +2903,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/tablelist.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/update.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/doc/TODO.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/export.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_autoload.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_tables.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_tables.sql
@@ -2892,6 +2911,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/import.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/locallang_csh.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc1.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/modfunc1/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/task/class.tx_impexp_task.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.crawler.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.doublemetaphone.php
@@ -2962,6 +2982,68 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/ext_tables.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/locallang_csh_webinfo.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/AlterPasswordForm.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckImageMagick.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckMail.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckTheDatabaseAdminUser.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckTheDatabaseCache.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckTheDatabaseImport.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckTheDatabaseMenu.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckTheDatabaseUc.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CleanUpManager.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/DisplayFieldComp.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/DisplayFields.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/DisplaySuggestions.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/DisplayTwinImage.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/GenerateConfigForm.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/GenerateUpdateDatabaseFormCheckboxes.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/GetUpdateDbFormWrap.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/ImageMenu.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/InitExtConfig.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/Install.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/Install_123.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/Install_login.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/LoginForm.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/PhpInformation.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/PrintAll.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/PrintSection.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/SetupGeneral.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/StepHeader.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/StepOutput.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/Typo3ConfEdit.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/Typo3TempManager.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/UpdateWizardParts.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/ViewArray.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/WriteToLocalConfControl.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/body-background.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/button-background-hover.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/button-background.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/content-background.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/content-bottom.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/content-top.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/input-background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/login-icon-key.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuAbout.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuBackground.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuCleanup.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuConfig.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuDatabase.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuExtConfig.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuImages.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuPhpinfo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuTypo3confEdit.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuTypo3temp.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuUpdate.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/numbers.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Javascript/install.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/general.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/ie6.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/ie7.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/install.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/install_123.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/install_login.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/reset.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ext_autoload.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ext_icon.gif
@@ -2988,14 +3070,13 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/class.tx_install_ajax.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/class.tx_install_session.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/conf.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/install.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/install.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/install.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/locallang_mod.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/report/class.tx_install_report_installstatus.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/report/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/requirements.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_compatversion.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_compressionlevel.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_cscsplit.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_imagescols.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_installnewsysexts.php
@@ -3003,6 +3084,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_insta
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_installversioning.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_mergeadvanced.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_notinmenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_statictemplates.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_t3skin.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_44f1273ab1.jpg
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_48784f637a.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_48784f637a.png
@@ -3184,6 +3267,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_web_info.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_web_list.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_web_perm.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_show_rechis.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_t3lib_fullsearch.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_tca.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_tcemain.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_tsfe.xml
@@ -3406,6 +3490,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/local
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/htmlarea.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/blockquote.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/indent.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertHorizontalRule.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertOrderedList.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertParagraphAfter.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertParagraphBefore.gif
@@ -3427,12 +3512,10 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/imag
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/images/cut.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/images/paste.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultClean/class.tx_rtehtmlarea_defaultclean.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/class.tx_rtehtmlarea_defaultcolor.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/htmlarea.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/images/forecolor.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/images/hilitecolor.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultFont/class.tx_rtehtmlarea_defaultfont.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultFont/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/class.tx_rtehtmlarea_defaultimage.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin/htmlarea.css
@@ -3506,7 +3589,6 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/SelectFont/locallan
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/SpellChecker/class.tx_rtehtmlarea_spellchecker.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/SpellChecker/skin/htmlarea.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/SpellChecker/skin/images/spell-check.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/StatusBar/class.tx_rtehtmlarea_statusbar.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/class.tx_rtehtmlarea_typo3color.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/skin/htmlarea.css
@@ -3542,6 +3624,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/ski
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/table-prop.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/table-restyle.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/toggle-borders.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TextIndicator/class.tx_rtehtmlarea_textindicator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TextIndicator/skin/htmlarea.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TextStyle/class.tx_rtehtmlarea_textstyle.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TextStyle/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UndoRedo/class.tx_rtehtmlarea_undoredo.php
@@ -3564,7 +3648,6 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/locallang_dialogs.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/locallang_msg.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/locallang_tooltips.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/AboutEditor/about-editor.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/AboutEditor/popups/about.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/Acronym/acronym.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/Acronym/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockElements/block-elements.js
@@ -3573,26 +3656,20 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockStyle/bl
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockStyle/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/CharacterMap/character-map.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/CharacterMap/locallang.xml
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/CharacterMap/popups/select_character.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/ContextMenu/context-menu.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/ContextMenu/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/CopyPaste/copy-paste.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/CopyPaste/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultClean/default-clean.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultClean/locallang.xml
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultColor/default-color.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultColor/locallang.xml
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultColor/popups/select_color.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultFont/default-font.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultFont/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultImage/default-image.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultImage/locallang.xml
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultImage/popups/insert_image.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultInline/default-inline.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultInline/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultLink/default-link.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultLink/locallang.xml
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultLink/popups/link.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefinitionList/definition-list.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefinitionList/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/dynamiccss.css
@@ -3601,15 +3678,12 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/lo
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditorMode/editor-mode.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditorMode/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/FindReplace/find-replace.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/FindReplace/fr_engine.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/FindReplace/locallang.xml
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/FindReplace/popups/find_replace.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineCSS/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineElements/inline-elements.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineElements/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/insert-smiley.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/locallang.xml
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/popups/insertsmiley.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0001.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0002.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0003.gif
@@ -3630,24 +3704,34 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0018.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0019.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0020.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_cool.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_cry.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_embarassed.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_footinmouth.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_frown.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_innocent.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_kiss.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_laughing.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_moneyinmouth.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_public_license.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_sealed.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_smile.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_surprised.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_tongueout.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_undecided.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_wink.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_yell.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/Language/language.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/Language/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/QuickTag/locallang.xml
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/QuickTag/popups/quicktag.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/QuickTag/quick-tag.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/QuickTag/tag-lib.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/RemoveFormat/locallang.xml
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/RemoveFormat/popups/removeformat.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/RemoveFormat/remove-format.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SelectColor/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SelectFont/select-font.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/locallang.xml
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/popups/spell-check-ui-iso-8859-1.html
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/popups/spell-check-ui.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-check-style.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-check-ui.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-checker.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/StatusBar/status-bar.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/download.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/external_link.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/external_link_new_window.gif
@@ -3664,6 +3748,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Image/ty
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link/typo3link.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/table-operations.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TextIndicator/text-indicator.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TextStyle/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TextStyle/text-style.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/UndoRedo/undo-redo.js
@@ -3673,104 +3758,98 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/popups/blank.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/popups/editor_help.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/htmlarea-edited-content.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/htmlarea.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/Acronym/ed_acronym.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/BlockElements/blockquote.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/BlockElements/indent.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/BlockElements/insertParagraphAfter.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/BlockElements/insertParagraphBefore.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/BlockElements/justifyCenter.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/BlockElements/justifyFull.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/BlockElements/justifyLeft.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/BlockElements/justifyRight.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/BlockElements/outdent.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/CharacterMap/ed_charmap.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/FindReplace/ed_find.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/bidioverride.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/big.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/bold.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/citation.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/code.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/definition.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/deletedtext.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/emphasis.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/insertedtext.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/italic.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/keyboard.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/monospaced.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/quotation.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/sample.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/small.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/span.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/strikethrough.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/strong.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/subscript.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/superscript.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/underline.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InlineElements/variable.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/InsertSmiley/ed_smiley.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/QuickTag/ed_quicktag.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/RemoveFormat/ed_clean.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/SpellChecker/spell-check.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TYPO3ViewHelp/module_help.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/cell-delete.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/cell-insert-after.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/cell-insert-before.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/cell-merge.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/cell-prop.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/cell-split.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/col-delete.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/col-insert-after.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/col-insert-before.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/col-prop.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/col-split.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/insert_table.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/row-delete.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/row-insert-above.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/row-insert-after.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/row-insert-under.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/row-prop.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/row-split.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/table-prop.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/table-restyle.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TableOperations/toggle-borders.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/UserElements/ed_user.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/definitionItem.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/definitionList.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_about.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_blank.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_color_bg.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_color_fg.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_copy.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_custom.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_cut.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_delete.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_help.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_hr.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_html.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_image.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_left_to_right.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_link.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_list_bullet.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_list_num.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_paste.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_redo.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_right_to_left.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_save.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_splitblock.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_splitcel.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_undo.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/ed_unlink.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/fullscreen_maximize.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/fullscreen_minimize.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/insert_table.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/abbreviation-edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/bidi-override.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/big.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/blockquote.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/bold.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-edit-properties.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-insert-after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-insert-before.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-merge.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/character-insert-from-map.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/citation.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/code.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/color-background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/color-foreground.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-edit-properties.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-insert-after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-insert-before.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/copy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cut.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/definition-list-item.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/definition-list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/definition.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/delete-item.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/deleted-text.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/editor-show-about.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/editor-toggle-mode.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/emphasis.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/find-replace.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/horizontal-rule-insert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/image-edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/indent.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/inserted-text.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/italic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/justify-center.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/justify-full.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/justify-left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/justify-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/keyboard.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/language-marks-show.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/link-edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/mono-spaced.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/ordered-list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/outdent.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paragraph-insert-after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paragraph-insert-before.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paste.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/quotation.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/redo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/remove-format.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-edit-properties.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-insert-above.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-insert-under.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/sample.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/smiley-insert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/span.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/spell-check.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/strike-through.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/strong.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/subscript.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/superscript.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/table-edit-properties.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/table-insert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/table-restyle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/table-show-borders.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/tag-insert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/text-direction-left-to-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/text-direction-right-to-left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/underline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/undo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/unlink.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/unordered-list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/user-element-edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/variable.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/alt_menu_mainitem_bg.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/language-marker.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/show-language-marks.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/row-header.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/sprites/actions.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/dialog-information.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/dialog-ok.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/loading-balls.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/resizable.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/system-help-open.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/locallang_db.xml
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod2/acronym.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod2/class.tx_rtehtmlarea_acronym_mod.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod2/clear.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod2/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod2/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod3/browse_links.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php
@@ -3905,6 +3984,353 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/mod/setup.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/simulatestatic/class.tx_simulatestatic.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/simulatestatic/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/simulatestatic/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/class.tx_statictemplates.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_tables_static+adt.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/locallang_tca.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/arrow_act.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/arrow_no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/blackclear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/blackdot.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/blank.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet1_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet1_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet2_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet2_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet3_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet3_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet4.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet4_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet4_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet5_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet5_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/dot.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/dots1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/dots2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/fwd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/greenclear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/mark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/pen1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/pen2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/punktmrk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/redclear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/rew.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/stipler3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/left_ro.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/maskpart1.tif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/maskpart2.tif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/maskpart3.tif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/menubottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/menulevel1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/menulevel2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/menutop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/middle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/middle_ro.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/right_ro.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/angry.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/grin.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/sad.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/smile.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/tongue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/tonguewink.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/veryhappy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/wink.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/3ds.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/CREDITS.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ai.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ani.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/au.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/avi.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/bmp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/cdr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/css.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/csv.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/default.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/doc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/dtd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/eps.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/exe.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/fh3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/flash.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/folder.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/gif.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/htm.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/html.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/html1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/html2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/html3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ico.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/inc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/java.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/jpg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/js.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/max.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/mid.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/mov.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/mpeg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/mpg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/pcd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/pcx.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/pdf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/php3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/png.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ppt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ps.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/psd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/rtf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/sgml.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/swf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/sxc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/sxw.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/t3d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/t3x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/tga.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/tif.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/tmpl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ttf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/txt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/wav.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/wrl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/xls.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/xml.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/xsl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/zip.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/cctld.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/credits.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_cz.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_cz_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_cz_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_de.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_de_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_de_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_dk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_dk_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_dk_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_es.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_es_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_es_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fi.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fi_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fi_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fr_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fr_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_it.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_it_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_it_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lt_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lt_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lv.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lv_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lv_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_nl_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_nl_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_pl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_pl_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_pl_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_se.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_se_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_se_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_si.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_si_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_si_si.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_sk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_sk_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_sk_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_uk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_uk_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_uk_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_at.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_be.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_ch.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_cz.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_de.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_dk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_es.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_fi.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_fr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_gr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_ie.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_is.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_it.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_lt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_pl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_pt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_se.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_sk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_tr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_uk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist1_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist1_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist2_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist2_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist3_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist3_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist4_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist4_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist5_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist5_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist6_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist6_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist7_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist7_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist8_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist8_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom1_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom1_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom2_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom2_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom3_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom3_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom4_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom4_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom5_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom5_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom6_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom6_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom7_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom7_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom8_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom8_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/content_client.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/content_default.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/content_fresh.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/content_selected.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/notfound_thumb.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/notfound_thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/creditcard_control_numbers.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/creditcard_control_numbers_mini.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/dankort.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/dankort_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/diners.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/diners_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/express.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/letter.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/mastercard.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/mastercard_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/money.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/nordea.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/nordea_orig.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/nordea_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/pakketrans.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/postdanmark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/set.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/soloe.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/soloe_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/visa.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/visa_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/blank.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/defaultstylesheet.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/end.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_callfunction.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_itemArrayProcFunc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_keepRollover.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_keepRollover.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_languageMenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_typolinkpop.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/fe_adminLib.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/freesite_dummy_page_menu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/gmenu_foldout.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/gmenu_layers.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/join.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/joinbottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/jsfunc.foldout.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/jsfunc.layermenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/makeMenu_datedirectory.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/pdaversion_content.tmpl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/plaintextLib.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/plaintext_content.tmpl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/postit.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/printversion_content.tmpl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/testscript.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/testscript_EXT.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/testscript_INT.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/thread.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/tmenu_layers.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/wapversionLib.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/xmenu_layers.diff
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/xmlversionLib.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/back1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/back2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/back3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/back4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/back5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/candidate/bar_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/candidate/bar_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/candidate/dot_round.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/candidate/line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/home.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/logo_welcome.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/main.htm
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/pil.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/pil2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/search.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/toparrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_de.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_de_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_dk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_dk_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_uk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_uk_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/background_page.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/menu_back.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/menu_first.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/menu_last.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/menu_middle.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/menu_sublevel.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/pict_logo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/pict_top.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/template.tmpl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/hyper/background_main.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/hyper/background_top.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/hyper/sprache.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/hyper/titel.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/menuRO_mask.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/menuback_image.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/menuback_mask.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/menuback_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/600.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/blue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/signup.htm
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/style.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/template.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/toplogo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/postit_1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/postit_2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/postit_3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/left_background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/leftmenu_act.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/leftmenu_no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/leftmenu_ro.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/menu_afterimage.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/menuback.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/my_logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/top_background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/top_leftofmenu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/testlogo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/testlogo2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/topimage.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/topimage.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/toplogo.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/topmask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/typo3logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/typo3power1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/typo3power2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/typologo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/tca.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/template_standard.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/class.tx_sv_auth.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/class.tx_sv_authbase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/class.tx_sv_loginformhook.php
@@ -3917,8 +4343,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/class.tx_sv_reports_serviceslis
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/tx_sv_report.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/tx_sv_report.png
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/TODO.txt
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/class.tx_sysaction.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_autoload.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_tables.php
@@ -3926,13 +4352,13 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_tables.sql
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/locallang_csh_sysaction.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/locallang_tca.xml
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/sys_action.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/sys_action__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/task/class.tx_sysaction_task.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/tca.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/class.tx_sysaction_toolbarmenu.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/registerToolbarItem.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/tx_sysactions.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/tx_sysactions.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/x-sys_action.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_tables.php
@@ -3940,41 +4366,52 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_tables.sql
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/locallang_csh_sysnote.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/locallang_tca.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/LICENSE
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/class.tx_t3editor.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/css/t3editor.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/css/t3editor_inner.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/classes/class.tx_t3editor.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/classes/class.tx_t3editor_hooks_tstemplateinfo.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/classes/ts_codecompletion/class.tx_t3editor_codecompletion.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/classes/ts_codecompletion/class.tx_t3editor_tsrefloader.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/ext_localconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/ext_tables.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/icons/loader_eeeeee.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/LICENSE
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/README
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/codemirror.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/editor.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/mirrorframe.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/parsecss.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/parsehtmlmixed.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/parsejavascript.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/parsesparql.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/parsetyposcript.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/parsexml.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/select.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/stringstream.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/tokenize.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/tokenizejavascript.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/tokenizetyposcript.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/undo.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/codemirror/util.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/t3editor.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/ts_codecompletion/completionresult.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/ts_codecompletion/descriptionPlugin.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/ts_codecompletion/tscodecompletion.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/ts_codecompletion/tsparser.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/jslib/ts_codecompletion/tsref.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/lib/ts_codecompletion/class.tx_t3editor_codecompletion.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/lib/ts_codecompletion/class.tx_t3editor_tsrefloader.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/locallang.xml
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/tsref/tsref.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/csscolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/jscolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/sparqlcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/t3editor.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/t3editor_inner.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/typoscriptcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/xmlcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/README
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/codemirror.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/editor.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/highlight.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/mirrorframe.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/parsecss.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/parsedummy.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/parsehtmlmixed.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/parsejavascript.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/parsesparql.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/parsetyposcript.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/parsexml.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/select.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/stringstream.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/tokenize.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/tokenizejavascript.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/tokenizetyposcript.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/undo.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/util.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/t3editor.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/completionresult.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/descriptionPlugin.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/tscodecompletion.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/tsparser.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/tsref.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/tx_tstemplateinfo/tx_tstemplateinfo.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/templates/t3editor.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/tsref/tsref.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/alt_backend_logo.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/alt_intro_image.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/border_collapse.gif
@@ -4243,6 +4680,11 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/alt_menu_mainitem_bg.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/alt_topmenu_back_dummy.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/alt_topmenu_back_full.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/altmenuline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/arrowdown.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/arrowleft.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/arrowright.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/arrowup.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/bar.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/bg_input_button.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/bg_input_button_hover.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/blackclear.gif
@@ -4325,9 +4767,11 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit_file.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit_page.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit_rtewiz.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/editaccess.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/error.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/expand_window.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/fileicons/css.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/fileicons/folder.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/filter_bg.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/garbage.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/go.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/goback.gif
@@ -4687,12 +5131,12 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_warning2.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/import.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/import_update.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/info.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/information.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/insert1.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/insert2.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/insert3.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/insert4.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/insert5.png
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/legend.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/line.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/link_popup.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/list.gif
@@ -4727,6 +5171,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/newrecord_marker.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/newrecord_marker_d.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/notfound_thumb.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/notfound_thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/notice.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ok.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/arrowbullet.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/blank.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/halfline.gif
@@ -4763,6 +5209,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_sub.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_sub4.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_sub5.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_timing.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/perm-allowed.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/perm-denied.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/perm.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pil2down.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pil2left.gif
@@ -4841,6 +5289,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/intext_right.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/intext_right_nowrap.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/shortcut.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/shortcut_background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/shortcutgroups-bg.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/spacer.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_large.gif
@@ -4862,6 +5311,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/thumb_s.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/todoicon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/todoicon_group.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/todoicon_user.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/toolbar_item_active_bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/toolbar_separator.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/topmenu_background.jpg
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/topmenu_background_palette.jpg
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/turn_down.gif
@@ -4873,6 +5324,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/undo.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/up.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/upload.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/viewdok.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/warning.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_colorpickerex.jpg
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_forms.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_rte.gif
@@ -4883,7 +5335,6 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_tsconfig_s.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/working.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/zoom.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/zoom2.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/legend.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login-alert-error.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login-alert-warning.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login-icon-key.gif
@@ -4912,6 +5363,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_config.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_dbint.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_em.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_em.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_install.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_isearch.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_log.gif
@@ -4923,143 +5375,549 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_user_taskcenter.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_user_taskcenter_big.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_user_ws.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_func.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_info.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_func.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_info.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_layout.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_layout_big.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_list.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_list_big.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_modules.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_perms.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_perms.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_ts.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_version.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_view.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_view.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_view_big.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/options.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/login/loginimage_4_2.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/module-menu-down.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/module-menu-right.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/button-hover.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/button.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/login-box.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/module-menu-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/module-menu-right.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/module-menu-top.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/row-header.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/tab.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/topbar.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/general/donate_teaser.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-close.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-duplicates-select.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-edit-access.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-export-csv.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-export-t3d.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-history-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-import-t3d.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-info.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-localize.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-move.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-new.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-open-read-only.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-paste-after.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-paste-into.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-save-close.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-save-new.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-save-view.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-save.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-select.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-view.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-add.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-copy-release.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-copy.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-cut-release.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-cut.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-delete.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-hide.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-insert-default.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-localize-status-high.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-localize-status-low.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-pick-date.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-rename.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-restore.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-undelete-edit.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-undo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-unhide.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-upload.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/insert-record.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/insert-reference.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-down.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-left.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-move.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-right.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-to-bottom.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-to-top.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-up.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/page-move.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/page-new.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/page-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/selection-delete.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-backend-user-emulate.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-backend-user-switch.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-cache-clear-impact-high.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-cache-clear-impact-low.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-cache-clear-impact-medium.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-cache-clear-rte.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-cache-clear.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-documentation.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-download.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-import.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-install.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-uninstall.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-update.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-help-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-list-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-options-view.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-refresh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-shortcut-new.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-tree-search-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-typoscript-documentation-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-typoscript-documentation.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/template-new.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-document-remove.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-page-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-swap-version.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-swap-workspace.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-go-back.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-go-down.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-go-forward.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-go-up.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-list-collapse.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-list-expand.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-first-disabled.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-first.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-last-disabled.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-last.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-next-disabled.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-next.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-previous-disabled.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-previous.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-table-collapse.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-table-expand.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/window-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/clipboard-images.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/clipboard-list.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-add.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-default.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-list.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-locked.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-media.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-news.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-temp.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-user.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-mount.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-backend-user-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-backend-user.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-between.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-into.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-new-between.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-new-inside.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-place-denied.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-approve.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-board.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-fe_users.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-news.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-shop.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-default.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-default.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-domain.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-user-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-user-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-user.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-users-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-users-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-users.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-mountpoint-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-mountpoint-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-mountpoint.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-no-icon-found-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-no-icon-found-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-no-icon-found.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-not-in-menu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-recycler.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-external-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-external-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-external.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-spacer.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-actions.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-cache.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-opendocs.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-search.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-shortcut.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-workspace.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/compressed.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/excel.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/media-audio.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/media-flash.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/media-image.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/media-video.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/other-other.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/pdf.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/powerpoint.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-css.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-csv.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-html.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-js.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-php.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-text.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-divider.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-domain.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-form-search.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-form.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-header.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-html.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-image.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-link.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-list-bullets.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-list-files.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-login.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-menu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-multimedia.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-page-language-overlay.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-plugin.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-script.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-table.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-template-extension.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-template-static.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-template.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-text-picture.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-text.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_action.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_language.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_workspace.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/places/folder-closed.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/places/folder-opened.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/dialog-error.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/dialog-information.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/dialog-notification.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/dialog-ok.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/dialog-warning.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-access-restricted.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-deleted.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-hidden.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-icon-missing.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-includes-subpages.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-locked.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-scheduled-future-end.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-scheduled.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-translated.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-checked.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-current.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-edit-read-only.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-icon-missing.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-locked.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-permission-denied.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-permission-granted.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-reference-hard.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-reference-soft.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-workspace-draft.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/system-extension-required.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/user-admin.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/user-backend.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/user-frontend.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/user-group-backend.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/user-group-frontend.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-10.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-11.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-12.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-13.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-14.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-15.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-16.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-17.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-18.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-19.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-20.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-21.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-22.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-23.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-24.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-25.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-26.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-27.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-28.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-29.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-30.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-31.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-32.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-33.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-34.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-35.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-36.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-37.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-38.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-39.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-40.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-41.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-42.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-43.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-44.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-45.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-46.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-47.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-48.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-49.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-50.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-6.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-7.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-8.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-9.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-no-version.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/warning-in-use.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/warning-lock.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/login/background.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/login/typo3logo-white-greyback.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/login/typo3logo-white.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/box-bottom-424.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/box-bottom-424.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/box-top-428.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/box-top-428.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/000000.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/3f3f3f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/f1f1f1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/ffffff.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-actions.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-actions.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-apps.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-apps.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-mimetypes.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-mimetypes.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-places.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-places.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-status.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-status.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/issues.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/pngfix/class.tx_templatehook.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/registerIe6Stylesheet.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/resources/login.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/alt_menu_mainitem_bg.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/htmlarea-edited-content.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/htmlarea.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/Acronym/ed_acronym.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/BlockElements/blockquote.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/BlockElements/indent.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/BlockElements/insertParagraphAfter.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/BlockElements/insertParagraphBefore.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/BlockElements/justifyCenter.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/BlockElements/justifyFull.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/BlockElements/justifyLeft.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/BlockElements/justifyRight.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/BlockElements/outdent.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/CharacterMap/ed_charmap.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/FindReplace/ed_find.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/bidioverride.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/big.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/bold.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/citation.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/code.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/definition.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/deletedtext.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/emphasis.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/insertedtext.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/italic.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/keyboard.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/monospaced.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/quotation.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/sample.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/small.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/span.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/strikethrough.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/strong.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/subscript.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/superscript.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/underline.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/variable.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InsertSmiley/ed_smiley.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/QuickTag/ed_quicktag.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/RemoveFormat/ed_clean.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/SpellChecker/spell-check.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TYPO3ViewHelp/module_help.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/cell-delete.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/cell-insert-after.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/cell-insert-before.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/cell-merge.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/cell-prop.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/cell-split.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/col-delete.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/col-insert-after.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/col-insert-before.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/col-prop.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/col-split.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/insert_table.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/row-delete.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/row-insert-above.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/row-insert-after.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/row-insert-under.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/row-prop.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/row-split.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/table-prop.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/table-restyle.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TableOperations/toggle-borders.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/UserElements/ed_user.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/definitionItem.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/definitionList.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_about.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_blank.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_color_bg.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_color_fg.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_copy.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_custom.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_cut.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_delete.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_help.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_hr.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_html.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_image.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_left_to_right.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_link.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_list_bullet.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_list_num.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_paste.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_redo.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_right_to_left.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_splitblock.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_splitcel.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_undo.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/ed_unlink.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/insert_table.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/abbreviation-edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/bidi-override.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/big.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/blockquote.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/bold.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-edit-properties.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-insert-after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-insert-before.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-merge.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/character-insert-from-map.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/citation.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/code.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/color-background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/color-foreground.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-edit-properties.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-insert-after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-insert-before.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/copy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cut.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/definition-list-item.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/definition-list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/definition.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/delete-item.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/deleted-text.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/editor-show-about.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/editor-toggle-mode.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/emphasis.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/find-replace.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/horizontal-rule-insert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/image-edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/indent.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/inserted-text.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/italic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/justify-center.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/justify-full.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/justify-left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/justify-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/keyboard.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/language-marks-show.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/link-edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/mono-spaced.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/ordered-list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/outdent.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paragraph-insert-after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paragraph-insert-before.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paste.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/quotation.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/redo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/remove-format.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-edit-properties.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-insert-above.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-insert-under.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/sample.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/smiley-insert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/span.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/spell-check.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/strike-through.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/strong.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/subscript.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/superscript.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/table-edit-properties.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/table-insert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/table-restyle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/table-show-borders.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/tag-insert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/text-direction-left-to-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/text-direction-right-to-left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/underline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/undo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/unlink.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/unordered-list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/user-element-edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/variable.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/alt_menu_mainitem_bg.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/language-marker.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/show-language-marks.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/separator.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/.htaccess
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/backend-style.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/ext-cms-layout-db-layout-php.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/separator.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/sprites/actions.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/dialog-information.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/dialog-ok.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/loading-balls.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/resizable.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/system-help-open.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/ie6.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/modulemenu.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/stylesheet_post.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/typo3-TCEforms.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/typo3-alt-db-navframe-php.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/typo3-alt-menu-php.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/typo3-alt-palette-php.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/typo3-alt-topmenu-dummy-php.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/typo3-clipboard.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/typo3-colors.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/typo3-csh.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/typo3-db-list-php.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/typo3-dyntabmenu.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/typo3-file-list.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/typo3-index-php.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/typo3-tree.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/typo3-workspaces.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/ie6/z_t3-icons-gifSprites.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/_t3-icon.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3-icon-apps-pagetree.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3-icons-actions.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3-icons-apps.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3-icons-mimetypes.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3-icons-places.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3-icons-status.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_button_back.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_clipboard.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_csh.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_csm.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_docheader.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_history.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_infopopup.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_message.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_move_element.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_palette.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_recent_edited.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_rte.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_spinner.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_tab.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_tceforms.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_tree.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_version.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_wizard.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/login_screen.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/main_body.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/main_content.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/main_decorations.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/main_scaffolding.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_admin_extension_manager.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_admin_useradmin.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_file_list.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_file_upload.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_help_about.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_help_about_module.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_help_manual.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_menu.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_user_settings.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_user_taskcenter.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_user_ws.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_access.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_info.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_list.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_new_element.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_page.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_permissions.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_template.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_caching.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_logout.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_search.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_shortcut.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_username.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_workspace.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/topbar.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/debug_panel.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_button_back.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_clipboard.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_csh.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_csm.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_docheader.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_extjs_icons.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_history.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_message.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_palette.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_recent_edited.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_rte.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_spinner.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_tab.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_table.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_tceforms.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_tree.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_typoscript.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_version.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_wizard.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/login_screen.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/main_body.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/main_content.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/main_decorations.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_admin_extension_manager.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_file_list.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_file_upload.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_help_about.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_help_about_module.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_help_manual.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_menu.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_access.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_info.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_list.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_new_element.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_page.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_permissions.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_template.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_caching.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_logout.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_search.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_shortcut.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_username.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_workspace.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/topbar.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/templates/login.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/classes/class.tx_taskcenter_status.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_autoload.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_tables.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/class.mod_user_task.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/interfaces/interface.tx_taskcenter_task.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/item-background.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/list-item-act.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/list-item.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/mod_styles.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/mod_template.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/index.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/locallang_mod.xml
@@ -5170,6 +6028,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/cm_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_conf_template.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_tables.php
@@ -5225,6 +6084,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_rename.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_upload.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/func.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/info.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/install.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/login.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/move_el.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/perm.html
diff --git a/www/typo3/distinfo b/www/typo3/distinfo
index 53b4f1bac46..418bc260df9 100644
--- a/www/typo3/distinfo
+++ b/www/typo3/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2010/04/09 10:15:24 taca Exp $
+$NetBSD: distinfo,v 1.15 2010/07/05 03:31:30 taca Exp $
-SHA1 (dummy-4.3.3.tar.gz) = 5e8eb85e05281f102723a703b64dca50248e00f7
-RMD160 (dummy-4.3.3.tar.gz) = 9e80e1140721d69818ae0a72f3863ff02653e105
-Size (dummy-4.3.3.tar.gz) = 9556 bytes
-SHA1 (typo3_src-4.3.3.tar.gz) = 0dfab70507014daca86d9b624271eaaa2646683d
-RMD160 (typo3_src-4.3.3.tar.gz) = 1bdf63a62c5bf7903f0323fbe6e78f5caa0eb478
-Size (typo3_src-4.3.3.tar.gz) = 11488508 bytes
-SHA1 (patch-aa) = d875821f094902b7afd1553d39524ed1656a8605
+SHA1 (dummy-4.4.0.tar.gz) = 26fc3396273dba7f3a503855260be93480eaa9e7
+RMD160 (dummy-4.4.0.tar.gz) = 1b80af587dda264d4e7eef9d9c2fd951197b49ba
+Size (dummy-4.4.0.tar.gz) = 9351 bytes
+SHA1 (typo3_src-4.4.0.tar.gz) = 2e357098f1522538059c0d5e2b979cec0d2678ea
+RMD160 (typo3_src-4.4.0.tar.gz) = 22134c289ad1b46df20ce5c63206d23d043c0fbd
+Size (typo3_src-4.4.0.tar.gz) = 18498313 bytes
+SHA1 (patch-aa) = dfdee51b84d59a3fb1e4866ec218ad4ae0aebbaa
diff --git a/www/typo3/patches/patch-aa b/www/typo3/patches/patch-aa
index 33671114687..0012e1c0a5b 100644
--- a/www/typo3/patches/patch-aa
+++ b/www/typo3/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.2 2009/12/02 15:51:01 taca Exp $
+$NetBSD: patch-aa,v 1.3 2010/07/05 03:31:30 taca Exp $
---- t3lib/config_default.php.orig 2009-11-30 18:29:44.000000000 +0900
+--- t3lib/config_default.php.orig 2010-06-22 15:36:23.000000000 +0000
+++ t3lib/config_default.php
-@@ -36,8 +36,8 @@ $TYPO3_CONF_VARS = array(
- 'gdlib_2' => 0, // String/Boolean. Set this if you are using the new GDlib 2.0.1+. If you don't set this flag and still use GDlib2, you might encounter strange behaviours like black images etc. This feature might take effect only if ImageMagick is installed and working as well! You can also use the value "no_imagecopyresized_fix" - in that case it will NOT try to fix a known issue where "imagecopyresized" does not work correctly.
+@@ -35,8 +35,8 @@ $TYPO3_CONF_VARS = array(
+ '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!
'im' => TRUE, // Boolean. Enables the use of IM.
- 'im_path' => '/usr/X11R6/bin/', // Path to the IM tools 'convert', 'combine', 'identify'. Version 4.2.9 of ImageMagick is highly recommended due to features and speed!