- Update to 6.1.0 Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: suffix)
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: culot Date: Mon May 6 16:17:06 2013 New Revision: 317530 URL: http://svnweb.freebsd.org/changeset/ports/317530 Log: - Update to 6.1.0 Changes: http://wiki.typo3.org/TYPO3_6.1.0 PR: ports/178325 Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer) Modified: head/www/typo3/Makefile head/www/typo3/distinfo head/www/typo3/pkg-descr head/www/typo3/pkg-plist Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Mon May 6 16:02:52 2013 (r317529) +++ head/www/typo3/Makefile Mon May 6 16:17:06 2013 (r317530) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 6.0.4 +PORTVERSION= 6.1.0 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT= Open Source content management LICENSE= GPLv2 NO_BUILD= yes -USE_PHP= ctype filter json mysql pcre session xml +USE_PHP= ctype filter json mysqli pcre session xml WANT_PHP_WEB= yes IGNORE_WITH_PHP=52 @@ -72,7 +72,10 @@ USE_PHP+= zlib .endif pre-install: - ${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php.dist + @if [ -f ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php ]; then \ + ${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php \ + ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php.dist; \ + fi do-install: ${CP} -R ${WRKDIR}/${TYPO3DUMMY}/ ${PREFIX}/${TYPO3SITE} Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Mon May 6 16:02:52 2013 (r317529) +++ head/www/typo3/distinfo Mon May 6 16:17:06 2013 (r317530) @@ -1,4 +1,4 @@ -SHA256 (typo3_src-6.0.4.tar.gz) = 9d133ae870f534f149d74de9cba8f7a3353d978f02284ecaaa9bf754aa8586ae -SIZE (typo3_src-6.0.4.tar.gz) = 22162749 -SHA256 (dummy-6.0.4.tar.gz) = c81386f7b1a9abe26321d76b598f3a777029bf1e9db0aff62cf344e4aa63649f -SIZE (dummy-6.0.4.tar.gz) = 10193 +SHA256 (typo3_src-6.1.0.tar.gz) = 286485c5a4d413304ae34f9c1d4048274d14832454e5a1b783f5c7b779b4cdba +SIZE (typo3_src-6.1.0.tar.gz) = 20971383 +SHA256 (dummy-6.1.0.tar.gz) = 72e0cdf9ea6047b7ffb36876df466d2fcb5ea09cf3808ae578187a21d43b564a +SIZE (dummy-6.1.0.tar.gz) = 9705 Modified: head/www/typo3/pkg-descr ============================================================================== --- head/www/typo3/pkg-descr Mon May 6 16:02:52 2013 (r317529) +++ head/www/typo3/pkg-descr Mon May 6 16:17:06 2013 (r317530) @@ -4,7 +4,7 @@ featuring an accomplished set of ready-m 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 (bug fixes and security fixes) until April -2014, but will get security fixes until October 2014. +projects and will get full support (bug fixes and security fixes) until October +2013, but will get security fixes and important bugfixes until October 2014. WWW: http://typo3.org/ Modified: head/www/typo3/pkg-plist ============================================================================== --- head/www/typo3/pkg-plist Mon May 6 16:02:52 2013 (r317529) +++ head/www/typo3/pkg-plist Mon May 6 16:17:06 2013 (r317530) @@ -10,7 +10,6 @@ %%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 @@ -42,9 +41,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/backend/class.t3lib_cache_backend_transientmemorybackend.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_backend.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_phpcapablebackend.php -%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/backend/resources/dbbackend-layout-cache.sql -%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/backend/resources/dbbackend-layout-tags.sql -%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/backend/resources/ddl.sql %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/class.t3lib_cache_exception.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/class.t3lib_cache_factory.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/class.t3lib_cache_manager.php @@ -59,7 +55,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/frontend/class.t3lib_cache_frontend_stringfrontend.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/frontend/class.t3lib_cache_frontend_variablefrontend.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/frontend/interfaces/interface.t3lib_cache_frontend_frontend.php -%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/last_synched_revision %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_admin.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_ajax.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_arraybrowser.php @@ -207,10 +202,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/extjs/dataprovider/class.extdirect_dataprovider_beusersettings.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/extjs/dataprovider/class.extdirect_dataprovider_contexthelp.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/extjs/dataprovider/class.extdirect_dataprovider_state.php -%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/fonts/index.html -%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/fonts/nimbus.ttf -%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/fonts/readme.txt -%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/fonts/vera.ttf %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/formprotection/class.t3lib_formprotection_abstract.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/formprotection/class.t3lib_formprotection_backendformprotection.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/formprotection/class.t3lib_formprotection_disabledformprotection.php @@ -309,16 +300,6 @@ %%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/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 @@ -382,7 +363,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_file_navframe.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_shortcut.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.browse_links.php @@ -923,6 +903,8 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/idna_convert.class.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/jquery/jquery-1.9.1.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.9.1.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 @@ -940,6 +922,8 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/data/HTTP_Request2/generate-list.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/data/HTTP_Request2/public-suffix-list.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/prototype/prototype.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/requirejs/require.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/requirejs/require.min.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/builder.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/controls.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/dragdrop.js @@ -948,14 +932,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/slider.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/sound.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/unittest.js -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swfupload/license.txt -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swfupload/plugins/swfobject_license.txt -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swfupload/plugins/swfupload.cookies.js -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swfupload/plugins/swfupload.queue.js -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swfupload/plugins/swfupload.speed.js -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swfupload/plugins/swfupload.swfobject.js -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swfupload/swfupload.js -%%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.TYPO3-Exception @@ -966,6 +942,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ByteStream/AbstractFilterableInputStream.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ByteStream/ArrayByteStream.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ByteStream/FileByteStream.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ByteStream/TemporaryFileByteStream.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReader.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/GenericFixedWidthReader.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/UsAsciiReader.php @@ -1009,7 +986,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache/ArrayKeyCache.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache/DiskKeyCache.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache/DummyKeyCache.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache/KeyCacheInputStream.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache/NullKeyCache.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php @@ -1018,13 +994,16 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mailer.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mailer/ArrayRecipientIterator.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mailer/RecipientIterator.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/MemorySpool.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Message.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Attachment.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/CharsetObserver.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/EmbeddedFile.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/EncodingObserver.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Grammar.php @@ -1077,6 +1056,14 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ReplacementFilterFactory.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/RfcComplianceException.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/SendmailTransport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/SignedMessage.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signer.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers/BodySigner.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers/DKIMSigner.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers/DomainKeySigner.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers/HeaderSigner.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers/PeclDKIMSigner.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers/SMimeSigner.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/SmtpTransport.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Spool.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/SpoolTransport.php @@ -1129,8 +1116,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/websvg/svg.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/websvg/svg.swf %%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 @@ -1191,16 +1176,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clear_cache.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clear_cache_files_in_typo3c.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clearout.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clickmenu/menu_arrow_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clickmenu/menu_arrow_n.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clickmenu/menu_blank.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clickmenu/menu_bottom.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clickmenu/menu_bottom_a.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clickmenu/menu_dummy.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clickmenu/menu_spacer.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clickmenu/menu_spacer_a.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clickmenu/menu_top.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clickmenu/menu_top_a.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clip_copy.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clip_copy_h.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clip_cut.gif @@ -1835,10 +1810,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/icon_ok_dim.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/icon_warning.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/icon_warning2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ie6/arrowdown.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ie6/arrowleft.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ie6/arrowright.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ie6/arrowup.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/import.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/import_update.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/info.gif @@ -2076,9 +2047,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/init.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/install/README.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/install/_.htaccess -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/install/clear.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/install/default.htm -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/install/default.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/install/index.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/interfaces/interface.backend_cacheActionsHook.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/interfaces/interface.backend_toolbaritem.php @@ -2098,7 +2066,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/modulepanel.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/viewport.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/viewportConfiguration.js -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/flashupload.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/iecompatibility.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/livesearch.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/loginrefresh.js @@ -2145,7 +2112,6 @@ %%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 @@ -2155,26 +2121,20 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/About.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/CoreTeam.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/Credits.html -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/CustomContent.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/Donation.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/Extensions.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/ExternalLibraries.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/Logo.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Templates/About/Index.html -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/ext_autoload.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/ext_emconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/ext_icon.gif %%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 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/Templates/Modules/Index.html -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/class.tx_aboutmodules_functions.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/ext_autoload.php %%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 @@ -2404,6 +2364,7 @@ %%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/ElementConditionMatcher.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 @@ -2485,6 +2446,7 @@ %%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/Form/ElementConditionMatcherTest.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 @@ -2576,6 +2538,13 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_localconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_tables.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_typoscript_setup.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/Configuration/TCA/backend_layout.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/Configuration/TCA/fe_groups.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/Configuration/TCA/fe_users.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/Configuration/TCA/pages_language_overlay.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/Configuration/TCA/sys_domain.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/Configuration/TCA/sys_template.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/Configuration/TCA/tt_content.php %%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 @@ -2645,11 +2614,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/locallang_csh_weblayout.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/locallang_tca.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/locallang_ttc.xlf -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/readme.txt -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tbl_cms.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tbl_tt_content.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/GPL.txt -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/README.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_adminpanel.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_content.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_controltable.php @@ -2704,7 +2668,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/hooks/class.tx_cms_fehooks.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/hooks/class.tx_cms_mediaitems.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/hooks/class.tx_cms_treelistcacheupdate.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/index.html %%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 @@ -2776,6 +2739,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/TransientMemoryBackend.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/Typo3DatabaseBackend.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/WincacheBackend.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/XcacheBackend.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Cache.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/CacheFactory.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/CacheManager.php @@ -2791,6 +2755,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Frontend/StringFrontend.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Frontend/VariableFrontend.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/last_synched_revision %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Category/CategoryRegistry.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Category/Collection/CategoryCollection.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Charset/CharsetConverter.php @@ -2905,6 +2870,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Messaging/ErrorpageMessage.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Messaging/FlashMessage.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Messaging/FlashMessageQueue.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Messaging/FlashMessageService.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Page/PageRenderer.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Registry.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/AbstractFile.php @@ -2937,6 +2903,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/InvalidPathException.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/InvalidTargetFolderException.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/NotInMountPointException.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/ResourceDoesNotExistException.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/UploadException.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/UploadSizeException.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/File.php @@ -2967,11 +2934,11 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/ResourceStorage.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service/FileProcessingService.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service/FrontendContentAdapterService.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service/ImageProcessingService.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service/IndexerService.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service/MagicImageService.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service/UserFileMountService.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/StorageRepository.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Utility/ListUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Service/AbstractService.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/SingletonInterface.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/TimeTracker/NullTimeTracker.php @@ -2987,6 +2954,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/TypoScript/TemplateService.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/ArrayUtility.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/ClassNamingUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/ClientUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/CommandUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/DebugUtility.php @@ -3005,9 +2973,32 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/RootlineUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/StringUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/VersionNumberUtility.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/DefaultConfiguration.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/FactoryConfiguration.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/Resource/Driver/LocalDriverFlexForm.xml +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/be_groups.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/be_users.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/pages.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_category.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_collection.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_file.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_file_collection.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_file_reference.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_file_storage.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_filemounts.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_history.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_language.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_log.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_news.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Migrations/Code/ClassAliasMap.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Migrations/Code/LegacyClassesForIde.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/.htaccess +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Font/README.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Font/nimbus.ttf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Font/vera.ttf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Sql/Cache/Backend/PdoBackendCacheAndTags.sql +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Sql/Cache/Backend/Typo3DatabaseBackendCache.sql +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Sql/Cache/Backend/Typo3DatabaseBackendTags.sql %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/AccessibleObjectInterface.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/BaseTestCase.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Category/Collection/CategoryCollectionTest.php @@ -3016,20 +3007,20 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Resource/ResourceStorageTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/FunctionalTestCase.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Integrity/IntegrityTest.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Legacy/t3lib/class.t3lib_formmailTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Legacy/typo3/contrib/class.removexssTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Authentication/AbstractUserAuthenticationTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Authentication/BackendUserAuthenticationTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/AbstractBackendTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/ApcBackendTest.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/DbBackendTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/FileBackendTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/MemcachedBackendTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/MockBackend.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/PdoBackendTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/RedisBackendTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/TransientMemoryBackendTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/Typo3DatabaseBackendTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/WincacheBackendTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/XcacheBackendTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/CacheManagerTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/FactoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Frontend/AbstractFrontendTest.php @@ -3043,6 +3034,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Collection/RecordCollectionRepositoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Compatibility/CompatbilityClassLoaderPhpBelow50307Test.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Configuration/ConfigurationManagerTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Core/BootstrapTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Core/ClassLoaderTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Core/SystemEnvironmentBuilderTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/DataHandling/DataHandlerTest.php @@ -3063,6 +3055,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/fr.locallang_override.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallang.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallang.xml +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallangNumericKeys.xml %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallangOnlyDefaultLanguage.xml %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallang_override.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallang_override.xml @@ -3088,6 +3081,8 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Writer/FileTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Mail/MailerTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Mail/SwiftMailerAdapterTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Messaging/FlashMessageQueueTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Messaging/FlashMessageServiceTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Page/PageRendererTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/RegistryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/BaseTestCase.php @@ -3108,12 +3103,16 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/StorageRepositoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Utility/FileExtensionFilterTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Tree/TableConfiguration/TreeDataProviderFactoryTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/TypoScript/Fixtures/ext_typoscript_setup.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/TypoScript/Parser/TypoScriptParserTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/TypoScript/TemplateServiceTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/ArrayUtilityTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/ClientUtilityTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/ExtensionMangementUtilityTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/File/ExtendedFileUtilityTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/Fixtures/MathUtilityTestClassWithStringRepresentationFixture.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/Fixtures/RuntimeException.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/Fixtures/clear.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/Fixtures/clear.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/Fixtures/ext_emconf.php @@ -3129,6 +3128,8 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_autoload.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_emconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_icon.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_tables.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_tables.sql %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/Migrations/Code/ClassAliasMap.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/ext_emconf.php @@ -3139,12 +3140,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/mod/index.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Migrations/Code/ClassAliasMap.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/css/example.css -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/css/example_outlines.css -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/css/img/background_gradient.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/css/img/red_arrow_bullet.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/css/readme.txt -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/doc/TODO.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/doc/manual.sxw %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/ext_conf_template.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/ext_emconf.php @@ -3174,6 +3169,8 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.6/setup.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.7/constants.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.7/setup.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v6.0/constants.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v6.0/setup.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/ChangeLog %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Classes/Autoloader.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Classes/Controller/ModuleController.php @@ -3224,6 +3221,8 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/oracle/scheduler.diff %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/oracle/templavoila.diff %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/postgresql/postgresql-compatibility.sql +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/.gitignore +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Build/UnitTests.xml %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/ChangeLog.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Command/HelpCommandController.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration/AbstractConfigurationManager.php @@ -3244,6 +3243,8 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration/FrontendConfigurationManager.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Core/Bootstrap.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Core/BootstrapInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Core/ModuleRunner.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Core/ModuleRunnerInterface.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model/AbstractFileCollection.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model/AbstractFileFolder.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model/BackendUser.php @@ -3293,6 +3294,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/Exception/RequiredArgumentMissingException.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/FlashMessageContainer.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/MvcPropertyMappingConfiguration.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/MvcPropertyMappingConfigurationService.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/AmbiguousCommandIdentifierException.php @@ -3364,6 +3366,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Exception/CleanStateNotMemorized.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalObjectType.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalObjectTypeException.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalRelationTypeException.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Exception/InconsistentQuerySettings.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidClass.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidNumberOfConstraints.php @@ -3520,6 +3523,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security/Exception/InvalidHashException.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security/Exception/SyntacticallyWrongRequestHashException.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Service/CacheService.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Service/EnvironmentService.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Service/ExtensionService.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Service/FlexFormService.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Service/TypeHandlingService.php @@ -3528,10 +3532,12 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/SignalSlot/Exception/InvalidSlotException.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/ArrayUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/DebuggerUtility.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/Exception/InvalidTypeException.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/ExtbaseRequirementsCheckUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/ExtensionUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/FrontendSimulatorUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/LocalizationUtility.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/TypeHandlingUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Error.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Exception.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Exception/InvalidSubjectException.php @@ -3544,6 +3550,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/AbstractObjectValidator.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/AbstractValidator.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/AlphanumericValidator.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/BooleanValidator.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/ConjunctionValidator.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/DateTimeValidator.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/DisjunctionValidator.php @@ -3565,6 +3572,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Documentation/README.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Migrations/Code/ClassAliasMap.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Resources/Private/.htaccess +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Resources/Private/Language/locallang.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Resources/Private/Language/locallang_db.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Resources/Private/MVC/NotFoundView_Template.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Scripts/CommandLineLauncher.php @@ -3588,6 +3596,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Configuration/AbstractConfigurationManagerTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Configuration/BackendConfigurationManagerTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Configuration/FrontendConfigurationManagerTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Core/BootstrapTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain/Model/BackendUserGroupTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain/Model/BackendUserTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain/Model/CategoryTest.php @@ -3600,6 +3609,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain/Repository/FileMountRepositoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/DomainObject/AbstractEntityTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Error/ErrorTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Error/MessageTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Error/ResultTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Cli/CommandManagerTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Cli/CommandTest.php @@ -3613,7 +3623,9 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/ArgumentTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/ArgumentsTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/CommandControllerTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/MvcPropertyMappingConfigurationServiceTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/RequestTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/ResponseTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Web/RequestBuilderTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Object/Container/ClassInfoFactoryTest.php @@ -3621,6 +3633,8 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures/NamespaceTestclasses.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures/NamespacedClass.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures/Testclasses.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Model/Entity2.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Model/Entity3.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/BackendTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapFactoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapperTest.php @@ -3648,6 +3662,11 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Reflection/ObjectAccessTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Reflection/ReflectionServiceTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Scheduler/FieldProviderTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Scheduler/Fixtures/MockACommandController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Scheduler/Fixtures/MockBCommandController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Scheduler/Fixtures/MockCCommandController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Scheduler/TaskExecuterTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Scheduler/TaskTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Security/Channel/RequestHashServiceTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Security/Cryptography/HashServiceTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Service/CacheServiceTest.php @@ -3676,6 +3695,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/RegularExpressionValidatorTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/StringLengthValidatorTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/TextValidatorTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BooleanValidatorTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/ConjunctionValidatorTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DisjunctionValidatorTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/EmailAddressValidatorTest.php @@ -3755,12 +3775,13 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/InstallationStateCssClassViewHelper.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/RemoveExtensionViewHelper.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/ShowExtensionVersionsViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/TimeSinceLastUpdateViewHelper.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/ToggleExtensionInstallationStateViewHelper.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/UpdateFromTerViewHelper.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/UpdateScriptViewHelper.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Configuration/TCA/Extension.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Configuration/TCA/Repository.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Configuration/TCA/tx_extensionmanager_domain_model_extension.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Configuration/TCA/tx_extensionmanager_domain_model_repository.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Migrations/Code/ClassAliasMap.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/.htaccess %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Language/locallang.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Language/locallang_db.xml %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Language/locallang_mod.xlf @@ -3770,6 +3791,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Partials/List/TerShowVersionsTable.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Partials/List/TerSingleLine.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Partials/List/TerTable.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Partials/List/UpdateFromTer.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss/helpers/_mixins.scss %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss/main.scss %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss/modules/_jquery-ui.custom.scss @@ -3794,10 +3816,14 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/LICENSE.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/farbtastic.css %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/farbtastic.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/marker.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/mask.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/wheel.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/LoadMask/jquery.loadmask.css %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/LoadMask/jquery.loadmask.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/LoadMask/jquery.loadmask.min.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Css/README.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Css/jquery.clearable.css %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Css/main.css %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/Icons/ExtensionUpdateScript.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_flat_0_aaaaaa_40x100.png @@ -3817,6 +3843,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/configuration.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/jquery-1.8.2.min.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/jquery-ui-1.8.17.custom.min.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/jquery.clearable.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/jquery.dataTables-1.9.4.min.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/jquery.tools.min.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/main.js @@ -3825,6 +3852,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/upload.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Controller/UpdateFromTerControllerTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/DownloadQueueTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/ExtensionTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Domain/Repository/ConfigurationItemRepositoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Domain/Repository/RepositoryRepositoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Report/ExtensionStatusTest.php @@ -3901,6 +3929,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ArrayNode.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/BooleanNode.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/NodeInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/NumericNode.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ObjectAccessorNode.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/RenderingContextAwareInterface.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/RootNode.php @@ -3939,6 +3968,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequestHandler.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Exception.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Fluid.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Service/AbstractGenerator.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Service/DocbookGenerator.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/View/Exception.php @@ -3972,6 +4002,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/ForViewHelper.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/AbstractFormFieldViewHelper.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/AbstractFormViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/ButtonViewHelper.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/CheckboxViewHelper.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/ErrorsViewHelper.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/HiddenViewHelper.php @@ -4048,6 +4079,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/ParsingStateTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/AbstractNodeTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/BooleanNodeTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/NumericNodeTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/TextNodeTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/ViewHelperNodeTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/TemplateParserPatternTest.php @@ -4088,9 +4120,11 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures/ConstraintSyntaxTreeNode.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures/IfFixture.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures/IfThenElseFixture.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/FlashMessagesViewHelperTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ForViewHelperTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/AbstractFormFieldViewHelperTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/AbstractFormViewHelperTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/ButtonViewHelperTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/CheckboxViewHelperTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/Fixtures/EmptySyntaxTreeNode.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/Fixtures/Fixture_UserDomainClass.php @@ -4685,6 +4719,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Elements/Predefined.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/Attributes.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/Behaviour.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/PostProcessor.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/PostProcessors/Dummy.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/PostProcessors/Mail.js @@ -4737,6 +4772,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Various.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Panel.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Right.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Domain/Factory/TypoScriptFactoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/AlphabeticFilterTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/AlphanumericFilterTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/CurrencyFilterTest.php @@ -4749,6 +4785,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/TitleCaseFilterTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/TrimFilterTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/UpperCaseFilterTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/PostProcess/MailPostProcessorTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/PostProcess/PostProcessorTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/AlphabeticValidatorTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/AlphanumericValidatorTest.php @@ -4810,13 +4847,12 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/MediaContentObject.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuFilterPagesHookInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/Exception/NoSuchMenuTypeException.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuContentObject.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuFoldout.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuLayers.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/ImageMenuContentObject.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/JavaScriptMenuContentObject.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/MenuContentObjectFactory.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuContentObject.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuLayers.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/MultimediaContentObject.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/OffsetTableContentObject.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/QuicktimeObjectContentObject.php @@ -4830,11 +4866,13 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/TextContentObject.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/UserInternalContentObject.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Controller/DataSubmissionController.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Controller/ExtDirectEidController.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Controller/PageInformationController.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Controller/ShowImageController.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Controller/TranslationStatusController.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Exception.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Hooks/FrontendHooks.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Hooks/MediaItemHooks.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Hooks/TreelistCacheUpdateHooks.php @@ -4859,6 +4897,8 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/ContentObject/FluidTemplateContentObjectTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/MenuContentObjectFactoryTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Controller/DataSubmissionControllerTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Controller/Fixtures/renderedPage.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php @@ -4957,6 +4997,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Utility/IndexedSearchUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingResultsViewHelper.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Configuration/TCA/index_config.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Configuration/TypoScript/constants.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Configuration/TypoScript/setup.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Migrations/Code/ClassAliasMap.php @@ -5017,7 +5058,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/xls.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/xml.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/template_css.tmpl -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/tca.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search_mysql/class.tx_indexedsearch_mysql.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search_mysql/ext_emconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search_mysql/ext_icon.gif @@ -5065,18 +5105,29 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/CoreUpdates/MigrateWorkspacesUpdate.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/CoreUpdates/NotInMenuUpdate.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/CoreUpdates/RootTemplateUpdate.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/CoreUpdates/StaticTemplatesUpdate.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/CoreUpdates/T3skinUpdate.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/EidHandler.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/EnableFileService.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Exception.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/InstallBootstrap.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Installer.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Interfaces/CheckTheDatabaseHook.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Report/EnvironmentStatusReport.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Report/InstallStatusReport.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/BasicService.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/UpdateDispatcherService.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Session.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Sql/SchemaMigrator.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/SystemEnvironment/AbstractStatus.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/SystemEnvironment/Check.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/SystemEnvironment/ErrorStatus.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/SystemEnvironment/InfoStatus.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/SystemEnvironment/NoticeStatus.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/SystemEnvironment/OkStatus.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/SystemEnvironment/StatusInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/SystemEnvironment/TestImages/jesus.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/SystemEnvironment/TestImages/jesus.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/SystemEnvironment/WarningStatus.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/AbstractUpdate.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/Base.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/File/FilemountUpdateWizard.php @@ -5086,9 +5137,12 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/FilemountUpdateWizard.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/InitUpdateWizard.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/InstallerProcessInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/ReferenceIntegrityUpdateWizard.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/RteMagicImagesUpdateWizard.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/TceformsUpdateWizard.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/TtContentUploadsUpdateWizard.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Migrations/Code/ClassAliasMap.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Language/Report/locallang.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/AlterPasswordForm.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/CheckImageMagick.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/CheckMail.html @@ -5139,6 +5193,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/menuExtConfig.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/menuImages.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/menuPhpinfo.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/menuSystemEnvironment.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/menuTypo3confEdit.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/menuTypo3temp.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/menuUpdate.png @@ -5184,7 +5239,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/mod/mod_template.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/report/class.tx_install_report_installstatus.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/report/locallang.xlf -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/requirements.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/updates/class.tx_coreupdates_addflexformstoacl.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/updates/class.tx_coreupdates_charsetdefaults.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/updates/class.tx_coreupdates_compatversion.php @@ -5199,7 +5253,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/updates/class.tx_coreupdates_mergeadvanced.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/updates/class.tx_coreupdates_migrateworkspaces.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/updates/class.tx_coreupdates_notinmenu.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/updates/class.tx_coreupdates_statictemplates.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/updates/class.tx_coreupdates_t3skin.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/verify_imgs/install_44f1273ab1.jpg %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/verify_imgs/install_48784f637a.gif @@ -5256,8 +5309,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Partials/LanguageSelectionList.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Partials/TranslationUpdateList.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Templates/Language/Index.html -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Public/Contrib/jquery-1.8.0.js -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Public/Contrib/jquery.dataTables-1.9.4.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Public/Contrib/jquery.dataTables-1.9.4.min.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Public/JavaScript/LangModule.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Public/StyleSheet/LangModule.css %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Tests/Unit/Domain/Model/ExtensionTest.php @@ -5454,7 +5506,15 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/class.tx_linkvalidator_processor.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/tasks/class.tx_linkvalidator_tasks_validator.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/tasks/class.tx_linkvalidator_tasks_validatoradditionalfieldprovider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Configuration/TsConfig/Page/pagetsconfig.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Migrations/Code/ClassAliasMap.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Language/Module/locallang.xlf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Language/Module/locallang_csh.xlf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Language/Module/locallang_mod.xlf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Language/locallang.xlf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Templates/mailtemplate.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Templates/mod_template.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Public/Css/linkvalidator.css %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/doc/manual.sxw %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/doc/manual.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/ext_autoload.php @@ -5463,15 +5523,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/ext_localconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/ext_tables.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/ext_tables.sql -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/locallang.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/modfuncreport/class.tx_linkvalidator_modfuncreport.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/modfuncreport/locallang.xlf -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/modfuncreport/locallang_csh.xlf -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/modfuncreport/locallang_mod.xlf -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/modfuncreport/mod_template.html -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/res/linkvalidator.css -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/res/mailtemplate.html -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/res/pagetsconfig.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/AdminCommand.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/CleanFlexformCommand.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/CleanerCommand.php @@ -5723,6 +5775,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Storage/SessionStorage.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Storage/SplitStorage.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Storage/StorageFactory.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Configuration/TCA/tx_rsaauth_keys.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Migrations/Code/ClassAliasMap.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/doc/manual.sxw %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/ext_autoload.php @@ -5730,7 +5783,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/ext_emconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/ext_icon.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/ext_localconf.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/ext_tables.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/ext_tables.sql %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/hooks/class.tx_rsaauth_backendwarnings.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/hooks/class.tx_rsaauth_feloginhook.php @@ -5808,6 +5860,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/SelectImage.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/User.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Configuration/TCA/tx_rtehtmlarea_acronym.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Migrations/Code/ClassAliasMap.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/class.tx_rtehtmlareaapi.php @@ -6274,7 +6327,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/typical/pageTSConfig.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/typical/userTSConfig.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/static/clickenlarge/setup.txt -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/tca.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/templates/rtehtmlarea_pageheader_frontend.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Autoloader.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Evaluation/BackendEvaluator.php @@ -6344,6 +6396,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionTask.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Migrations/Code/ClassAliasMap.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/README.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Resources/Public/Images/Icons/RunTask.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests/Unit/Controller/SchedulerModuleControllerTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests/Unit/CronCommand/CronCommandTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests/Unit/CronCommand/NormalizeCommandTest.php @@ -6419,352 +6472,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/mod/locallang.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/mod/locallang_mod.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/mod/setup.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/Classes/StaticTemplatesHook.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/Migrations/Code/ClassAliasMap.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/class.tx_statictemplates.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/ext_emconf.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/ext_icon.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/ext_localconf.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/ext_tables.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/ext_tables.sql -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/ext_tables_static+adt.sql -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/locallang_tca.xlf -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/bullets/arrow_act.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/bullets/arrow_no.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/bullets/blackclear.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/bullets/blackdot.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/bullets/blank.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/bullets/bullet1_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/bullets/bullet1_n.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/bullets/bullet2_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/bullets/bullet2_n.gif *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"