Date: Sat, 1 Dec 2012 12:04:41 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308072 - in head: . www www/typo3 www/typo347 Message-ID: <201212011204.qB1C4fcR005172@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: crees Date: Sat Dec 1 12:04:41 2012 New Revision: 308072 URL: http://svnweb.freebsd.org/changeset/ports/308072 Log: Update typo3 to 6.0.0 Preserve 4.7 as typo347 PR: ports/173976 Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer) Feature safe: yes Added: head/www/typo347/ - copied from r308071, head/www/typo3/ Modified: head/UPDATING head/www/Makefile head/www/typo3/Makefile head/www/typo3/distinfo head/www/typo3/pkg-descr head/www/typo3/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Dec 1 10:46:53 2012 (r308071) +++ head/UPDATING Sat Dec 1 12:04:41 2012 (r308072) @@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20121201: + AFFECTS: Users of www/typo3 + AUTHOR: Helmut Ritter <freebsd-ports@charlieroot.de> + + www/typo3 has been repocopied to www/typo347. If you need to continue with + the old stable version please run + + # portmaster -o www/typo347 www/typo3 + or + # portupgrade -fo www/typo347 www/typo3 + or + # pkg set -o www/typo3:www/typo347 + 20121128: AFFECTS: Users of irc/znc AUTHOR: jase@FreeBSD.org Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Dec 1 10:46:53 2012 (r308071) +++ head/www/Makefile Sat Dec 1 12:04:41 2012 (r308072) @@ -1947,6 +1947,7 @@ SUBDIR += typo3 SUBDIR += typo345 SUBDIR += typo346 + SUBDIR += typo347 SUBDIR += typolight SUBDIR += udmsearch SUBDIR += ump Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Sat Dec 1 10:46:53 2012 (r308071) +++ head/www/typo3/Makefile Sat Dec 1 12:04:41 2012 (r308072) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 4.7.7 +PORTVERSION= 6.0.0 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} @@ -14,7 +14,7 @@ LICENSE= GPLv2 NO_BUILD= yes USE_PHP= ctype filter json mysql pcre session xml WANT_PHP_WEB= yes -IGNORE_WITH_PHP=4 +IGNORE_WITH_PHP=52- TYPO3WWW= www TYPO3RELEASE= @@ -27,13 +27,21 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} ${TYPO3DUMMY}${EXTRACT_SUFX} -OPTIONS_DEFINE= CURL GD IMAGICK MBSTRING ZLIB +OPTIONS_DEFINE= APC CURL GD IMAGICK MBSTRING MYSQL ZLIB +APC_DESC= Alternative PHP Cache +CURL_DESC= cURL supprt +GD_DESC= GDlib/freetype support IMAGICK_DESC= ${IMAGEMAGICK_DESC} MBSTRING_DESC= ${MULTIBYTE_DESC} -GD_DESC= GDlib/freetype support +MYSQL_DESC= Install MySQL Server +ZLIB_DESC= zlib support .include <bsd.port.pre.mk> +.if ${PORT_OPTIONS:MAPC} +USE_PHP+= apc +.endif + .if ${PORT_OPTIONS:MCURL} USE_PHP+= curl .endif @@ -54,12 +62,17 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/convert:$ USE_PHP+= mbstring .endif +.if ${PORT_OPTIONS:MMYSQL} +USE_MYSQL= yes +IGNORE_WITH_MYSQL= 41 50 +.endif + .if ${PORT_OPTIONS:MZLIB} USE_PHP+= zlib .endif pre-install: - ${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php.dist + ${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php.dist do-install: ${CP} -R ${WRKDIR}/${TYPO3DUMMY}/ ${PREFIX}/${TYPO3SITE} Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Sat Dec 1 10:46:53 2012 (r308071) +++ head/www/typo3/distinfo Sat Dec 1 12:04:41 2012 (r308072) @@ -1,4 +1,4 @@ -SHA256 (typo3_src-4.7.7.tar.gz) = 2e76d6566984f153483bf4dcdfd27e58ad375fc88e9446da2208a97aaec568ce -SIZE (typo3_src-4.7.7.tar.gz) = 22467223 -SHA256 (dummy-4.7.7.tar.gz) = 16b30ba8621cc749cef1408e486bbd95b70307c4e505fe9aae40b2d78358bac6 -SIZE (dummy-4.7.7.tar.gz) = 10148 +SHA256 (typo3_src-6.0.0.tar.gz) = afb72a7406cc693beddefc7ee247c00cac1719cb414d0d4ca20a4086019925ac +SIZE (typo3_src-6.0.0.tar.gz) = 22131398 +SHA256 (dummy-6.0.0.tar.gz) = 3e3059104ee515c17c584ddeb923f751781dd61b4ca7a111266d12f3c16e6f4c +SIZE (dummy-6.0.0.tar.gz) = 10187 Modified: head/www/typo3/pkg-descr ============================================================================== --- head/www/typo3/pkg-descr Sat Dec 1 10:46:53 2012 (r308071) +++ head/www/typo3/pkg-descr Sat Dec 1 12:04:41 2012 (r308072) @@ -2,8 +2,9 @@ TYPO3 is a free Open Source content mana on the web and in intranets. It offers full flexibility and extendability while featuring an accomplished set of ready-made interfaces, functions and modules. +The latest stable release (for new and existing projects) This version is the current stable release. It is recommended for existing -projects and will get full support (bugfixes and security fixes) until April -2013, but will get security fixes until October 2013. +projects and will get full support (bug fixes and security fixes) until April +2014, but will get security fixes until October 2014. WWW: http://typo3.org/ Modified: head/www/typo3/pkg-plist ============================================================================== --- head/www/typo3/pkg-plist Sat Dec 1 10:46:53 2012 (r308071) +++ head/www/typo3/pkg-plist Sat Dec 1 12:04:41 2012 (r308072) @@ -10,11 +10,11 @@ %%WWWDIR%%/t3lib %%WWWDIR%%/typo3 %%WWWDIR%%/typo3_src +%%WWWDIR%%/typo3conf/LocalConfiguration.php.dist %%WWWDIR%%/typo3conf/ext/index.html %%WWWDIR%%/typo3conf/extTables.php %%WWWDIR%%/typo3conf/index.html %%WWWDIR%%/typo3conf/l10n/index.html -%%WWWDIR%%/typo3conf/localconf.php.dist %%WWWDIR%%/typo3temp/index.html %%WWWDIR%%/uploads/index.html %%WWWDIR%%/uploads/media/index.html @@ -65,7 +65,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_arraybrowser.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_autoloader.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_basicfilefunc.php -%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_bedisplaylog.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_befunc.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_beuserauth.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_browsetree.php @@ -145,7 +144,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/interfaces/interface.t3lib_collection_persistable.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/interfaces/interface.t3lib_collection_recordcollection.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/interfaces/interface.t3lib_collection_sortable.php -%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/config_default.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/class.t3lib_contextmenu_abstractcontextmenu.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/class.t3lib_contextmenu_abstractdataprovider.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/class.t3lib_contextmenu_action.php @@ -154,7 +152,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/pagetree/class.t3lib_contextmenu_pagetree_dataprovider.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/pagetree/extdirect/class.t3lib_contextmenu_pagetree_extdirect_contextmenu.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/renderer/class.t3lib_contextmenu_renderer_abstract.php -%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/core_autoload.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/csconvtbl/ascii.tbl %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/csconvtbl/big5.tbl %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/csconvtbl/euc-kr.tbl @@ -312,11 +309,16 @@ %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/spritemanager/class.t3lib_spritemanager_simplehandler.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/spritemanager/class.t3lib_spritemanager_spritebuildinghandler.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/spritemanager/class.t3lib_spritemanager_spritegenerator.php -%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/load_ext_tables.php +%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/DefaultConfiguration.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tables.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tables.sql %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tbl_be.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tbl_pages.php +%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tca_sys_category.php +%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tca_sys_file.php +%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tca_sys_file_collection.php +%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tca_sys_file_reference.php +%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tca_sys_file_storage.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/tceforms/class.t3lib_tceforms_flexforms.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/tceforms/class.t3lib_tceforms_suggest.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/tceforms/class.t3lib_tceforms_suggest_defaultreceiver.php @@ -378,14 +380,11 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_doc.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_doc_nodoc.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_file_navframe.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_intro.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_shortcut.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_topmenu_dummy.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/backend.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/border.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/browse_links.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/browser.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/class.alt_menu_functions.inc %%WWWDIR%%_src-%%PORTVERSION%%/typo3/class.browse_links.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/class.db_list.inc %%WWWDIR%%_src-%%PORTVERSION%%/typo3/class.db_list_extra.inc @@ -393,6 +392,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/class.filelistfoldertree.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/class.show_rechis.inc %%WWWDIR%%_src-%%PORTVERSION%%/typo3/class.webpagetree.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/classes/ModuleStorage.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/classes/class.ajaxlogin.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/classes/class.clearcachemenu.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/classes/class.livesearch.php @@ -921,7 +921,8 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/LICENCE %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/ReadMe.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/idna_convert.class.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jsmin/jsmin.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.8.2.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.8.2.min.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/modernizr/LICENSE.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/modernizr/modernizr.min.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2.php @@ -957,7 +958,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swfupload/swfupload.swf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/CHANGES %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/LICENSE -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/LICENSE.TYPO3v4-Exception +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/LICENSE.TYPO3-Exception %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/README %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/VERSION %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift.php @@ -1127,14 +1128,12 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/websvg/svg.htc %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/websvg/svg.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/websvg/svg.swf -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/db_list.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/db_new.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/default.htm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/default.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/dummy.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/ext/README.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_edit.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_list.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_newfolder.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_rename.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_upload.php @@ -1307,21 +1306,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emwww_link.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/error.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/expand_window.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fane_midt.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fane_slut.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fane_start.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fane_start_.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanebottom.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanebottom_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanefoot_h1.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanefoot_h2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanefoot_h3.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanefoot_v2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanefoot_v3.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanehoejre_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanetop.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanetop_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanevenstre_h.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/favicon.ico %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/3ds.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/CREDITS.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/ai.gif @@ -1526,16 +1511,8 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/mailgroup.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/module.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modulefolder.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_approvals.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_approvals__h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_board.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_board__h.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_fe_users.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_fe_users__h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_news.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_news__h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_shop.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_shop__h.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/no_icon_found.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/notfound.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages.gif @@ -1768,14 +1745,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_news__t.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_news__u.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_news__x.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_script.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_script__f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_script__h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_script__ht.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_script__hu.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_script__t.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_script__u.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_script__x.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_search.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_search__f.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_search__h.gif @@ -1880,7 +1849,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/insert4.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/insert5.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/installbackground.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/installlogo.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/legend.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/lightning.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/lightning_green.png @@ -2050,7 +2018,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/shortcutgroups-bg.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/spacer.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/spinner.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/state_checked.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/stiblet.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/stiblet_large.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/stiblet_medium.gif @@ -2106,7 +2073,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/zoom.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/zoom2.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/index.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/index_re.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/init.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/install/README.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/install/_.htaccess @@ -2142,6 +2108,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/tabmenu.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/toolbarmanager.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/tree.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/jsfunc.placeholder.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/jsfunc.tbe_editor.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/listframe_loader.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/login_frameset.php @@ -2178,9 +2145,11 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/.htaccess %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/README.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Controller/AboutController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/CustomSectionsInterface.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Domain/Model/Extension.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Domain/Repository/ExtensionRepository.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/ViewHelpers/SkinImageViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Migrations/Code/ClassAliasMap.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/.htaccess %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Layouts/Default.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/About.html @@ -2198,6 +2167,8 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/ext_tables.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/interfaces/interface.tx_about_customsections.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Classes/Controller/ModulesController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Classes/Utility/FunctionsUtility.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Migrations/Code/ClassAliasMap.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/.htaccess %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/Language/locallang_mod.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/Layouts/Default.html @@ -2207,6 +2178,9 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/ext_emconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/ext_icon.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/ext_tables.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/Classes/DataHandling/DatabaseTypeItemsFunction.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/Classes/View/CheckConnectionWizardView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/Migrations/Code/ClassAliasMap.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-active-record.inc.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-active-recordx.inc.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-csvlib.inc.php @@ -2374,31 +2348,235 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/locallang_datasource_config.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/locallang_wizard.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/res/checkconnection.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/class.tx_belog_webinfo.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/doc/TODO.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/AjaxLoginHandler.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ClickMenu/ClickMenu.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Clipboard/Clipboard.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Configuration/TranslationConfigurationProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Configuration/TsConfigParser.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcher.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenu.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenuDataProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/ContextMenuAction.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/ContextMenuActionCollection.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/Extdirect/AbstractExtdirectContextMenu.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/Pagetree/ContextMenuDataProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/Pagetree/Extdirect/ContextMenuConfiguration.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/Renderer/AbstractContextMenuRenderer.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/BackendController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/BackendLayoutWizardController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ClickMenuController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ContentElement/ElementHistoryController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ContentElement/MoveElementController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/DummyController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/EditDocumentController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/File/CreateFolderController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/File/EditFileController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/File/FileController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/File/FileUploadController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/File/RenameFileController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/FileSystemNavigationFrameController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ListFrameLoaderController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/LoginController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/LoginFramesetController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/LogoutController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/NewRecordController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/NoDocumentsOpenController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/PageLayoutController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/PageTreeNavigationController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ShortcutFrameController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/AddController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/ColorpickerController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/EditController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/FormsController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/ListController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/RteController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/TableController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Domain/Model/Module/BackendModule.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Domain/Repository/Module/BackendModuleRepository.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/DataPreprocessor.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/DatabaseFileIconsHookInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/InlineElement.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/InlineElementHookInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/SuggestDefaultReceiver.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/SuggestElement.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/TreeElement.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/ValueSlider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/FlexFormsHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/FormEngine.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/FrontendFormEngine.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/FrontendBackendUserAuthentication.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/History/RecordHistory.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/InterfaceState/ExtDirect/DataProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/AbstractFunctionModule.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/BaseScriptClass.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/ModuleController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/ModuleLoader.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/ModuleSettings.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/ModuleStorage.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/RecordList/AbstractRecordList.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/RecordList/ElementBrowserRecordList.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/RecordList/RecordListGetTableHookInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Rte/AbstractRte.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Search/LiveSearch/ExtDirect/LiveSearchDataProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Search/LiveSearch/LiveSearch.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Search/LiveSearch/QueryParser.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/AbstractSpriteHandler.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/SimpleSpriteHandler.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/SpriteBuildingHandler.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/SpriteGenerator.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/SpriteIconGeneratorInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/SpriteManager.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/BigDocumentTemplate.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/DocumentTemplate.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/FrontendDocumentTemplate.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/MediumDocumentTemplate.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/SmallDocumentTemplate.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/StandardDocumentTemplate.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Toolbar/ClearCacheActionsHookInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Toolbar/ClearCacheToolbarItem.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Toolbar/LiveSearchToolbarItem.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Toolbar/ShortcutToolbarItem.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Toolbar/ToolbarItemHookInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/AbstractExtJsTree.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/AbstractTree.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/AbstractTreeDataProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/AbstractTreeStateProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/ComparableNodeInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/DraggableAndDropableNodeInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/EditableNodeLabelInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/ExtDirectNode.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/CollectionProcessorInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/Commands.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/DataProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeCommands.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeDataProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/Indicator.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/IndicatorProviderInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/PagetreeNode.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/PagetreeNodeCollection.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Renderer/AbstractTreeRenderer.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Renderer/ExtJsJsonTreeRenderer.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Renderer/UnorderedListTreeRenderer.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/SortedTreeNodeCollection.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/TreeNode.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/TreeNodeCollection.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/TreeRepresentationNode.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/View/AbstractTreeView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/View/BrowseTreeView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/View/FolderTreeView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/View/PagePositionMap.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/View/PageTreeView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/User/ExtDirect/BackendUserSettingsDataProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Utility/BackendUtility.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Utility/IconUtility.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/BackendLayoutView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/LogoView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/ModuleMenuView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/PageLayout/Extdirect/ExtdirectPageCommands.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/PageLayoutView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/PageLayoutViewDrawItemHookInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/PageTreeView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/ThumbnailView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Wizard/NewContentElementWizardHookInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Wizard/TsconfigWizard.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Migrations/Code/ClassAliasMap.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Form/Element/InlineElementTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Module/ModuleControllerTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Sprite/SpriteManagerTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/Fixtures/serialized.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/Pagetree/DataProviderTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/SortedTreeNodeCollectionTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeCollectionTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Utility/Fixtures/clear.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Utility/IconUtilityTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/ext_emconf.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/ext_icon.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Controller/AbstractController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Controller/ToolsController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Controller/WebInfoController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Model/Constraint.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Model/HistoryEntry.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Model/LogEntry.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Model/Workspace.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Repository/HistoryEntryRepository.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Repository/LogEntryRepository.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Repository/WorkspaceRepository.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Module/BackendLogModuleBootstrap.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/Be/AddJsFileViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/Be/InlineSettingsArrayViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/Be/PagePathViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/ErrorIconViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/Form/TranslateLabelSelectViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/FormatDetailsViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/HistoryEntryViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/IsExtensionLoadedViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/UsernameViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/WorkspaceTitleViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Configuration/TypoScript/setup.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/.htaccess +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Language/locallang.xlf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Language/locallang_mod.xlf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Layouts/DocHeader.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Partials/Content.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Partials/Content/Filter.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Partials/Content/LogEntries.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Templates/Tools/Index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Templates/WebInfo/Index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Model/LogEntryTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Repository/HistoryEntryRepositoryTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Repository/LogEntryRepositoryTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Repository/WorkspaceRepositoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/ext_emconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/ext_icon.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/ext_tables.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/locallang.xlf -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/mod/clear.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/mod/conf.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/mod/index.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/mod/locallang.xlf -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/mod/locallang_mod.xlf -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/mod/log.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/class.tx_beuser.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/class.tx_beuser_switchbackuser.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/doc/TODO.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/ext_typoscript_setup.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Controller/BackendUserController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Model/BackendUser.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Model/BackendUserGroup.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Model/Demand.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Model/ModuleData.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserGroupRepository.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserRepository.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserSessionRepository.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Hook/SwitchBackUserHook.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Service/ModuleDataStorageService.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/Display/PagesViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/Display/SysFileMountsViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/Display/SysLanguageViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/Form/SelectDefaultValueViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/IssueCommandViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/SectionViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/SpriteIconForRecordViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/SpriteManagerIconViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/SwitchUserViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Configuration/TypoScript/setup.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/.htaccess +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Language/locallang.xlf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Language/locallang_mod.xlf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Layouts/Default.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Partials/BackendUser/IndexListRow.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Partials/BackendUser/OnlineListRow.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Partials/Filters/BackendUser/Index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Compare.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Online.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Public/Css/style.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Domain/Model/BackendUserTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Domain/Model/DemandTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Domain/Repository/BackendUserRepositoryTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Domain/Repository/BackendUserSessionRepositoryTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Service/ModuleDataStorageServiceTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_emconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_icon.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_localconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_tables.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/mod/beuser.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/mod/clear.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/mod/conf.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/mod/index.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/mod/locallang.xlf -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/mod/locallang_mod.xlf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_typoscript_setup.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/classes/class.tx_cms_backendlayout.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/localizationoverview.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/localizationoverview1.png @@ -2481,7 +2659,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_extdirecteid.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_fe.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_fecompression.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_fetce.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_feuserauth.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_frameset.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_gifbuilder.php @@ -2502,12 +2679,12 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_contenttable.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_editpanel.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_file.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_files.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_flowplayer.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_fluidtemplate.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_form.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_hierarchicalmenu.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_horizontalruler.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_html.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_image.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_imageresource.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_imagetext.php @@ -2515,9 +2692,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_media.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_multimedia.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_offsettable.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_phpscript.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_phpscriptexternal.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_phpscriptinternal.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_quicktimeobject.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_records.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_restoreregister.php @@ -2536,349 +2710,14 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/index_ts.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_adminPanelHook.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_cobjgetsinglehook.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_fileLinkHook.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_getPublicUrlForFileHook.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_getdatahook.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_getimgresourcehook.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_postinithook.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_stdwraphook.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_mediawizardprovider.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_menu_filterMenuPagesHook.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/arrow_act.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/arrow_no.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/blackclear.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/blackdot.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/blank.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet1_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet1_n.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet2_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet2_n.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet3_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet3_n.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet4.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet4_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet4_n.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet5_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet5_n.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/dot.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/dots1.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/dots2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/fwd.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/greenclear.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/mark.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/pen1.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/pen2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/punktmrk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/redclear.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/rew.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/stipler3.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/left.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/left_ro.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/maskpart1.tif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/maskpart2.tif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/maskpart3.tif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/menubottom.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/menulevel1.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/menulevel2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/menutop.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/middle.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/middle_ro.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/right.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/right_ro.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons/angry.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons/grin.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons/sad.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons/smile.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons/tongue.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons/tonguewink.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons/veryhappy.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons/wink.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/3ds.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/CREDITS.txt -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/ai.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/ani.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/au.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/avi.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/bmp.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/cdr.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/css.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/csv.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/default.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/doc.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/dtd.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/eps.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/exe.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/fh3.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/flash.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/folder.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/gif.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/htm.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/html.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/html1.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/html2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/html3.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/ico.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/inc.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/java.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/jpg.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/js.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/max.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/mid.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/mov.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/mpeg.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/mpg.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/pcd.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/pcx.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/pdf.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/php3.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/png.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/ppt.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/ps.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/psd.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/rtf.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/sgml.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/swf.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/sxc.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/sxw.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/t3d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/t3x.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/tga.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/tif.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/tmpl.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/ttf.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/txt.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/wav.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/wrl.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/xls.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/xml.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/xsl.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/zip.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/cctld.txt -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/credits.txt -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_cz.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_cz_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_cz_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_de.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_de_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_de_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_dk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_dk_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_dk_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_es.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_es_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_es_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_fi.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_fi_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_fi_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_fr.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_fr_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_fr_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_it.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_it_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_it_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_lt.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_lt_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_lt_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_lv.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_lv_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_lv_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_nl.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_nl_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_nl_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_pl.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_pl_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_pl_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_se.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_se_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_se_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_si.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_si_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_si_si.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_sk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_sk_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_sk_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_uk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_uk_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_uk_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_at.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_be.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_ch.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_cz.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_de.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_dk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_es.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_fi.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_fr.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_gr.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_hu.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_ie.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_is.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_it.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_lt.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_no.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_pl.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_pt.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_se.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_sk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_tr.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_uk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist1_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist1_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist2_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist2_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist3_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist3_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist4_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist4_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist5_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist5_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist6_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist6_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist7_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist7_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist8_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist8_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom1_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom1_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom2_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom2_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom3_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom3_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom4_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom4_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom5_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom5_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom6_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom6_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom7_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom7_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom8_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom8_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/icons_misc/content_client.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/icons_misc/content_default.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/icons_misc/content_fresh.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/icons_misc/content_selected.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/icons_misc/notfound_thumb.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/icons_misc/notfound_thumb.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/creditcard_control_numbers.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/creditcard_control_numbers_mini.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/dankort.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/dankort_small.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/diners.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/diners_small.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/express.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/letter.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/mastercard.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/mastercard_small.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/money.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/nordea.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/nordea_orig.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/nordea_small.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/pakketrans.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/postdanmark.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/set.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/soloe.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/soloe_small.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/visa.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/visa_small.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/blank.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/defaultstylesheet.css -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/end.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/example_callfunction.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/example_itemArrayProcFunc.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/example_keepRollover.js -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/example_keepRollover.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/example_languageMenu.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/example_typolinkpop.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/freesite_dummy_page_menu.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/gmenu_foldout.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/gmenu_layers.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/join.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/joinbottom.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/jsfunc.foldout.js -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/jsfunc.layermenu.js -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/line.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/makeMenu_datedirectory.inc -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/pdaversion_content.tmpl -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/plaintextLib.inc -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/plaintext_content.tmpl -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/postit.inc -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/printversion_content.tmpl -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/testscript.inc -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/testscript_EXT.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/testscript_INT.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/thread.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/tmenu_layers.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/wapversionLib.inc -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/xmenu_layers.diff -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/xmlversionLib.inc -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/back1.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/back2.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/back3.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/back4.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/back5.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/candidate/bar_left.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/candidate/bar_right.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/candidate/dot_round.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/candidate/line.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph/home.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph/logo.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph/logo_welcome.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph/main.htm -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph/pil.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph/pil2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph/search.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph/toparrow.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/flag_de.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/flag_de_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/flag_dk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/flag_dk_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/flag_uk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/flag_uk_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/background_page.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/menu_back.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/menu_first.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/menu_last.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/menu_middle.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/menu_sublevel.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/pict_logo.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/pict_top.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/template.tmpl -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/hyper/background_main.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/hyper/background_top.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/hyper/sprache.css -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/hyper/titel.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/menuRO_mask.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/menuback_image.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/menuback_mask.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/menuback_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/newsletter/600.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/newsletter/blue.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/newsletter/signup.htm -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/newsletter/style.css -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/newsletter/template.html -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/newsletter/toplogo.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/postit_1.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/postit_2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/postit_3.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/left_background.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/leftmenu_act.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/leftmenu_no.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/leftmenu_ro.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/menu_afterimage.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/menuback.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/my_logo.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/top_background.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/top_leftofmenu.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/testlogo.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/testlogo2.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/topimage.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/topimage.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/toplogo.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/topmask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/typo3logo.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/typo3power1.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/typo3power2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/typologo.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/pagegen.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/showpic.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/templates/tslib_page_frontend.html @@ -2887,6 +2726,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/web_info/locallang.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/4.5/locallang_csh_pages.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/4.5/locallang_csh_ttcontent.xlf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/Classes/ExtDirect/ContextHelpDataProvider.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/fegroups_3.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/fegroups_4.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/feusers_1.png @@ -2917,13 +2757,388 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/locallang_csh_pageslol.xlf *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212011204.qB1C4fcR005172>