summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2011-02-22 15:12:59 +0000
committertron <tron>2011-02-22 15:12:59 +0000
commit534e2d2081aa3dbab974f08266901d2e5a20ceb1 (patch)
tree1671401ebf3f9dd630925e33390d63a1b5a2e34a
parent1b55b3eb515e46379e958afdbc6ff2ddea9a20e5 (diff)
downloadpkgsrc-534e2d2081aa3dbab974f08266901d2e5a20ceb1.tar.gz
Pullup ticket #3359 - requested by taca
www/typo3: security update Revisions pulled up: - www/typo3/Makefile 1.29 - www/typo3/PLIST 1.17 - www/typo3/distinfo 1.22 - www/typo3/patches/patch-aa 1.5 --- Module Name: pkgsrc Committed By: taca Date: Mon Feb 7 12:57:30 UTC 2011 Modified Files: pkgsrc/www/typo3: Makefile PLIST distinfo pkgsrc/www/typo3/patches: patch-aa Log Message: Update to www/typo3 package to 4.5.0. This is TYPO3 Version 4.5: Your Long Term Solution: Please refer new feature and changes in detail: http://typo3.org/news-single-view/?tx_newsimporter_pi1[showItem]=0&tx_newsimporter_pi1[feed]=10&cHash=c5554a06e2
-rw-r--r--www/typo3/Makefile7
-rw-r--r--www/typo3/PLIST1609
-rw-r--r--www/typo3/distinfo16
-rw-r--r--www/typo3/patches/patch-aa16
4 files changed, 1476 insertions, 172 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile
index 22b10bc6b09..7b16b614d38 100644
--- a/www/typo3/Makefile
+++ b/www/typo3/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.28 2010/12/28 14:44:11 taca Exp $
+# $NetBSD: Makefile,v 1.28.2.1 2011/02/22 15:12:59 tron Exp $
#
DISTNAME= ${TYPO3NAME}
PKGNAME= typo3-${VER}
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/}
+MASTER_SITES= http://dl1.typo3.org/TYPO3_${VER}/
+#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/}
DISTFILES= ${TYPO3NAME}${EXTRACT_SUFX} ${SITESRC}${EXTRACT_SUFX}
MAINTAINER= taca@NetBSD.org
@@ -17,7 +18,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/
PKG_DESTDIR_SUPPORT= user-destdir
-VER= 4.4.6
+VER= 4.5.0
NO_BUILD= yes
USE_TOOLS= pax
diff --git a/www/typo3/PLIST b/www/typo3/PLIST
index 5ac88c7aafd..30b09eb3ede 100644
--- a/www/typo3/PLIST
+++ b/www/typo3/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2010/12/16 15:35:34 taca Exp $
+@comment $NetBSD: PLIST,v 1.16.2.1 2011/02/22 15:12:59 tron Exp $
${EGDIR}/localconf.php
${TYPO3DIR}/${TYPO3NAME}/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/GPL.txt
@@ -7,14 +7,8 @@ ${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt
${TYPO3DIR}/${TYPO3NAME}/NEWS.txt
${TYPO3DIR}/${TYPO3NAME}/README.txt
${TYPO3DIR}/${TYPO3NAME}/RELEASE_NOTES.txt
+${TYPO3DIR}/${TYPO3NAME}/_.htaccess
${TYPO3DIR}/${TYPO3NAME}/index.php
-${TYPO3DIR}/${TYPO3NAME}/misc/advanced.htaccess
-${TYPO3DIR}/${TYPO3NAME}/misc/core_svn_rules.txt
-${TYPO3DIR}/${TYPO3NAME}/misc/example_MM_relationTables.sql
-${TYPO3DIR}/${TYPO3NAME}/misc/locallang_XML_dummy.xml
-${TYPO3DIR}/${TYPO3NAME}/misc/simple.htaccess
-${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
@@ -24,6 +18,7 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_filebacke
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_memcachedbackend.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_nullbackend.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_pdobackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_redisbackend.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_transientmemorybackend.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_backend.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_phpcapablebackend.php
@@ -122,6 +117,14 @@ ${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/contextmenu/class.t3lib_contextmenu_abstractcontextmenu.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/class.t3lib_contextmenu_abstractdataprovider.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/class.t3lib_contextmenu_action.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/class.t3lib_contextmenu_actioncollection.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/extdirect/class.t3lib_contextmenu_extdirect_contextmenu.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/pagetree/class.t3lib_contextmenu_pagetree_dataprovider.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/pagetree/extdirect/class.t3lib_contextmenu_pagetree_extdirect_contextmenu.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/renderer/class.t3lib_contextmenu_renderer_abstract.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/core_autoload.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/ascii.tbl
${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/big5.tbl
@@ -155,6 +158,7 @@ ${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/db/class.t3lib_db_preparedstatement.php
${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
@@ -163,23 +167,60 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/error/class.t3lib_error_productionexceptionhandle
${TYPO3DIR}/${TYPO3NAME}/t3lib/error/interface.t3lib_error_errorhandlerinterface.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/error/interface.t3lib_error_exceptionhandlerinterface.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/class.t3lib_extjs_extdirectapi.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/class.t3lib_extjs_extdirectdebug.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/class.t3lib_extjs_extdirectrouter.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/dataprovider/class.extdirect_dataprovider_backendlivesearch.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/dataprovider/class.extdirect_dataprovider_beusersettings.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/dataprovider/class.extdirect_dataprovider_contexthelp.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/dataprovider/class.extdirect_dataprovider_state.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/index.html
${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/nimbus.ttf
${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/readme.txt
${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/vera.ttf
+${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_abstract.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_backendformprotection.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_disabledformprotection.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_factory.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_installtoolformprotection.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_invalidtokenexception.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/index.html
${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_browselinkshook.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_extfilefunctions_processdatahook.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_mail_maileradapter.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_pageselect_getpagehook.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_pageselect_getpageoverlayhook.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_pageselect_getrecordoverlayhook.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_singleton.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_spritemanager_spriteicongenerator.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_tceforms_dbfileiconshook.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_tcemain_checkmodifyaccesslisthook.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_tcemain_processuploadhook.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/tree/interface.t3lib_tree_comparablenode.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/tree/interface.t3lib_tree_draggableanddropable.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/tree/interface.t3lib_tree_labeleditable.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/adminpanel.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ExtDirect.StateProvider.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/Ext.ux.state.TreePanel.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/actions.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/app.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/contextmenu.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/deletiondropzone.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/filteringtree.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/loadorder.txt
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/nodeui.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/toppanel.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/tree.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/treeeditor.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/contexthelp.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/notifications.js
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/tceforms.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/tree/tree.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/util.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/Ext.app.SearchField.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/Ext.grid.RowExpander.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/Ext.ux.FitToParent.js
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/ext.resizable.js
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/ext.ux.tabclosemenu.js
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/flashmessages.js
@@ -191,23 +232,72 @@ ${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/mail/class.t3lib_mail_mailer.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/mail/class.t3lib_mail_mboxtransport.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/mail/class.t3lib_mail_message.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/mail/class.t3lib_mail_rfc822addressesparser.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/mail/class.t3lib_mail_swiftmaileradapter.php
${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/message/class.t3lib_message_abstractmessage.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/message/class.t3lib_message_errorpagemessage.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/search/class.t3lib_search_livesearch.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/search/class.t3lib_search_livesearch_queryParser.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/spritemanager/class.t3lib_spritemanager_abstracthandler.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/spritemanager/class.t3lib_spritemanager_simplehandler.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/spritemanager/class.t3lib_spritemanager_spritebuildinghandler.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/spritemanager/class.t3lib_spritemanager_spritegenerator.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/stddb/tbl_pages.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tceforms/class.t3lib_tceforms_flexforms.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/tceforms/class.t3lib_tceforms_suggest.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/tceforms/class.t3lib_tceforms_suggest_defaultreceiver.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tceforms/class.t3lib_tceforms_tree.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/thumbs.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_abstractdataprovider.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_abstractstateprovider.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_abstracttree.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_node.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_nodecollection.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_representationnode.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_sortednodecollection.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/extdirect/class.t3lib_tree_extdirect_abstractextjstree.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/extdirect/class.t3lib_tree_extdirect_node.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/class.t3lib_tree_pagetree_commands.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/class.t3lib_tree_pagetree_dataprovider.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/class.t3lib_tree_pagetree_indicator.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/class.t3lib_tree_pagetree_node.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/class.t3lib_tree_pagetree_nodecollection.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/extdirect/class.t3lib_tree_pagetree_extdirect_commands.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/extdirect/class.t3lib_tree_pagetree_extdirect_tree.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/interfaces/interface.t3lib_tree_pagetree_interfaces_indicatorprovider.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/renderer/class.t3lib_tree_renderer_abstract.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/renderer/class.t3lib_tree_renderer_extjsjson.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/renderer/class.t3lib_tree_renderer_unorderedlist.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_abstracttcatreedataprovider.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_databasenode.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_databasetreedataprovider.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_dataproviderfactory.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_extjsarrayrenderer.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_tcatree.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_command.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_debug.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_dependency.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_http.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_mail.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_phpoptions.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_callback.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_element.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_factory.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_reference.php
${TYPO3DIR}/${TYPO3NAME}/typo3/GPL.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/LICENSE.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/README.txt
@@ -220,7 +310,6 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/alt_file_navframe.php
${TYPO3DIR}/${TYPO3NAME}/typo3/alt_intro.php
${TYPO3DIR}/${TYPO3NAME}/typo3/alt_menu.php
${TYPO3DIR}/${TYPO3NAME}/typo3/alt_menu_sel.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/alt_mod_frameset.php
${TYPO3DIR}/${TYPO3NAME}/typo3/alt_palette.php
${TYPO3DIR}/${TYPO3NAME}/typo3/alt_shortcut.php
${TYPO3DIR}/${TYPO3NAME}/typo3/alt_toplogo.php
@@ -238,15 +327,14 @@ ${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.donatewindow.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.livesearch.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
${TYPO3DIR}/${TYPO3NAME}/typo3/cleaner_check.sh
${TYPO3DIR}/${TYPO3NAME}/typo3/cleaner_fix.sh
${TYPO3DIR}/${TYPO3NAME}/typo3/clear.gif
@@ -254,9 +342,67 @@ ${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/codemirror/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/csharp/css/csharpcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/csharp/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/csharp/js/parsecsharp.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/csharp/js/tokenizecsharp.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/groovy/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/lua/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/lua/css/luacolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/lua/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/lua/js/parselua.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/ometa/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/ometa/css/ometacolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/ometa/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/ometa/js/parseometa.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/ometa/js/tokenizeometa.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/css/phpcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/js/parsephp.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/js/parsephphtmlmixed.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/js/tokenizephp.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/plsql/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/plsql/css/plsqlcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/plsql/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/plsql/js/parseplsql.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/python/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/python/css/pythoncolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/python/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/python/js/parsepython.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/scheme/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/scheme/css/schemecolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/scheme/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/sql/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/sql/css/sqlcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/sql/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/sql/js/parsesql.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/csscolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/docs.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/jscolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/people.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/sparqlcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/xmlcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/codemirror.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/editor.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/highlight.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/mirrorframe.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsecss.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsedummy.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsehtmlmixed.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsejavascript.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsesparql.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsexml.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/select.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/stringstream.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/tokenize.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/tokenizejavascript.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/undo.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/util.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/unittests.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/INCLUDE_ORDER.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/LICENSE.txt
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/ext/ext-base-debug-w-comments.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/ext/ext-base-debug.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/ext/ext-base.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/jquery/ext-jquery-adapter-debug.js
@@ -272,6 +418,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-core.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-core.jsb2
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext.jsb2
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-af.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-am.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-bg.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ca.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-cs.js
@@ -339,6 +486,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/list-view.c
${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/pivotgrid.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
@@ -364,6 +512,7 @@ ${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/pivotgrid.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
@@ -408,6 +557,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/radio
${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-square.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/trigger-square.psd
${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
@@ -431,6 +582,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-
${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-rowheader.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
@@ -457,6 +609,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-
${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-disabled.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
@@ -602,6 +755,8 @@ ${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/modernizr/LICENSE.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/modernizr/modernizr.min.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/prototype/prototype.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/builder.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/controls.js
@@ -619,6 +774,153 @@ ${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/contrib/swiftmailer/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/README
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/VERSION
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Attachment.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/ByteStream/AbstractFilterableInputStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/ByteStream/ArrayByteStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/ByteStream/FileByteStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/GenericFixedWidthReader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/UsAsciiReader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/Utf8Reader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReaderFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterStream/ArrayCharacterStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterStream/NgCharacterStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/DependencyContainer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/DependencyException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/EmbeddedFile.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Encoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Encoder/Base64Encoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Encoder/QpEncoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Encoder/Rfc2231Encoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Encoding.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/CommandEvent.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/CommandListener.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/Event.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/EventDispatcher.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/EventListener.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/EventObject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/ResponseEvent.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/ResponseListener.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/SendEvent.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/SendListener.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/SimpleEventDispatcher.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/TransportChangeEvent.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/TransportChangeListener.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/TransportExceptionEvent.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/TransportExceptionListener.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/FailoverTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/FileStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Filterable.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Image.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/InputByteStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/IoException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache/ArrayKeyCache.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache/DiskKeyCache.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache/KeyCacheInputStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache/NullKeyCache.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/LoadBalancedTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/MailTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mailer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mailer/ArrayRecipientIterator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mailer/RecipientIterator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Message.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Attachment.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/CharsetObserver.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/EmbeddedFile.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/EncodingObserver.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Header.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderSet.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/AbstractHeader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/DateHeader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/IdentificationHeader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/MailboxHeader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/ParameterizedHeader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/PathHeader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/UnstructuredHeader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Message.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/MimeEntity.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/MimePart.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/ParameterizedHeader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleHeaderFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleHeaderSet.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleMessage.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleMimeEntity.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/MimePart.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/OutputByteStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/AntiFloodPlugin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/BandwidthMonitorPlugin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Decorator/Replacements.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/DecoratorPlugin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Logger.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/LoggerPlugin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Loggers/ArrayLogger.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Loggers/EchoLogger.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Pop/Pop3Connection.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Pop/Pop3Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/PopBeforeSmtpPlugin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/ReporterPlugin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporters/HitReporter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporters/HtmlReporter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Sleeper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/ThrottlerPlugin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Timer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Preferences.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/ReplacementFilterFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/RfcComplianceException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/SendmailTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/SmtpTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/StreamFilter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/StreamFilters/StringReplacementFilter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/StreamFilters/StringReplacementFilterFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/SwiftException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/AbstractSmtpTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/AuthHandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Authenticator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/EsmtpHandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/EsmtpTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/FailoverTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/IoBuffer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/LoadBalancedTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/MailInvoker.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/MailTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/SendmailTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/SimpleMailInvoker.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/SmtpAgent.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/StreamBuffer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/TransportException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/dependency_maps/cache_deps.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/dependency_maps/mime_deps.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/dependency_maps/transport_deps.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/mime_types.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/preferences.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/swift_init.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/swift_required.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/swift_required_pear.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/websvg/svg.htc
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/websvg/svg.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/websvg/svg.swf
${TYPO3DIR}/${TYPO3NAME}/typo3/db_list.php
${TYPO3DIR}/${TYPO3NAME}/typo3/db_new.php
${TYPO3DIR}/${TYPO3NAME}/typo3/default.htm
@@ -1623,12 +1925,15 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/js/clickmenu.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/common.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/constantEditor.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/donate.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/backendsizemanager.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/PluploadWindow.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/debugPanel.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/ext.ux.plupload.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/iframepanel.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/viewport.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/viewportConfiguration.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/flashupload.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/iecompatibility.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/livesearch.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/loginrefresh.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/modulemenu.js
${TYPO3DIR}/${TYPO3NAME}/typo3/js/pagetreefiltermenu.js
@@ -1647,67 +1952,18 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/mod.php
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/README.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/file/conf.php
${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/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/help.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/conf.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/em/class.em_index.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/em/class.em_soap.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/em/class.em_terconnection.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/em/class.em_unzip.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/em/class.em_xmlhandler.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/em/class.nusoap.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/em/clear.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/em/conf.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/em/download.png
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/em/em.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/em/index.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/em/install.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/em/oodoc.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/em/uninstall.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/note.txt
${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/class.wslib.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/class.wslib_gui.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/clear.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/cli/conf.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/ws/cli/ws_cli.phpsh
-${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
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/conf.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/func/clear.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/func/conf.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/func/func.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/func/index.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/info/clear.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/info/conf.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/info/index.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/info/info.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/info/log.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/list/clear.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/list/conf.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/list/list.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/perm/class.sc_mod_web_perm_ajax.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/perm/clear.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/perm/conf.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/perm/index.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/perm/perm.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/perm/perm.js
${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/website.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/move_el.php
${TYPO3DIR}/${TYPO3NAME}/typo3/show_item.php
@@ -1748,7 +2004,11 @@ ${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
@@ -1763,6 +2023,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-mysql.inc.ph
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-oci8.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-postgres.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-sapdb.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-sqlite.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-sybase.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-access.inc.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ado.inc.php
@@ -1774,6 +2035,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-borland_ibase.in
${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-db2ora.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
@@ -1841,7 +2103,40 @@ ${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/perf/perf-db2.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-informix.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-mssql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-mssqlnative.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-mysql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-oci8.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-postgres.inc.php
+${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/session/adodb-compress-bzip2.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-compress-gzip.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-cryptsession.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-cryptsession2.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-encrypt-mcrypt.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-encrypt-md5.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-encrypt-secret.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-encrypt-sha1.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-sess.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-session-clob.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-session-clob2.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-session.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-session2.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-sessions.mysql.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-sessions.oracle.clob.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-sessions.oracle.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/crypt.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/session_schema.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/session_schema2.xml
+${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
@@ -1885,6 +2180,7 @@ ${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/classes/class.tx_cms_backendlayout.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/localizationoverview.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/localizationoverview1.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_1.png
@@ -1910,6 +2206,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_7.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_8.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_9.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/doc/TODO.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_autoload.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_localconf.php
@@ -1927,6 +2224,29 @@ ${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
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/grideditor.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/grideditor.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-edit-inactive-1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-edit-inactive.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-edit.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-down-inactive.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-down.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-left-inactive.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-left.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-right-inactive.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-right.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-up-inactive.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-up.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-layer-icon-close.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-layer-icon-help.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-layer-icon-save.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tabledown.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tableleft.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tableright.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tableup.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/typo3.pageModule.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/wizard_backend_layout.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/wizard_backend_layout.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_csh_webinfo.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_csh_weblayout.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_tca.xml
@@ -1939,15 +2259,53 @@ ${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_extdirecteid.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
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_mediawizardcoreprovider.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_mediawizardmanager.php
${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/content/class.tslib_content_abstract.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_case.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_cleargif.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_columns.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_content.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_contentobjectarray.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_contentobjectarrayinternal.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_contenttable.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_editpanel.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_file.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_fluidtemplate.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_form.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_hierarchicalmenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_horizontalruler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_html.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_image.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_imageresource.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_imagetext.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_loadregister.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_media.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_multimedia.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_offsettable.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_phpscript.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_phpscriptinternal.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_quicktimeobject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_records.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_restoreregister.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_scalablevectorgraphics.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_searchresult.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_shockwaveflashobject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_template.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_text.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_user.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_userinternal.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/extdirecteid.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
@@ -1957,6 +2315,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_conte
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_getimgresourcehook.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_postinithook.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_stdwraphook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_mediawizardprovider.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_menu_filterMenuPagesHook.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/arrow_act.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/arrow_no.gif
@@ -2302,6 +2661,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/templates/tslib_page_frontend.ht
${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
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/4.5/locallang_csh_pages.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/4.5/locallang_csh_ttcontent.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/fegroups_3.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/fegroups_4.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/feusers_1.png
@@ -2367,8 +2728,11 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.2/constants.t
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.2/setup.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.3/constants.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.3/setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.4/constants.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.4/setup.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.tx_dbal_autoloader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.tx_dbal_em.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.tx_dbal_installtool.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.ux_db_list_extra.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.ux_t3lib_db.php
@@ -2386,6 +2750,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/handlers/class.tx_dbal_handler_openof
${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_querycache.php
${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
@@ -2401,8 +2766,112 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/realurl.diff
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/scheduler.diff
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/templavoila.diff
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/postgresql/postgresql-compatibility.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/class.tx_em_api.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/class.tx_em_extensionmanager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/connection/class.tx_em_connection_extdirectserver.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/connection/class.tx_em_connection_extdirectsoap.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/connection/class.tx_em_connection_soap.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/connection/class.tx_em_connection_ter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/database/class.tx_em_database.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_connection_exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_extensionimport_exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_extensionxml_exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_mirrorxml_exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_xml_exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/extensions/class.tx_em_extensions_details.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/extensions/class.tx_em_extensions_list.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/import/class.tx_em_import_extensionlistimporter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/import/class.tx_em_import_mirrorlistimporter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/install/class.tx_em_install.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/parser/class.tx_em_parser_extensionxmlabstractparser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/parser/class.tx_em_parser_extensionxmlpullparser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/parser/class.tx_em_parser_extensionxmlpushparser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/parser/class.tx_em_parser_mirrorxmlabstractparser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/parser/class.tx_em_parser_mirrorxmlpullparser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/parser/class.tx_em_parser_mirrorxmlpushparser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/parser/class.tx_em_parser_xmlabstractparser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/parser/class.tx_em_parser_xmlparserfactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/reports/class.tx_em_reports_extensionstatus.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/repository/class.tx_em_repository.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/repository/class.tx_em_repository_mirrors.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/repository/class.tx_em_repository_utility.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/settings/class.tx_em_settings.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/tasks/class.tx_em_tasks_updateextensionlist.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/tools/class.tx_em_tools.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/tools/class.tx_em_tools_unzip.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/tools/class.tx_em_tools_xmlhandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/translations/class.tx_em_translations.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_conf_template.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_tables_static+adt.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/interfaces/interface.tx_em_index_checkdatabaseupdateshook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/language/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/css/editor.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/css/t3_em.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/arrow_redo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/arrow_undo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/cancel.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/download.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/drive.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/email.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/filebrowser.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/flag.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/image.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/install.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/jslint.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/oodoc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/repupdate.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/server.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/settings.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/text_indent.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/tools.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/uninstall.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_app.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_components.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_files.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_languages.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_layouts.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_locallist.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_repositorylist.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_settings.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_ter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_tools.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_usertools.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/overrides/ext_overrides.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/GridFilters.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/RowPanelExpander.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/css/GridFilters.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/css/RangeMenu.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/custom_plugins.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/fileuploadfield.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/filter/BooleanFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/filter/DateFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/filter/Filter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/filter/ListFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/filter/NumericFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/filter/StringFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/images/equals.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/images/find.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/images/greater_than.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/images/less_than.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/images/sort_filtered_asc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/images/sort_filtered_desc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/jslint.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/menu/ListMenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/menu/RangeMenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/searchfield.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ChangeLog.txt
${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/ConfigurationManager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/ConfigurationManagerInterface.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
@@ -2410,6 +2879,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/No
${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/Core/Bootstrap.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
@@ -2430,6 +2900,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/ArgumentsVa
${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/Dispatcher.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
@@ -2452,16 +2923,29 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/NoSuchContro
${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/RequestHandlerInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/RequestHandlerResolver.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/NotFoundView.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/View/ViewInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Web/AbstractRequestHandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Web/BackendRequestHandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Web/FrontendRequestHandler.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/Container/ClassInfo.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/ClassInfoCache.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/ClassInfoFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/Container.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/Exception/CannotInitializeCacheException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/Exception/TooManyRecursionLevelsException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/Exception/UnknownObjectException.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
@@ -2471,13 +2955,11 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/InvalidOb
${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/Object/ObjectManager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/ObjectManagerInterface.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
@@ -2549,6 +3031,8 @@ ${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/Repository.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/RepositoryInterface.php
@@ -2572,6 +3056,7 @@ ${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/Exception/PropertyNotAccessibleException.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
@@ -2588,6 +3073,7 @@ ${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/FrontendSimulator.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/Localization.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/TypeHandling.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/TypoScript.php
@@ -2622,47 +3108,59 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/TextV
${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/Resources/Private/.htaccess
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Resources/Private/Language/locallang_db.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Resources/Private/MVC/NotFoundView_Template.html
${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/RequestTest.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/MVC/Web/Routing/UriBuilder_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Persistence/Mapper/DataMapFactory_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Persistence/ObjectStorage_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Persistence/Query_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Persistence/Session_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Persistence/Storage/Typo3DbBackend_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Reflection/Service_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Security/Channel/RequestHashService_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Security/Cryptography/HashService_testcase.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/SeleniumBaseTestCase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Utility/Extension_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Utility/TypoScript_testcase.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Validation/Validator/AlphanumericValidator_testcase.php
-${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/Tests/Unit/BaseTestCase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Configuration/AbstractConfigurationManagerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Configuration/BackendConfigurationManagerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Configuration/FrontendConfigurationManagerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/DomainObject/AbstractEntityTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Fixtures/Entity.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/MVC/Controller/AbstractControllerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/MVC/Controller/ActionControllerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/MVC/Controller/ArgumentTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/MVC/Controller/ArgumentsTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/MVC/DispatcherTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/MVC/Web/RequestBuilderTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/MVC/Web/RequestTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/MVC/Web/Routing/UriBuilderTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Object/Container/ClassInfoFactoryTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Object/Container/ContainerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures/Testclasses.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/Mapper/DataMapFactoryTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/ObjectStorageTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/QueryResultTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/QueryTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/RepositoryTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/SessionTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/Storage/Typo3DbBackendTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/ArrayAccessClass.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithGettersAndSetters.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Reflection/ObjectAccessTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Reflection/ServiceTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Security/Channel/RequestHashServiceTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Security/Cryptography/HashServiceTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Utility/ExtensionTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Utility/LocalizationTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Utility/TypoScriptTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/AlphanumericValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/ConjunctionValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DateTimeValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/EmailAddressValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/FloatValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/GenericObjectValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/IntegerValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/NotEmptyValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/NumberRangeValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/NumberValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/RawValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/RegularExpressionValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/StringLengthValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/TextValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/ValidatorResolverTest.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
@@ -2693,8 +3191,15 @@ ${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/filelist/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/mod1/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/mod1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/mod1/file_list.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/mod1/list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ChangeLog.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Compatibility/DocbookGeneratorService.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Compatibility/ObjectManager.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Compatibility/TemplateParserBuilder.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Exception.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/Configuration.php
@@ -2713,11 +3218,15 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/TextN
${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/RenderingContext.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Rendering/RenderingContextInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractConditionViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractTagBasedViewHelper.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/ArgumentDefinition.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Arguments.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Exception.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Exception/InvalidVariableException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Exception/RenderingContextNotAccessibleException.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
@@ -2725,14 +3234,28 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/TagBuilder.p
${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/Core/Widget/AbstractWidgetController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/AbstractWidgetViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/AjaxWidgetContextHolder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Bootstrap.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Exception/MissingControllerException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Exception/RenderingContextNotFoundException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Exception/WidgetContextNotFoundException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Exception/WidgetRequestNotFoundException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/WidgetContext.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequestBuilder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequestHandler.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/AbstractTemplateView.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/Exception.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/Exception/InvalidSectionException.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/Exception/InvalidTemplateResourceException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/StandaloneView.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
@@ -2744,6 +3267,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Menus/ActionM
${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/Security/IfAuthenticatedViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Security/IfHasRoleViewHelper.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
@@ -2783,16 +3308,29 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Link/ActionViewH
${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/RenderChildrenViewHelper.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/Security/IfAuthenticatedViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Security/IfHasRoleViewHelper.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/ImageViewHelper.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/Classes/ViewHelpers/Widget/AutocompleteViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/Controller/AutocompleteController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/Controller/PaginateController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/LinkViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/PaginateViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/UriViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Configuration/TypoScript/setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Autocomplete/Index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Paginate/Index.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/Fixtures/PostParseFacetViewHelper.php
@@ -2811,20 +3349,36 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/Vi
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/TemplateParserPatternTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/TemplateParserTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Rendering/RenderingContextTest.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/TagBasedViewHelperTest.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/TagBuilderTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/AbstractTagBasedViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/AbstractViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/ArgumentDefinitionTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/ConditionViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/TagBuilderTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/TemplateVariableContainerTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/ViewHelperVariableContainerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/AbstractWidgetControllerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/AbstractWidgetViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/AjaxWidgetContextHolderTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetContextTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetRequestBuilderTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetRequestHandlerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetRequestTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/AbstractTemplateViewTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/LayoutFixture
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/LayoutFixture.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/LayoutFixture.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/StandaloneViewFixture.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/StandaloneViewTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/TemplateViewTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/AliasViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/BaseViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Be/IfAuthenticatedViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Be/IfHasRoleViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/CountViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/CycleViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ElseViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures/ConstraintSyntaxTreeNode.php
@@ -2844,6 +3398,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/SubmitVi
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/TextareaViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/TextboxViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/UploadViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/FormViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/CropViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/CurrencyViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/DateViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/Nl2brViewHelperTest.php
@@ -2854,7 +3410,10 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/GroupedForVie
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/IfViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/EmailViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/ExternalViewHelperTest.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Persistence/IdentityViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/RenderChildrenViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/RenderViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security/IfAuthenticatedViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security/IfHasRoleViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ThenViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/EmailViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/ExternalViewHelperTest.php
@@ -2862,7 +3421,16 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ViewHelperBas
${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/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_typoscript_setup.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/last_synched_target
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/func.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/index.php
${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
@@ -2911,6 +3479,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_tables.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_tables.sql
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/import.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/locallang_csh_45.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc1.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/modfunc1/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/task/class.tx_impexp_task.php
@@ -2921,7 +3490,6 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.external_parser.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.indexer.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.lexer.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/cli/conf.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/cli/indexer_cli.phpsh
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/doc/README.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/doc/TODO.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/example/class.crawlerhook.php
@@ -2971,6 +3539,14 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/xls.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/xml.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/template_css.tmpl
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/tca.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/mod1/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/mod1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/mod1/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/mod1/info.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/mod1/log.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/class.tx_infopagetsconfig_webinfo.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/cshimages/img_1.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/cshimages/img_2.png
@@ -2984,6 +3560,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/Classes/Updates/Base.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/AlterPasswordForm.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckImageMagick.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckMail.html
@@ -3077,14 +3654,18 @@ ${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_addflexformstoacl.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_charsetdefaults.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_compatversion.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_compressionlevel.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_cscsplit.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_flagsfromsprite.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_imagelink.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_migrateworkspaces.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_notinmenu.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_statictemplates.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_t3skin.php
@@ -3115,6 +3696,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_scale_png.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_write_gif.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_write_png.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/readme.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/4.5/locallang_csh_corebe.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/4.5/locallang_csh_pages.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_1.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_10.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_11.png
@@ -3245,6 +3828,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_em.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_pages.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_sysfilem.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_syslang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_sysnews.xml
${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
@@ -3276,6 +3860,33 @@ ${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/linkvalidator/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/class.tx_linkvalidator_processor.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/linktype/class.tx_linkvalidator_linktype_abstract.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/linktype/class.tx_linkvalidator_linktype_external.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/linktype/class.tx_linkvalidator_linktype_file.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/linktype/class.tx_linkvalidator_linktype_interface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/linktype/class.tx_linkvalidator_linktype_internal.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/linktype/class.tx_linkvalidator_linktype_linkhandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/tasks/class.tx_linkvalidator_tasks_validator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/tasks/class.tx_linkvalidator_tasks_validatoradditionalfieldprovider.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/doc/manual.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/modfuncreport/class.tx_linkvalidator_modfuncreport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/modfuncreport/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/modfuncreport/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/modfuncreport/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/modfuncreport/mod_template.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/res/linkvalidator.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/res/mailtemplate.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/res/pagetsconfig.txt
${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
@@ -3382,6 +3993,23 @@ ${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/perm/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/class.sc_mod_web_perm_ajax.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/perm.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/perm.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/list.gif
${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
@@ -3416,13 +4044,12 @@ ${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_localconf.php
${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
@@ -3439,6 +4066,9 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_re
${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/reports/reports/status/class.tx_reports_reports_status_warningmessagepostprocessor.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/tasks/class.tx_reports_tasks_systemstatusupdatetask.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/tasks/class.tx_reports_tasks_systemstatusupdatetasknotificationemailfield.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/doc/manual.sxw
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_conf_template.txt
@@ -3475,6 +4105,7 @@ ${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
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_autoload.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_conf_template.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_icon.gif
@@ -3485,6 +4116,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/AboutEditor/class.t
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/AboutEditor/skin/htmlarea.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/AboutEditor/skin/images/about.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym/class.tx_rtehtmlarea_acronym.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym/locallang_csh.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym/skin/htmlarea.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym/skin/images/acronym.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/class.tx_rtehtmlarea_blockelements.php
@@ -3539,6 +4171,10 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefinitionList/clas
${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/EditElement/class.tx_rtehtmlarea_editelement.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditElement/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditElement/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditElement/skin/images/element-edit.png
${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
@@ -3576,16 +4212,23 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InsertSmiley/skin/h
${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/locallang_csh.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/PlainText/class.tx_rtehtmlarea_plaintext.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/PlainText/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/PlainText/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/PlainText/skin/images/paste-behaviour.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/PlainText/skin/images/paste-toggle.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/locallang_csh.xml
${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/RemoveFormat/skin/images/remove-format.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
@@ -3642,6 +4285,9 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/clearrtecache/class.tx_r
${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/hooks/statusreport/class.tx_rtehtmlarea_statusreport_conflictscheck.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/statusreport/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/statusreport/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
@@ -3677,6 +4323,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefinitionLis
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/dynamiccss.css
${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/EditElement/edit-element.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditElement/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
@@ -3725,6 +4373,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_yell.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/Language/language.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/Language/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/PlainText/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/PlainText/plain-text.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/QuickTag/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/QuickTag/quick-tag.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/RemoveFormat/locallang.xml
@@ -3790,6 +4440,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/deleted-text.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/editor-show-about.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/editor-toggle-mode.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/element-edit.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/emphasis.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/find-replace.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/horizontal-rule-insert.gif
@@ -3809,6 +4460,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/outdent.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paragraph-insert-after.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paragraph-insert-before.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paste-behaviour.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paste-toggle.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paste.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/quotation.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/redo.gif
@@ -3852,6 +4505,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/resizable.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/system-help-open.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/locallang_csh_abbreviation.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/locallang_db.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod2/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod3/browse_links.php
@@ -3915,6 +4570,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/class.tx_sal
${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/classes/tasks/class.tx_saltedpasswords_tasks_bulkupdate.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/doc/manual.sxw
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_autoload.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_conf_template.txt
@@ -3928,6 +4584,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/sv1/class.tx_saltedpasswor
${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_croncmd_normalize.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
@@ -3961,6 +4618,8 @@ ${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/scheduler/tasks/class.tx_scheduler_cachingframeworkgarbagecollection.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/tasks/class.tx_scheduler_cachingframeworkgarbagecollection_additionalfieldprovider.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/lang.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/rte.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup1.png
@@ -4371,6 +5030,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/locallang_csh_sysnote.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/locallang_tca.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/LICENSE
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/classes/class.tx_t3editor.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/classes/class.tx_t3editor_hooks_fileedit.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/classes/class.tx_t3editor_hooks_tstemplateinfo.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/classes/ts_codecompletion/class.tx_t3editor_codecompletion.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/classes/ts_codecompletion/class.tx_t3editor_tsrefloader.php
@@ -4387,33 +5047,15 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/t3editor.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/t3editor_inner.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/typoscriptcolors.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/xmlcolors.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/LICENSE
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/README
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/codemirror.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/editor.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/highlight.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/mirrorframe.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/parsecss.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/parsedummy.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/parsehtmlmixed.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/parsejavascript.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/parsesparql.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/parsetyposcript.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/parsexml.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/select.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/stringstream.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/tokenize.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/tokenizejavascript.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/tokenizetyposcript.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/undo.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/codemirror/util.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/fileedit.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/parse_typoscript/parsetyposcript.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/parse_typoscript/tokenizetyposcript.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/t3editor.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/completionresult.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/descriptionPlugin.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/tscodecompletion.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/tsparser.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/tsref.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/tx_tstemplateinfo/tx_tstemplateinfo.js
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/templates/t3editor.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/tsref/tsref.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/alt_backend_logo.gif
@@ -4537,7 +5179,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-prev-disable
${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-expand-sprite.png
${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
@@ -4568,7 +5210,6 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/progress/progress-bg.g
${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
@@ -4611,6 +5252,7 @@ ${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/collapse-all.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
@@ -4628,6 +5270,7 @@ ${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/expand-all.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
@@ -4796,6 +5439,17 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_ftp_2.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_ftp_readonly.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_webfolders.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_website.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__x.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_admin.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_groups.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_groups__h.gif
@@ -5392,17 +6046,525 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_version.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_view.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_view_big.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/options.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/adminpanel-down.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/adminpanel-up.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/module-menu-down-alt.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/module-menu-down.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/module-menu-right-alt.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/module-menu-right.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/button-hover.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/button.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/docheader-pagetree-button-hover.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/docheader-pagetree-button.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/login-box.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/module-menu-right-top.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/module-menu-right.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/module-menu-right.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/module-menu-top.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/row-header.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/tab.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background-left.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background-right.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-mask.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/topbar.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ad-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ad.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ae-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ae.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/af-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/af.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ag-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ag.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ai-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ai.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/al-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/al.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/am-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/am.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/an-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/an.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ao-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ao.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ar-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ar.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/as-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/as.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/at-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/at.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/au-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/au.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/aw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/aw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ax-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ax.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/az-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/az.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ba-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ba.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bb-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bd-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bd.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/be-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/be.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bf-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bf.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bh-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bi-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bi.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bj-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bj.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bo-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/br-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/br.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bs-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bs.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bt-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bt.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bv-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bv.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/by-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/by.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ca-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ca.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/catalonia-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/catalonia.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cc-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cd-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cd.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cf-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cf.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ch-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ch.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ci-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ci.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ck-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ck.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cl-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cl.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/co-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/co.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cs-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cs.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cu-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cv-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cv.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cx-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cx.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cy-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cy.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/de-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/de.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dj-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dj.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dk-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dk.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/do-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/do.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ec-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ec.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ee-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ee.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/eg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/eg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/eh-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/eh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/england-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/england.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/er-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/er.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/es-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/es.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/et-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/et.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/europeanunion-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/europeanunion.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fam-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fam.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fi-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fi.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fj-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fj.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fk-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fk.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fo-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ga-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ga.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gb-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gd-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gd.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ge-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ge.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gf-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gf.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gh-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gi-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gi.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gl-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gl.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gp-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gp.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gq-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gq.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gs-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gs.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gt-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gt.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gu-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gy-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gy.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hk-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hk.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ht-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ht.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hu-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/id-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/id.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ie-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ie.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/il-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/il.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/in-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/in.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/io-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/io.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/iq-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/iq.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ir-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ir.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/is-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/is.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/it-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/it.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jo-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jp-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jp.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ke-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ke.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kh-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ki-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ki.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/km-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/km.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kp-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kp.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ky-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ky.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/la-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/la.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lb-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lc-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/li-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/li.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lk-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lk.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ls-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ls.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lt-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lt.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lu-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lv-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lv.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ly-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ly.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ma-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ma.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mc-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/md-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/md.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/me-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/me.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mh-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mk-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mk.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ml-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ml.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mo-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mp-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mp.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mq-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mq.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ms-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ms.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mt-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mt.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mu-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/multiple.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mv-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mv.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mx-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mx.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/my-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/my.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/na-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/na.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nc-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ne-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ne.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nf-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nf.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ng-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ng.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ni-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ni.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nl-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nl.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/no-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/no.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/np-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/np.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nu-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/om-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/om.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pa-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pa.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pe-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pe.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pf-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pf.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ph-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ph.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pk-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pk.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pl-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pl.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ps-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ps.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pt-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pt.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/py-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/py.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/qa-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/qa.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/qc-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/qc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/re-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/re.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ro-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ro.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/rs-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/rs.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ru-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ru.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/rw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/rw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sa-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sa.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sb-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sc-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/scotland-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/scotland.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sd-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sd.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/se-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/se.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sh-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/si-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/si.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sj-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sj.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sk-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sk.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sl-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sl.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/so-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/so.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/st-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/st.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sv-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sv.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sy-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sy.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tc-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/td-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/td.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tf-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tf.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/th-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/th.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tj-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tj.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tk-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tk.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tl-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tl.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/to-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/to.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tt-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tt.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tv-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tv.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ua-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ua.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ug-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ug.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/um-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/um.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/us-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/us.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/uy-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/uy.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/uz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/uz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/va-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/va.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vc-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ve-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ve.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vi-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vi.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vu-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/wales-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/wales.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/wf-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/wf.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ws-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ws.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ye-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ye.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/yt-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/yt.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/za-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/za.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/zm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/zm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/zw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/zw.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/general/donate_teaser.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-close.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-duplicates-select.png
@@ -5443,6 +6605,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-undelete-
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-undo.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-unhide.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-upload.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/input-clear.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/insert-record.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/insert-reference.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-down.png
@@ -5472,6 +6635,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extensi
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-help-open.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-list-open.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-options-view.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-pagemodule-open.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-refresh.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-shortcut-new.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-tree-search-open.png
@@ -5482,6 +6646,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-docume
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-page-open.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-swap-version.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-swap-workspace.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-workspace-preview.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-workspace-sendtostage.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-go-back.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-go-down.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-go-forward.png
@@ -5507,12 +6673,17 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-l
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-locked.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-media.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-news.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-recycler.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-temp.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-user.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-mount.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-root.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-backend-user-hideinmenu.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-backend-user.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-copy-above.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-copy-below.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-above.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-below.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-between.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-into.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-new-between.png
@@ -5599,7 +6770,9 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-te
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-text.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_action.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_language.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_news.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_workspace.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x_belayout.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/places/folder-closed.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/places/folder-opened.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/dialog-error.png
@@ -5692,20 +6865,19 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/box-bottom-424.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/box-bottom-424.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/box-top-428.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/box-top-428.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/docheader1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/docheader2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/navigation-container.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/000000.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/3f3f3f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/big-f0f0f0.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/d5d5d5.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/f1f1f1.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/ffffff.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-actions.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-actions.png
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-apps.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-apps.png
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-mimetypes.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-mimetypes.png
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-places.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-places.png
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-status.gif
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3-icon-status.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/flags.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/flags.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3skin.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3skin.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/issues.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/pngfix/class.tx_templatehook.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/registerIe6Stylesheet.php
@@ -5742,6 +6914,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/delete-i
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/deleted-text.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/editor-show-about.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/editor-toggle-mode.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/element-edit.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/emphasis.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/find-replace.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/horizontal-rule-insert.gif
@@ -5761,6 +6934,8 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/ordered-
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/outdent.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paragraph-insert-after.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paragraph-insert-before.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paste-behaviour.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paste-toggle.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paste.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/quotation.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/redo.gif
@@ -5804,14 +6979,16 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/loading.g
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/resizable.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/system-help-open.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/ie6.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/ie6/element_tree.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/ie6/flags-ie6.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/ie6/pagetree.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/ie6/toolbar_workspace.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/ie6/z_t3-icons-gifSprites.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/_t3-icon.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3-icons-actions.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3-icons-apps.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3-icons-manual.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3-icons-mimetypes.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3-icons-places.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3-icons-status.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/flags.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3skin.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/standalone/admin_panel.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/standalone/errorpage-message.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_button_back.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_clipboard.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_csh.css
@@ -5821,6 +6998,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_histo
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_infopopup.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_message.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_move_element.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_pagetree.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_palette.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_recent_edited.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_rte.css
@@ -5870,6 +7048,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_docheade
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_extjs_icons.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_history.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_message.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_pagetree.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_palette.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_recent_edited.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_rte.css
@@ -5901,12 +7080,13 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_permi
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_template.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_caching.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_livesearch.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_logout.css
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_search.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_shortcut.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_username.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_workspace.css
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/topbar.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/templates/errorpage-message.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/templates/login.html
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/classes/class.tx_taskcenter_status.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/doc/manual.sxw
@@ -6030,17 +7210,40 @@ ${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/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Resources/Private/Language/locallang_emails.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_cm1.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_gui.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_tcemain.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_tcemain_commandmap.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cli/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/clear.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/cm_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/conf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_autoload.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_conf_template.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_localconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/last_synched_target
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/tasks/class.tx_version_tasks_autopublish.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/tca.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/.htaccess
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/class.wslib.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/class.wslib_gui.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/cli/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/progress.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/publish.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/sys_workspace.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/sys_workspace.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/workspaceforms.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/wsol_preview.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
@@ -6067,6 +7270,93 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/ext_tables.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/locallang.xml
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/BackendUserInterface/WorkspaceSelectorToolbarItem.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Controller/AbstractController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Controller/PreviewController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Controller/ReviewController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/AbstractHandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/ActionHandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/MassActionHandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/Server.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/ToolbarMenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Reports/StatusProvider.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AutoPublish.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AutoPublishTask.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Befunc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Fehooks.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/GridData.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Stages.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Tcemain.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Workspaces.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang_csh_sysws_stage.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang_db.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Layouts/module.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Layouts/nodoc.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Layouts/popup.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Partials/legend.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Partials/navigation.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Help.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/NewPage.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Preview.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Review/FullIndex.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Review/Index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Review/SingleIndex.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/generate-ws-preview-link.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/moduleicon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/slider-bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/slider-thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/typo3-logo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/version-workspace-sendtonextstage.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/version-workspace-sendtoprevstage.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/workspaces-comments-arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/Ext.ux.plugins.TabStripContainer.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/actions.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/component.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/configuration.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/grid.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/GridFilters.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/css/GridFilters.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/css/RangeMenu.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/BooleanFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/DateFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/Filter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/ListFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/NumericFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/StringFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/equals.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/find.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/greater_than.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/less_than.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/sort_filtered_asc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/sort_filtered_desc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/menu/ListMenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/menu/RangeMenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/helpers.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/preview.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/toolbar.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/workspacegrid.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/workspacemenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/workspaces.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/StyleSheet/module.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/StyleSheet/preview.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Service/WorkspaceTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Service/fixtures/dbDefaultPages.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Service/fixtures/dbDefaultWorkspaces.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Service/fixtures/dbMovedContent.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/last_synched_target
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/tca.php
${TYPO3DIR}/${TYPO3NAME}/typo3/tab.js
${TYPO3DIR}/${TYPO3NAME}/typo3/tce_db.php
${TYPO3DIR}/${TYPO3NAME}/typo3/tce_file.php
@@ -6084,12 +7374,14 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/templates/db_new.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/db_new_content_el.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/dbint.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/em_index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/errorpage.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_edit.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_list.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_newfolder.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_rename.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_upload.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/func.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/helper_javascript_css.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/info.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/install.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/login.html
@@ -6097,6 +7389,7 @@ ${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/tceforms.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/template_page_backend.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/tsconfig_help.html
${TYPO3DIR}/${TYPO3NAME}/typo3/templates/tstemplate.html
@@ -6130,3 +7423,13 @@ ${TYPO3DIR}/${SITEDIR}/typo3_src
${TYPO3DIR}/${SITEDIR}/typo3conf/extTables.php
${TYPO3DIR}/${SITEDIR}/typo3conf/index.html
${TYPO3DIR}/${SITEDIR}/uploads/index.html
+@pkgdir share/typo3/www/uploads/tf
+@pkgdir share/typo3/www/uploads/pics
+@pkgdir share/typo3/www/uploads/media
+@pkgdir share/typo3/www/typo3temp
+@pkgdir share/typo3/www/typo3conf/l10n
+@pkgdir share/typo3/www/typo3conf/ext
+@pkgdir share/typo3/www/fileadmin/user_upload/_temp_
+@pkgdir share/typo3/typo3_src-${PKGVERSION}/typo3/sysext/t3editor/res/jslib/tx_tstemplateinfo
+@pkgdir share/typo3/typo3_src-${PKGVERSION}/typo3/sysext/extbase/Resources/Scripts
+@pkgdir share/typo3/typo3_src-${PKGVERSION}/typo3/sysext/extbase/Configuration
diff --git a/www/typo3/distinfo b/www/typo3/distinfo
index a95a1048321..a9002929ee1 100644
--- a/www/typo3/distinfo
+++ b/www/typo3/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.21 2010/12/28 14:44:11 taca Exp $
+$NetBSD: distinfo,v 1.21.2.1 2011/02/22 15:12:59 tron Exp $
-SHA1 (dummy-4.4.6.tar.gz) = 408fe168155daa45d3aeee70650576217d727522
-RMD160 (dummy-4.4.6.tar.gz) = 8b4b15d639c02e405db26b07b1cd6fb3a51ee812
-Size (dummy-4.4.6.tar.gz) = 9763 bytes
-SHA1 (typo3_src-4.4.6.tar.gz) = 0728827dae0e204beb3fa46773ba4b7acf4aff4c
-RMD160 (typo3_src-4.4.6.tar.gz) = c7c1887530b2eb390bd2796b1041755de5fddf23
-Size (typo3_src-4.4.6.tar.gz) = 18540098 bytes
-SHA1 (patch-aa) = 95de6e8e518ec9b8c0227d75fa0cc85ab63ae1cb
+SHA1 (dummy-4.5.0.tar.gz) = 57aa8dc257faefdea9b050ee2d46250c9d1f4a21
+RMD160 (dummy-4.5.0.tar.gz) = 3cb22b6dbc84de3b164a9363bb3effe5fd4728ae
+Size (dummy-4.5.0.tar.gz) = 9220 bytes
+SHA1 (typo3_src-4.5.0.tar.gz) = d2c9c433e96df97b4d61064a8846b06868f1a221
+RMD160 (typo3_src-4.5.0.tar.gz) = 96fa0cb65b5c479791d0168898494188275b8d14
+Size (typo3_src-4.5.0.tar.gz) = 18939036 bytes
+SHA1 (patch-aa) = e7e313ede756f29272140c5230acd496c1dde5ec
diff --git a/www/typo3/patches/patch-aa b/www/typo3/patches/patch-aa
index 973dbe5ebb1..4e905e0812e 100644
--- a/www/typo3/patches/patch-aa
+++ b/www/typo3/patches/patch-aa
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.4 2010/07/28 16:16:20 taca Exp $
+$NetBSD: patch-aa,v 1.4.4.1 2011/02/22 15:13:00 tron Exp $
Better default path.
---- t3lib/config_default.php.orig 2010-07-28 09:32:12.000000000 +0000
+--- t3lib/config_default.php.orig 2011-01-26 19:36:02.000000000 +0000
+++ t3lib/config_default.php
-@@ -35,8 +35,8 @@ $TYPO3_CONF_VARS = array(
- 'gdlib_png' => FALSE, // Boolean. Enables the use of GD, with PNG only. This means that all items normally generated as gif-files will be png-files instead!
+@@ -34,8 +34,8 @@ $TYPO3_CONF_VARS = array(
+ 'gdlib_png' => FALSE, // Boolean: Enables the use of GD, with PNG only. This means that all items normally generated as gif-files will be png-files instead!
- 'im' => TRUE, // Boolean. Enables the use of IM.
-- 'im_path' => '/usr/X11R6/bin/', // Path to the IM tools 'convert', 'combine', 'identify'.
+ 'im' => TRUE, // Boolean: Enables the use of IM.
+- 'im_path' => '/usr/bin/', // Path to the IM tools 'convert', 'combine', 'identify'.
- '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'.
+ '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' => 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!
+ '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' => 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!