summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2009-12-02 15:51:01 +0000
committertaca <taca>2009-12-02 15:51:01 +0000
commit87237ba2e75e9b24ae744f3c3cc72394c33aeb32 (patch)
treea7dd60e7dca4872b4122bdc1ee7de5df08acc465 /www
parent9ec181b255433759cd5bebe99d9c1c0e2e11e5a9 (diff)
downloadpkgsrc-87237ba2e75e9b24ae744f3c3cc72394c33aeb32.tar.gz
Update www/typo3 package to 4.3.0. Changes are too huge to write here.
Please refer the release note: https://typo3.org/download/release-notes/typo3-43/
Diffstat (limited to 'www')
-rw-r--r--www/typo3/Makefile4
-rw-r--r--www/typo3/PLIST1517
-rw-r--r--www/typo3/distinfo16
-rw-r--r--www/typo3/patches/patch-aa10
4 files changed, 1481 insertions, 66 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile
index 33f7fd66d21..89df181c5d8 100644
--- a/www/typo3/Makefile
+++ b/www/typo3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2009/10/22 14:53:09 taca Exp $
+# $NetBSD: Makefile,v 1.17 2009/12/02 15:51:01 taca Exp $
#
DISTNAME= ${TYPO3NAME}
@@ -17,7 +17,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/
PKG_DESTDIR_SUPPORT= destdir
-VER= 4.2.10
+VER= 4.3.0
NO_BUILD= yes
USE_TOOLS= pax
diff --git a/www/typo3/PLIST b/www/typo3/PLIST
index ab69f295b18..973ae7844d4 100644
--- a/www/typo3/PLIST
+++ b/www/typo3/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2009/10/22 14:53:09 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2009/12/02 15:51:01 taca Exp $
${EGDIR}/localconf.php
${TYPO3DIR}/${TYPO3NAME}/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/GPL.txt
@@ -20,28 +20,56 @@ ${TYPO3DIR}/${TYPO3NAME}/misc/superadmin.php
${TYPO3DIR}/${TYPO3NAME}/misc/virtualdir.tgz
${TYPO3DIR}/${TYPO3NAME}/t3lib/GPL.txt
${TYPO3DIR}/${TYPO3NAME}/t3lib/README.txt
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_abstractbackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_apcbackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php
+${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_transientmemorybackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_backend.php
+${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
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_classalreadyloaded.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_duplicateidentifier.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_invalidbackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_invalidcache.php
+${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_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
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/last_synched_revision
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.gzip_encode.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_admin.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_ajax.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_arraybrowser.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_autoloader.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_basicfilefunc.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_bedisplaylog.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_befunc.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_beuserauth.php
${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_cs.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_db.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_diff.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_div.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_exception.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_exec.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_extfilefunc.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_extmgm.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_extobjbase.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_flashmessage.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_flashmessagequeue.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_flexformtools.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_foldertree.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_formmail.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_frontendedit.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_fullsearch.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_htmlmail.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_iconworks.php
@@ -52,6 +80,7 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_lock.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_matchcondition.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_modsettings.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_page.php
+${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
@@ -60,6 +89,7 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_querygenerator.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_readmail.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_recordlist.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_refindex.php
+${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
@@ -70,21 +100,25 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_superadmin.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_svbase.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_syntaxhl.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tceforms.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tceforms_fe.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tceforms_inline.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tcemain.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_timetrack.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_timetracknull.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_transferdata.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_transl8tools.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_treeview.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tsfebeuserauth.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tsparser.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tsparser_ext.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tsparser_tsconfig.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tsstyleconfig.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tstemplate.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_userauth.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_userauthgroup.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_xml.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/config_default.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/core_autoload.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/ascii.tbl
${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/big5.tbl
${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/euc-kr.tbl
@@ -117,6 +151,13 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1256.tbl
${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1257.tbl
${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1258.tbl
${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-874.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/error/class.t3lib_error_abstractexceptionhandler.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/error/class.t3lib_error_debugexceptionhandler.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/error/class.t3lib_error_errorhandler.php
+${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/fonts/index.html
${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/nimbus.ttf
${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/readme.txt
@@ -124,20 +165,36 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/vera.ttf
${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_singleton.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/resize.css
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/resize.gif
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/jsfunc.tceforms_suggest.js
${TYPO3DIR}/${TYPO3NAME}/t3lib/jsfunc.evalfield.js
${TYPO3DIR}/${TYPO3NAME}/t3lib/jsfunc.inline.js
${TYPO3DIR}/${TYPO3NAME}/t3lib/jsfunc.menu.js
${TYPO3DIR}/${TYPO3NAME}/t3lib/jsfunc.updateform.js
${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/stddb/load_ext_tables.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tables.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tables.sql
${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tbl_be.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tceforms/class.t3lib_tceforms_suggest.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tceforms/class.t3lib_tceforms_suggest_defaultreceiver.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/thumbs.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/unidata/SpecialCasing.txt
${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}/typo3/GPL.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/LICENSE.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/README.txt
@@ -168,10 +225,12 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/class.file_list.inc
${TYPO3DIR}/${TYPO3NAME}/typo3/class.filelistfoldertree.php
${TYPO3DIR}/${TYPO3NAME}/typo3/class.show_rechis.inc
${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.modulemenu.php
${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.shortcutmenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.typo3_tcefile.php
${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.typo3ajax.php
${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.typo3logo.php
${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.workspaceselector.php
@@ -180,7 +239,347 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/cleaner_fix.sh
${TYPO3DIR}/${TYPO3NAME}/typo3/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/cli_dispatch.phpsh
${TYPO3DIR}/${TYPO3NAME}/typo3/close.html
+${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.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/ext/ext-base.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/jquery/ext-jquery-adapter-debug.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/jquery/ext-jquery-adapter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/prototype/ext-prototype-adapter-debug.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/prototype/ext-prototype-adapter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/yui/ext-yui-adapter-debug.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/yui/ext-yui-adapter.js
+${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/resources/charts.swf
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/README.txt
+${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
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/borders.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/box.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/button.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/combo.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/core.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/date-picker.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/dd.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/debug.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/dialog.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/editor.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/form.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/grid.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/layout.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/list-view.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/menu.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/panel-reset.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/panel.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/progress.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/qtips.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/reset.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/resizable.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/slider.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/tabs.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/toolbar.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/tree.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/window.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/borders.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/box.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/button.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/combo.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/core.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/date-picker.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/dd.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/debug.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/dialog.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/editor.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/form.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/grid.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/layout.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/list-view.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/menu.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/panel.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/progress.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/qtips.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/resizable.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/slider.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/tabs.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/toolbar.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/tree.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/window.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/xtheme-blue.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/expressinstall.swf
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/corners-blue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/corners.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/l-blue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/l.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/r-blue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/r.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/tb-blue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/tb.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/btn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/group-cs.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/group-lr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/group-tb.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow-b-noline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow-b.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow-bo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow-noline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow-o.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/dd/drop-add.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/dd/drop-no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/dd/drop-yes.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/editor/tb-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/checkbox.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/clear-trigger.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/clear-trigger.psd
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/date-trigger.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/date-trigger.psd
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/error-tip-corners.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/exclamation.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/radio.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/search-trigger.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/search-trigger.psd
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/text-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/trigger-tpl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/trigger.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/trigger.psd
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/gradient-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/arrow-left-white.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/arrow-right-white.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/col-move-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/col-move-top.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/columns.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/dirty.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/done.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/drop-no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/drop-yes.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/footer-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-blue-hd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-blue-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-hrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-vista-hd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-hd-btn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-hrow-over.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-hrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-special-col-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-special-col-sel-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/group-by.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/group-collapse.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/group-expand-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/group-expand.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hd-pop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-asc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-desc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-lock.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-lock.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-unlock.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-unlock.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/invalid_line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/mso-hd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/nowait.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-first-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-first.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-last-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-last.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-next-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-next.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-prev-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-prev.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/pick-button.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/refresh.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/row-check-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/row-expand-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/row-over.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/row-sel.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/sort-hd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/sort_asc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/sort_desc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/wait.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/collapse.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/expand.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/gradient-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/mini-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/mini-left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/mini-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/mini-top.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/ns-collapse.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/ns-expand.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/panel-close.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/panel-title-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/panel-title-light-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/stick.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/stuck.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/tab-close-on.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/tab-close.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/checked.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/group-checked.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/item-over.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/menu-parent.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/unchecked.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/corners-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/left-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/light-hd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/tool-sprite-tpl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/tool-sprites.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/tools-sprites-trans.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/top-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/top-bottom.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/white-corners-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/white-left-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/white-top-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/progress/progress-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/qtip/bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/qtip/close.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/qtip/tip-anchor-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/qtip/tip-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/s.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shadow-c.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shadow-lr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shadow.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/blue-loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/calendar.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/glass-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/hd-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/large-loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/left-btn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/loading-balls.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/right-btn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/warning.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/e-handle-dark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/e-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/ne-handle-dark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/ne-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/nw-handle-dark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/nw-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/s-handle-dark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/s-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/se-handle-dark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/se-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/square.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/sw-handle-dark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/sw-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/slider/slider-bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/slider/slider-thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/slider/slider-v-bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/slider/slider-v-thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/scroll-left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/scroll-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/scroller-bg.gif
+${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-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
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-strip-bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-strip-btm-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tabs-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/btn-arrow-light.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/btn-arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/btn-over-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/gray-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/more.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/tb-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/tb-btn-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/tb-xl-btn-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/tb-xl-sep.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/arrows.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-add.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-between.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-over.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-under.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-yes.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-end-minus-nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-end-minus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-end-plus-nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-end-plus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-end.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-minus-nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-minus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-plus-nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-plus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/folder-open.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/folder.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/leaf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/s.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/icon-error.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/icon-info.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/icon-question.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/icon-warning.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-corners.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-corners.psd
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-right.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-right.psd
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/right-corners.png
+${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/flashmedia/flvplayer.swf
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/player.swf
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/player.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/qtobject/qtobject.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/swfobject/expressInstall.swf
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/swfobject/swfobject.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/jsmin/jsmin.php
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/json/json.php
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/prototype/prototype.js
@@ -192,6 +591,14 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/scriptaculous.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/slider.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/sound.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/unittest.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/license.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/plugins/swfobject_license.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/plugins/swfupload.cookies.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/plugins/swfupload.queue.js
+${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
@@ -206,14 +613,15 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/file_list.php
${TYPO3DIR}/${TYPO3NAME}/typo3/file_newfolder.php
${TYPO3DIR}/${TYPO3NAME}/typo3/file_rename.php
${TYPO3DIR}/${TYPO3NAME}/typo3/file_upload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/.htaccess
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/123_1.png
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/123_2.png
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/123_3.png
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/123_go.png
-${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/_.htaccess
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/acm_spacer.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/acm_spacer2.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/add.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/add_workspace.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/alt_backend_logo.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/alt_backend_logo.old.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/alt_topmenu_back_dummy.gif
@@ -238,6 +646,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_top_right.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_unhide.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_up.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/bullet_list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/div.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/filelinks.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/html.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/images_only.gif
@@ -285,6 +694,14 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/content_client.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/content_default.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/content_fresh.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/content_selected.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_first.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_first_disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_last.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_last_disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_next.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_next_disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_previous.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_previous_disabled.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copy_folder_into.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copy_page_after.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copy_page_into.gif
@@ -292,6 +709,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copymode_h.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copymode_n.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copymode_s.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/csv.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/datepicker.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/delete_record.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/deleted_page.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/deletedok.gif
@@ -359,6 +777,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emunlove.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emvamp.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emwink.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emwww_link.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/error.png
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/expand_window.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fane_midt.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fane_slut.gif
@@ -415,6 +834,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/pcx.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/pdf.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/php3.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/png.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/ppt.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/ps.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/psd.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/rtf.gif
@@ -453,6 +873,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/eg.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/es-basque.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/es.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/fi.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/fo.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/fr.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ga.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/gb.gif
@@ -922,6 +1343,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ie6/arrowup.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/import.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/import_update.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/info.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/information.png
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert1.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert2.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert3.gif
@@ -972,6 +1394,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/newrecord_marker.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/newrecord_marker_d.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/notfound_thumb.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/notfound_thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/notice.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ok.png
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/arrowbullet.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/blank.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/halfline.gif
@@ -1093,6 +1517,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/shortcut_background.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/shortcutgroups-bg.png
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/spacer.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/spinner.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/state_checked.png
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_large.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_medium.gif
@@ -1119,10 +1544,12 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/toolbar_item_active_bg.png
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/toolbar_separator.png
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/toolbar_shortcut.png
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/translationsavedok.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/translationsavedok_clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/turn_down.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/turn_left.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/turn_right.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/turn_up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/typo3.png
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/typo3logo.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/typo3logo.old.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/typo3logo_mini.png
@@ -1134,6 +1561,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/unmarkstate.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/up.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/upload.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/viewdok.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/warning.png
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_colorpickerex.jpg
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_forms.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_rte.gif
@@ -1157,7 +1585,10 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/install/default.html
${TYPO3DIR}/${TYPO3NAME}/typo3/install/index.htm
${TYPO3DIR}/${TYPO3NAME}/typo3/install/index.html
${TYPO3DIR}/${TYPO3NAME}/typo3/install/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/interfaces/interface.backend_cacheActionsHook.php
${TYPO3DIR}/${TYPO3NAME}/typo3/interfaces/interface.backend_toolbaritem.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/interfaces/interface.cms_newcontentelementwizarditemshook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/interfaces/interface.filelist_editiconshook.php
${TYPO3DIR}/${TYPO3NAME}/typo3/interfaces/interface.localrecordlist_actionsHook.php
${TYPO3DIR}/${TYPO3NAME}/typo3/js/backend.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/backendsearch.js
@@ -1166,13 +1597,16 @@ ${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/flashupload.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/iecompatibility.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/loginrefresh.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/modulemenu.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
-${TYPO3DIR}/${TYPO3NAME}/typo3/js/workspaces.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/workspacemenu.js
${TYPO3DIR}/${TYPO3NAME}/typo3/jsfunc.tbe_editor.js
${TYPO3DIR}/${TYPO3NAME}/typo3/listframe_loader.php
${TYPO3DIR}/${TYPO3NAME}/typo3/login_frameset.php
@@ -1186,14 +1620,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/mod/file/file.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/file/list/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/file/list/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/file/list/list.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/about/clear.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/about/conf.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/about/index.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/about/info.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/conf.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/cshmanual/conf.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/cshmanual/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/help.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/conf.php
@@ -1216,7 +1644,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/tool.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/user.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/_.htaccess
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/.htaccess
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/class.wslib.php
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/class.wslib_gui.php
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/clear.gif
@@ -1226,6 +1654,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/index.php
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/progress.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/publish.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/sys_workspace.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/sys_workspace.png
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/workspaceforms.php
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/wsol_preview.php
@@ -1255,8 +1684,15 @@ ${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/sysext/.htaccess
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/README.txt
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/_.htaccess
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/mod/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/mod/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/mod/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/mod/info.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/ext_tables.php
@@ -1264,6 +1700,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/mod/aboutmodules.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/mod/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/mod/locallang_mod.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-active-record.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-active-recordx.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-csvlib.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-datadict.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-error.inc.php
@@ -1275,11 +1712,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-lib.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-memcache.lib.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-pager.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-pear.inc.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-perf.inc.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-php4.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-time.inc.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/contrib/toxmlrpc.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-access.inc.php
@@ -1289,6 +1722,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-generic.inc.
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-ibase.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-informix.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-mssql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-mssqlnative.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-mysql.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-oci8.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-postgres.inc.php
@@ -1299,9 +1733,11 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ado.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ado5.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ado_access.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ado_mssql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ads.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-borland_ibase.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-csv.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-db2oci.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-fbsql.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-firebird.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ibase.inc.php
@@ -1309,9 +1745,12 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-informix.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-informix72.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ldap.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mssql_n.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mssqlnative.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mssqlpo.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mysql.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mysqli.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mysqlpo.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mysqlt.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-netezza.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php
@@ -1329,6 +1768,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo_mssql.inc.ph
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo_mysql.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo_oci.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo_pgsql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo_sqlite.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-postgres.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-postgres64.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-postgres7.inc.php
@@ -1352,6 +1792,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-de.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-en.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-es.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-esperanto.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-fa.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-fr.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-hu.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-it.inc.php
@@ -1362,17 +1803,9 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-ro.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-ru1251.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-sv.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-uk1251.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb_th.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/license.txt
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/pear/Auth/Container/ADOdb.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/pear/readme.Auth.txt
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/pivottable.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/readme.txt
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/rsfilter.inc.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/server.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/toexport.inc.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/tohtml.inc.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xmlschema.dtd
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xmlschema03.dtd
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xsl/convert-0.1-0.2.xsl
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xsl/convert-0.1-0.3.xsl
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xsl/convert-0.2-0.1.xsl
@@ -1382,7 +1815,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xsl/remove-0.3.xsl
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/checkconnectionwizard.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/class.tx_adodb_tceforms.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/datasource_flexform_ds.xml
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/doc/494.DBAL.patch
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/doc/510.DBAL.patch
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/doc/README
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/doc/mssql-error-fix.patch
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/ext_emconf.php
@@ -1414,6 +1847,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/mod/beuser.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/mod/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/mod/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/mod/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/mod/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/mod/locallang_mod.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/localizationoverview.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/localizationoverview1.png
@@ -1446,11 +1880,13 @@ ${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
${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/layout.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/locallang_db_new_content_el.xml
@@ -1464,9 +1900,11 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tbl_cms.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tbl_tt_content.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/GPL.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/README.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_adminpanel.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_content.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_eidtools.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_fe.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_fecompression.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_fetce.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_feuserauth.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_gifbuilder.php
@@ -1474,10 +1912,13 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_menu.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_pagegen.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_pibase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_search.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/hooks/class.tx_cms_mediaitems.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/hooks/class.tx_cms_treelistcacheupdate.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/index.html
${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_stdwraphook.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/arrow_act.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/arrow_no.gif
@@ -1567,6 +2008,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/pcx.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/pdf.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/php3.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/png.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/ppt.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/ps.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/psd.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/rtf.gif
@@ -1818,6 +2260,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/typologo.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/pagegen.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/publish.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/showpic.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/templates/tslib_page_frontend.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/web_info/class.tx_cms_webinfo_lang.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/web_info/locallang.xml
@@ -1853,6 +2296,11 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_statictpl.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_sysdomain.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_systmpl.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_ttcontent.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/mod/about.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/mod/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/css/example.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/css/example_outlines.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/css/img/background_gradient.gif
@@ -1873,13 +2321,20 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/pi1/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/constants.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/editorcfg.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v3.8/constants.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v3.8/setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v3.9/constants.txt
+${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/dbal/ChangeLog
${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_sqlengine.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.ux_t3lib_sqlparser.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/doc/class.tslib_fe.php.diff
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_conf_template.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_localconf.php
@@ -1888,17 +2343,305 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_tables.sql
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/handlers/class.tx_dbal_handler_openoffice.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/handlers/class.tx_dbal_handler_rawmysql.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/handlers/class.tx_dbal_handler_xmldb.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/last_synched_target
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/lib/class.tx_dbal_sqlengine.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/lib/class.tx_dbal_tsparserext.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/index.php
${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/postgresql/postgresql-compatibility.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/AbstractConfigurationManager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/BackendConfigurationManager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/ContainerIsLocked.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/InvalidConfigurationType.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/NoSuchFile.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/NoSuchOption.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/ParseError.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/FrontendConfigurationManager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Dispatcher.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/FrontendUser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/FrontendUserGroup.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Repository/FrontendUserGroupRepository.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Repository/FrontendUserRepository.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/DomainObject/AbstractDomainObject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/DomainObject/AbstractEntity.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/DomainObject/AbstractValueObject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/DomainObject/DomainObjectInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Error/Error.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/AbstractController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/ActionController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/Argument.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/ArgumentError.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/Arguments.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/ArgumentsValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/ControllerContext.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/ControllerInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/FlashMessages.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InfiniteLoop.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidActionName.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidArgumentName.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidArgumentType.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidArgumentValue.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidControllerName.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidExtensionName.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidMarker.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidOrNoRequestHash.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidRequestMethod.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidRequestType.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidTemplateResource.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidUriPattern.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/NoSuchAction.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/NoSuchArgument.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/NoSuchController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/StopAction.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/UnsupportedRequestType.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Request.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/RequestInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Response.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/ResponseInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/View/AbstractView.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/View/EmptyView.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/View/ViewInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Web/Request.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Web/RequestBuilder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Web/Response.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Web/Routing/UriBuilder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/CannotBuildObject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/CannotReconstituteObject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/InvalidClass.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/InvalidObject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/InvalidObjectConfiguration.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/ObjectAlreadyRegistered.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/UnknownClass.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/UnknownInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/UnknownObject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/UnresolvedDependencies.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/WrongScope.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Manager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/ManagerInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/RegistryInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/TransientRegistry.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Backend.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/BackendInterface.php
+${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/InvalidPropertyType.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/MissingBackend.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/RepositoryException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/TooDirty.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnexpectedTypeException.php
+${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/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
+${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/DataMapper.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
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/BindVariableValue.php
+${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/ConstraintInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/DynamicOperand.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/DynamicOperandInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/EquiJoinCondition.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/EquiJoinConditionInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/Join.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/JoinConditionInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/JoinInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/LogicalAnd.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/LogicalNot.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/LogicalOr.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/LowerCase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/LowerCaseInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/NotInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/Operand.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/OperandInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/OrInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/Ordering.php
+${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
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/UpperCaseInterface.php
+${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
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidFormat.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidProperty.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidSource.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidTarget.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Mapper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/MappingResults.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/ClassReflection.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/ClassSchema.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/DocCommentParser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/Exception/InvalidPropertyType.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/MethodReflection.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/ObjectAccess.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/ParameterReflection.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/PropertyReflection.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/Service.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Channel/RequestHashService.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Cryptography/HashService.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception/InvalidArgumentForHashGeneration.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception/InvalidArgumentForRequestHashGeneration.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception/SyntacticallyWrongRequestHash.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/Arrays.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/Cache.php
+${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/TypoScript.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Error.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception/InvalidSubject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception/InvalidValidationConfiguration.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception/InvalidValidationOptions.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception/NoSuchValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception/NoValidatorFound.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/PropertyError.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/AbstractCompositeValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/AbstractObjectValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/AbstractValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/AlphanumericValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/ConjunctionValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/DateTimeValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/DisjunctionValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/EmailAddressValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/FloatValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/GenericObjectValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/IntegerValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/NotEmptyValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/NumberRangeValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/NumberValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/ObjectValidatorInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/RawValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/RegularExpressionValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/StringLengthValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/StringValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/TextValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/ValidatorInterface.php
+${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/Tests/BaseTestCase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Configuration/BackendConfigurationManager_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Configuration/FrontendConfigurationManager_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/DomainObject/AbstractEntity_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Fixtures/Entity.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/MVC/Controller/AbstractController_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/MVC/Controller/ActionController_testcase.php
+${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/Routing/UriBuilder_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Persistence/Mapper/DataMap_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/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
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Validation/Validator/ConjunctionValidator_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Validation/Validator/DateTimeValidator_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Validation/Validator/EmailAddressValidator_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Validation/Validator/FloatValidator_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Validation/Validator/GenericObjectValidator_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Validation/Validator/IntegerValidator_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Validation/Validator/NotEmptyValidator_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Validation/Validator/NumberRangeValidator_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Validation/Validator/NumberValidator_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Validation/Validator/RawValidator_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Validation/Validator/RegularExpressionValidator_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Validation/Validator/StringLengthValidator_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Validation/Validator/TextValidator_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Validation/ValidatorResolver_testcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_icon.gif
+${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
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_tables.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/view/class.tx_feedit_editpanel.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/doc/manual.sxw
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_emconf.php
@@ -1912,6 +2655,187 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/locallang_db.xml
${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/TemplateParserBuilder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/Exception.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/ObjectAccessorNode.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/Facets/ChildNodeAccessInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Facets/PostParseInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/TagBasedViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/TagBuilder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/TemplateVariableContainer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/ViewHelperInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/ViewHelperVariableContainer.php
+${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/TemplateView.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/TemplateViewInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/AliasViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/BaseViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/AbstractBackendViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Buttons/CshViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Buttons/IconViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Buttons/ShortcutViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/ContainerViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Menus/ActionMenuItemViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Menus/ActionMenuViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/PageInfoViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/PagePathViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/TableListViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/CountViewHelper.php
+${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/ForViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/AbstractFormFieldViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/AbstractFormViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/CheckboxViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/ErrorsViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/HiddenViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/PasswordViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/RadioViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/SelectViewHelper.php
+${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/UploadViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/FormViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/CropViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/CurrencyViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/DateViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/Nl2brViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/NumberViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/PaddingViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/PrintfViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/GroupedForViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/IfViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/ImageViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/LayoutViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Link/ActionViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Link/EmailViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Link/ExternalViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Link/PageViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/RenderFlashMessagesViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/SectionViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/ThenViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/TranslateViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ActionViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/EmailViewHelper.php
+${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/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/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/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/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
@@ -1922,6 +2846,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/app/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/app/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/app/index.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/app/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/app/template.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/class.tx_impexp.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/class.tx_impexp_clickmenu.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/diffview.png
@@ -1980,6 +2905,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_tables.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_tables.sql
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_typoscript_editorcfg.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_typoscript_setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/hooks/class.tx_indexedsearch_tslib_fe_hook.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/locallang_csh_indexcfg.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/locallang_db.xml
@@ -1988,6 +2914,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/index.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/isearch.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/mod_template.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/modfunc1/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/modfunc2/class.tx_indexedsearch_modfunc2.php
@@ -2028,6 +2955,7 @@ ${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/ext_autoload.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ext_localconf.php
@@ -2049,14 +2977,23 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus2_transp.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/pdf_from_imagemagick.pdf
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/typo3logotype.ai
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/class.tx_install.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/class.tx_install_eid.php
+${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_cscsplit.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_imagescols.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_installnewsysexts.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_installsysexts.php
+${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/verify_imgs/install_44f1273ab1.jpg
@@ -2207,6 +3144,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/lang.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_alt_doc.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_alt_intro.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_browse_links.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_common.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_core.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_be_groups.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_be_users.xml
@@ -2219,6 +3157,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_sysws.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_web_func.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_web_info.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_general.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_login.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_misc.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_admintools.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_doc.xml
@@ -2239,10 +3178,14 @@ ${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_tca.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_tcemain.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_tsfe.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_tsparser.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_view_help.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_wizards.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/HOWTO_clean_up_TYPO3_installations.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/admin_cli.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/class.tx_lowlevel_admin_core.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/class.tx_lowlevel_cleaner.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/class.tx_lowlevel_cleaner_core.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.cleanflexform.php
@@ -2259,6 +3202,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/config.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/locallang_mod.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/cli/cleaner_cli.php
@@ -2287,6 +3231,153 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/opendocs.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/opendocs.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/registerToolbarItem.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/toolbar_item_active_bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/TODO
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/class.tx_openid_eid.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/class.tx_openid_mod_setup.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/class.tx_openid_return.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/AX.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Association.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/BigMath.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Consumer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/CryptUtil.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/DatabaseConnection.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/DiffieHellman.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Discover.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/DumbStore.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Extension.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/FileStore.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/HMAC.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Interface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/KVForm.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/MemcachedStore.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Message.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/MySQLStore.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Nonce.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/PAPE.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Parse.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/PostgreSQLStore.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/SQLStore.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/SQLiteStore.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/SReg.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Server.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/ServerRequest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/TrustRoot.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/URINorm.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/HTTPFetcher.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/Manager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/Misc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/ParanoidHTTPFetcher.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/ParseHTML.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/PlainHTTPFetcher.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/XML.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/XRDS.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/XRI.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/XRIRes.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/Yadis.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/COPYING
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/README.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/php-openid-typo3.patch
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/locallang_csh_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/locallang_db.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/sv1/class.tx_openid_store.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/sv1/class.tx_openid_sv1.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/classes/controller/class.tx_recycler_controller_ajax.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/classes/helper/class.tx_recycler_helper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/classes/model/class.tx_recycler_model_deletedRecords.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/classes/model/class.tx_recycler_model_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/classes/view/class.tx_recycler_view_deletedRecords.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/locallang_db.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/mod_template.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/moduleicon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/css/customExtJs.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/accept.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/arrow_redo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/arrow_rotate_anticlockwise.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/bin.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/bin_closed.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/bin_empty.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/database_save.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/filter_clear.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/filter_refresh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/recycler.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/recycler2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/x_toolbar_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/js/ext_expander.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/js/search_field.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/js/t3_recycler.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/interfaces/interface.tx_reports_report.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/interfaces/interface.tx_reports_statusprovider.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/mod/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/mod/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/mod/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/mod/mod_styles.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/mod/mod_template.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/mod/moduleicon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/class.tx_reports_reports_status.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_configurationstatus.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_securitystatus.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_status.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_systemstatus.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_typo3status.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_conf_template.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/hooks/class.tx_rsaauth_backendwarnings.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/hooks/class.tx_rsaauth_feloginhook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/hooks/class.tx_rsaauth_loginformhook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/hooks/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/base64.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/jsbn.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/jsbn2.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/prng4.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/rng.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/rsa.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/rsa2.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/rsaauth.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/rsaauth_min.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_abstract_backend.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_backendfactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_cmdline_backend.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_keypair.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_php_backend.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/class.tx_rsaauth_sv1.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/storage/class.tx_rsaauth_abstract_storage.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/storage/class.tx_rsaauth_session_storage.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/storage/class.tx_rsaauth_split_storage.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/storage/class.tx_rsaauth_storagefactory.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/class.tx_rtehtmlareaapi.php
@@ -2323,6 +3414,11 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/class.
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/htmlarea.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/images/insertCharacter.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/ContextMenu/class.tx_rtehtmlarea_contextmenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CopyPaste/class.tx_rtehtmlarea_copypaste.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/images/copy.gif
+${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
@@ -2347,13 +3443,16 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultLink/class.t
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin/htmlarea.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin/images/link.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin/images/unlink.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DynamicCSS/class.tx_rtehtmlarea_dynamiccss.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DynamicCSS/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefinitionList/class.tx_rtehtmlarea_definitionlist.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefinitionList/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefinitionList/skin/images/definitionItem.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefinitionList/skin/images/definitionList.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditorMode/class.tx_rtehtmlarea_editormode.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditorMode/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditorMode/skin/images/ed_html.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/FindReplace/class.tx_rtehtmlarea_findreplace.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/FindReplace/skin/htmlarea.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/FindReplace/skin/images/find.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineCSS/class.tx_rtehtmlarea_inlinecss.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineCSS/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/class.tx_rtehtmlarea_inlineelements.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/res/pageTSConfig.txt
@@ -2384,18 +3483,23 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InsertSmiley/class.
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InsertSmiley/skin/htmlarea.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InsertSmiley/skin/images/smiley.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/class.tx_rtehtmlarea_language.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/skin/htmlarea.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/skin/images/left_to_right.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/skin/images/right_to_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/skin/images/show-language-marks.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/QuickTag/class.tx_rtehtmlarea_quicktag.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/QuickTag/skin/htmlarea.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/QuickTag/skin/images/inserttag.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/class.tx_rtehtmlarea_removeformat.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/skin/htmlarea.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/skin/images/clean.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/SelectFont/class.tx_rtehtmlarea_selectfont.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/SelectFont/locallang.xml
${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
@@ -2433,9 +3537,18 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/ski
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/toggle-borders.gif
${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
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UndoRedo/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UndoRedo/skin/images/redo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UndoRedo/skin/images/undo.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UserElements/class.tx_rtehtmlarea_userelements.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UserElements/skin/htmlarea.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UserElements/skin/images/user.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/clearrtecache/class.tx_rtehtmlarea_clearcachemenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/clearrtecache/class.tx_rtehtmlarea_clearrtecache.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/clearrtecache/clearrtecache.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/clearrtecache/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/clearrtecache/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/HTMLAREA_LICENSE.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/htmlarea-gecko.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/htmlarea-ie.js
@@ -2444,7 +3557,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/locallang.xml
${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
@@ -2457,6 +3569,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/CharacterMap/
${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
@@ -2472,15 +3586,17 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultInline
${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
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/dynamiccss.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/img/red_arrow_bullet.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/locallang.xml
+${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/inlinecss.js
${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
@@ -2517,14 +3633,14 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/RemoveFormat/
${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/SelectColor/select-color.js
+${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-logic.php
${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
@@ -2532,20 +3648,18 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/internal_link_new_window.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/mail.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/typo3browsers.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Color/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Color/typo3color.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser/typo3html-parser.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Image/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Image/typo3image.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link/locallang.xml
${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/popups/insert_table.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/table-operations.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
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/UserElements/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/UserElements/user-elements.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/popups/blank.html
@@ -2589,12 +3703,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/
${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/SelectColor/CO-forecolor.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/SelectColor/CO-hilitecolor.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/SpellChecker/spell-check.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TYPO3Browsers/ed_image.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TYPO3Browsers/ed_link.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/TYPO3Browsers/ed_unlink.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
@@ -2647,6 +3756,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/
${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/language-marker.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/show-language-marks.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/locallang_db.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod2/acronym.php
@@ -2697,10 +3808,68 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/demo/userTSConfig.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/image/pageTSConfig.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/indentalign/pageTSConfig.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/proc/pageTSConfig.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/style/pageTSConfig.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/typical/pageTSConfig.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/typical/userTSConfig.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/static/clickenlarge/setup.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/tca.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/class.tx_saltedpasswords_div.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/class.tx_saltedpasswords_emconfhelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/eval/class.tx_saltedpasswords_eval.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/eval/class.tx_saltedpasswords_eval_be.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/eval/class.tx_saltedpasswords_eval_fe.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/class.tx_saltedpasswords_abstract_salts.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/class.tx_saltedpasswords_salts_blowfish.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/class.tx_saltedpasswords_salts_factory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/class.tx_saltedpasswords_salts_md5.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/class.tx_saltedpasswords_salts_phpass.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/interfaces/interface.tx_saltedpasswords_salts.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_conf_template.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/sv1/class.tx_saltedpasswords_sv1.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/README.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler_croncmd.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler_execution.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler_failedexecutionexception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler_task.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/cli/scheduler_cli_dispatch.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/examples/class.tx_scheduler_sleeptask.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/examples/class.tx_scheduler_sleeptask_additionalfieldprovider.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/examples/class.tx_scheduler_testtask.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/examples/class.tx_scheduler_testtask_additionalfieldprovider.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_conf_template.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/interfaces/interface.tx_scheduler_additionalfieldprovider.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/locallang_csh_scheduler.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/mod_template.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/moduleicon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/status_disabled.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/status_failure.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/status_late.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/status_running.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/status_scheduled.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/stop.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/tx_scheduler_be.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/tx_scheduler_be.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/lang.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/rte.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup1.png
@@ -2725,12 +3894,21 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/mod/index.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/mod/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/mod/locallang_mod.xml
${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/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
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_autoload.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_localconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/class.tx_sv_reports_serviceslist.php
+${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/ext_emconf.php
@@ -2743,6 +3921,10 @@ ${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/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_note/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_tables.php
@@ -2761,17 +3943,30 @@ ${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/patch.codemirror055.diff
${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/t3skin/alt_backend_logo.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/alt_intro_image.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/border_collapse.gif
@@ -2801,9 +3996,18 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/li.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/lightgrey_fade.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/list_sep.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/list_sep2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login-border-bottom.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login-box-body.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login-box-header.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login-field-input.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_all_bg.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_back.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_back.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_footer.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_grid.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_headline_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_nocookies.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_noscript.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_submit_bg.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/menu_back.jpg
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/menu_bg.gif
@@ -2818,7 +4022,179 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/ext_localconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/corners-gray.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/corners.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/l-gray.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/l.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/r-gray.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/r.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/tb-gray.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/tb.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/btn-arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/btn-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/btn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/group-cs.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/group-lr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/group-tb.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow-b-noline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow-b.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow-bo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow-noline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow-o.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/dd/drop-add.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/dd/drop-no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/dd/drop-yes.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/editor/tb-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/clear-trigger.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/date-trigger.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/error-tip-corners.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/exclamation.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/search-trigger.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/text-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/trigger.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/gradient-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/col-move-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/col-move-top.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/columns.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/dirty.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid-blue-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid-hrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid3-hd-btn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid3-hrow-over.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid3-hrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid3-special-col-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid3-special-col-sel-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/group-by.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/group-expand-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hd-pop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-asc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-desc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-lock.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-lock.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-unlock.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-unlock.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/invalid_line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-first-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-first.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-last-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-last.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-next-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-next.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-prev-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-prev.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/refresh.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/row-check-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/row-expand-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/row-over.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/sort-hd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/sort_asc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/sort_desc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/mini-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/mini-left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/mini-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/mini-top.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/panel-title-light-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/white-top-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/menu/checked.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/menu/group-checked.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/menu/menu-parent.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/menu/menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/menu/unchecked.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/corners-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/left-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/light-hd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/tool-sprite-tpl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/tool-sprites.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/tools-sprites-trans.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/top-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/top-bottom.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/white-corners-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/white-left-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/white-top-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/progress/progress-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/qtip/bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/qtip/close.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/qtip/tip-anchor-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/qtip/tip-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/s.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shadow-c.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shadow-lr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shadow.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/glass-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/hd-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/left-btn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/loading-balls.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/right-btn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/warning.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/e-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/ne-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/nw-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/s-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/se-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/sw-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/slider/slider-bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/slider/slider-thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/slider/slider-v-bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/slider/slider-v-thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/scroll-left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/scroll-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/scroller-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-btm-inactive-left-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-btm-inactive-right-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-btm-left-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-btm-right-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-close.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-strip-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-strip-bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-strip-btm-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tabs-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/btn-arrow-light.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/btn-arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/btn-over-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/glass-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/gray-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/more.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/tb-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/tb-btn-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/arrows.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-add.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-between.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-over.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-under.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-yes.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-end-minus-nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-end-minus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-end-plus-nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-end-plus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-end.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-minus-nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-minus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-plus-nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-plus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/folder-open.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/folder.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/leaf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/icon-error.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/icon-info.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/icon-question.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/icon-warning.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/left-corners.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/left-corners.pspimage
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/left-right.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/right-corners.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/top-bottom.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/xtheme-t3skin.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/acm_spacer2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/common-input-clear.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/sys_action/sys_action.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/sys_action/sys_action__h.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/sys_note/ext_icon.png
@@ -2852,12 +4228,15 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/user_photomarathon/tab_ic
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/acm_spacer.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/acm_spacer2.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/add.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/add_workspaces.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/alt_backend_logo.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/alt_menu_bg.gif
${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/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
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/blinkarrow_left.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/blinkarrow_right.gif
@@ -2869,6 +4248,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/button_right.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/button_unhide.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/button_up.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/bullet_list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/div.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/filelinks.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/html.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/images_only.gif
@@ -2905,6 +4285,14 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/content_client.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/content_default.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/content_fresh.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/content_selected.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_first.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_first_disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_last.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_last_disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_next.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_next_disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_previous.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_previous_disabled.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/copy_page_after.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/copy_page_into.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/copymode_h.gif
@@ -3062,6 +4450,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__tup.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__u.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__up.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sys_workspace.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__f.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__fup.gif
@@ -3134,6 +4523,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__hu.
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__t.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__u.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_div.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__f.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__h.gif
@@ -3486,6 +4876,19 @@ ${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
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login-icon-news.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login-submit-progress.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_capslock.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_help.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_logo_sw.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_padlock.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_reload.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_user.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/logo-openid.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/mod/web/perm/legend.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_doc.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_file.gif
@@ -3510,6 +4913,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_user.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_user_setup.gif
${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
@@ -3520,12 +4924,14 @@ ${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_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_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/issues.txt
${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
@@ -3566,12 +4972,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/InlineElements/v
${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/SelectColor/CO-forecolor.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/SelectColor/CO-hilitecolor.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/SpellChecker/spell-check.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TYPO3Browsers/ed_image.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TYPO3Browsers/ed_link.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/TYPO3Browsers/ed_unlink.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
@@ -3621,8 +5022,10 @@ ${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/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/.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/stylesheets/ie6.css
@@ -3642,6 +5045,7 @@ ${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/templates/login.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_tables.php
@@ -3679,6 +5083,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/class.tx_tstemplateana
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/class.tx_tstemplateceditor.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/doc/TODO.txt
@@ -3738,17 +5143,20 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/RE_menu.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/RE_top.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/TU_basic.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/TU_menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/class.tx_tstemplateobjbrowser.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/doc/TODO.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_cm1.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/cm_icon.gif
@@ -3758,6 +5166,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_tables.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/tca.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/ext_tables.php
@@ -3790,6 +5199,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/tce_file.php
${TYPO3DIR}/${TYPO3NAME}/typo3/template.php
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/alt_db_navframe.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/alt_doc.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/alt_file_navframe.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/belog.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/beuser.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/config.html
@@ -3807,13 +5217,18 @@ ${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/login.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/move_el.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/perm.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/setup.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/show_rechis.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/template_page_backend.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/tsconfig_help.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/tstemplate.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/version.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/wizard_forms.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/wizard_rte.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/wizard_table.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/ws.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/ws_forms.html
${TYPO3DIR}/${TYPO3NAME}/typo3/thumbs.php
diff --git a/www/typo3/distinfo b/www/typo3/distinfo
index 807ebb0901b..ed8c1c2ff6d 100644
--- a/www/typo3/distinfo
+++ b/www/typo3/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2009/10/22 14:53:09 taca Exp $
+$NetBSD: distinfo,v 1.11 2009/12/02 15:51:01 taca Exp $
-SHA1 (dummy-4.2.10.tar.gz) = af13dd4d419c9067c7bf3c602fe6a34b6b69ce51
-RMD160 (dummy-4.2.10.tar.gz) = 7da79972fe392cbe7c3a7fd6cd4b0704fe487b42
-Size (dummy-4.2.10.tar.gz) = 9381 bytes
-SHA1 (typo3_src-4.2.10.tar.gz) = ba6fa68267bf924df2f3ddfffee7dac4fc51f800
-RMD160 (typo3_src-4.2.10.tar.gz) = 1fc914e72930b995aeabad9529c7b2177969f322
-Size (typo3_src-4.2.10.tar.gz) = 8155862 bytes
-SHA1 (patch-aa) = 12dc31e5d1b03f38c4957a08a5451da667d58214
+SHA1 (dummy-4.3.0.tar.gz) = 542342a96c60dddacc472f4fdecf26596c5f1642
+RMD160 (dummy-4.3.0.tar.gz) = 5329b32832dfc0a483dc408d08bddfa1b444c9c1
+Size (dummy-4.3.0.tar.gz) = 9553 bytes
+SHA1 (typo3_src-4.3.0.tar.gz) = 50c2248d169156605e971f0437ace204a0b8dd71
+RMD160 (typo3_src-4.3.0.tar.gz) = d40601af50bc4c20bc7826a2aff955f10be0da81
+Size (typo3_src-4.3.0.tar.gz) = 11430561 bytes
+SHA1 (patch-aa) = d875821f094902b7afd1553d39524ed1656a8605
diff --git a/www/typo3/patches/patch-aa b/www/typo3/patches/patch-aa
index 25495bc4edc..33671114687 100644
--- a/www/typo3/patches/patch-aa
+++ b/www/typo3/patches/patch-aa
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.1 2008/09/25 02:22:13 taca Exp $
+$NetBSD: patch-aa,v 1.2 2009/12/02 15:51:01 taca Exp $
---- t3lib/config_default.php.orig 2008-06-11 17:14:58.000000000 +0900
+--- t3lib/config_default.php.orig 2009-11-30 18:29:44.000000000 +0900
+++ t3lib/config_default.php
-@@ -36,8 +36,8 @@ $TYPO3_CONF_VARS = Array(
+@@ -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.
- 'im' => 1, // Boolean. Enables the use of IM.
+ '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!
- 'im_path_lzw' => '/usr/bin/', // Path to the IM tool 'convert' with LZW enabled! See 'gif_compress'. If your version 4.2.9 of ImageMagick is compiled with LZW you may leave this field blank AND disable the flag 'gif_compress'! Tip: You can call LZW 'convert' with a prefix like 'myver_convert' by setting this path with it, eg. '/usr/bin/myver_' instead of just '/usr/bin/'.
+ 'im_path' => '@PREFIX@/bin/', // Path to the IM tools 'convert', 'combine', 'identify'. Version 4.2.9 of ImageMagick is highly recommended due to features and speed!
+ 'im_path_lzw' => '@PREFIX@/bin/', // Path to the IM tool 'convert' with LZW enabled! See 'gif_compress'. If your version 4.2.9 of ImageMagick is compiled with LZW you may leave this field blank AND disable the flag 'gif_compress'! Tip: You can call LZW 'convert' with a prefix like 'myver_convert' by setting this path with it, eg. '/usr/bin/myver_' instead of just '/usr/bin/'.
'im_version_5' => '', // String. Set this if you're using ImageMagick/GraphicsMagick but not IM 4.x. Setting this value will automatically configure some settings for use with the specified program version. Allowed values are: "im4", "im5", "im6" and "gm" (uses GraphicsMagick instead of ImageMagick).
- 'im_negate_mask' => 0, // Boolean. Indicates if the mask images should be inverted first. This depends of the ImageMagick version. Below ver. 5.1 this should be false. Above ImageMagick version 5.2+ it should be true. Just set the flag if the masks works opposite the intension!
+ 'im_negate_mask' => FALSE, // Boolean. Indicates if the mask images should be inverted first. This depends of the ImageMagick version. Below ver. 5.1 this should be false. Above ImageMagick version 5.2+ it should be true. Just set the flag if the masks works opposite the intension!