head 1.10; access; symbols pkgsrc-2014Q4:1.8.0.6 pkgsrc-2014Q4-base:1.8 pkgsrc-2014Q3:1.8.0.4 pkgsrc-2014Q3-base:1.8 pkgsrc-2014Q2:1.8.0.2 pkgsrc-2014Q2-base:1.8 pkgsrc-2014Q1:1.7.0.4 pkgsrc-2014Q1-base:1.7 pkgsrc-2013Q4:1.7.0.2 pkgsrc-2013Q4-base:1.7 pkgsrc-2013Q3:1.5.0.2 pkgsrc-2013Q3-base:1.5 pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2; locks; strict; comment @# @; 1.10 date 2015.02.19.15.31.03; author taca; state dead; branches; next 1.9; commitid OmSVTdM8MbO7gDay; 1.9 date 2015.02.07.22.06.52; author tnn; state Exp; branches; next 1.8; commitid 4FUlgPbtAk8SP79y; 1.8 date 2014.05.27.13.50.48; author taca; state Exp; branches; next 1.7; commitid 9Tap2FjXMaEVjbCx; 1.7 date 2013.12.10.15.21.30; author taca; state Exp; branches 1.7.4.1; next 1.6; commitid pXEtVtAUZOoRdBgx; 1.6 date 2013.12.05.16.44.04; author taca; state Exp; branches; next 1.5; commitid xA8sb5GWhQq4QXfx; 1.5 date 2013.09.13.11.35.58; author taca; state Exp; branches 1.5.2.1; next 1.4; commitid NNHczENWTCZUNg5x; 1.4 date 2013.09.06.14.16.46; author taca; state Exp; branches; next 1.3; commitid fauJ2PbWsNyLUn4x; 1.3 date 2013.08.04.16.26.05; author taca; state Exp; branches; next 1.2; commitid 9ZvhBTmPwA78H90x; 1.2 date 2013.06.05.15.20.49; author taca; state Exp; branches 1.2.2.1; next 1.1; commitid BzIlGGL0fNbpgrSw; 1.1 date 2013.05.16.16.30.46; author taca; state Exp; branches; next ; commitid TZmvxCMRsE96iSPw; 1.7.4.1 date 2014.05.28.19.15.23; author tron; state Exp; branches; next ; commitid tiDIUBGAJaRv5lCx; 1.5.2.1 date 2013.12.16.17.27.55; author tron; state Exp; branches; next ; commitid UxVstOftCkYtJnhx; 1.2.2.1 date 2013.08.05.07.48.04; author spz; state Exp; branches; next 1.2.2.2; commitid Q9IhyOzbgOlzNe0x; 1.2.2.2 date 2013.09.10.10.56.12; author tron; state Exp; branches; next ; commitid UMc08tLH6vupGS4x; desc @@ 1.10 log @Remove typo3_60 which was EOL May 2014. @ text @# $NetBSD: Makefile,v 1.9 2015/02/07 22:06:52 tnn Exp $ # DISTNAME= ${TYPO3NAME} PKGNAME= typo3-${VER} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/} DISTFILES= ${TYPO3NAME}${EXTRACT_SUFX} ${SITESRC}${EXTRACT_SUFX} MAINTAINER= taca@@NetBSD.org HOMEPAGE= http://typo3.com/ COMMENT= The TYPO3 content management system, 6.0 based release LICENSE= gnu-gpl-v2 DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json VER= 6.0.14 NO_BUILD= yes USE_TOOLS+= bash:run pax TYPO3NAME= typo3_src-${VER} SITESRC= dummy-${VER} WRKSRC= ${WRKDIR}/${DISTNAME} # maybe resides in lang/php/phpversion.mk REPLACE_INTERPRETER+= php REPLACE.php.old= .*php[^ ]* REPLACE.php.new= ${PREFIX}/bin/php REPLACE_FILES.php= typo3/cli_dispatch.phpsh TYPO3DATADIRS= fileadmin fileadmin/_temp_ fileadmin/user_upload \ typo3conf typo3conf/ext typo3conf/l10n typo3temp uploads \ uploads/media uploads/pics uploads/tf BUILD_DEFS+= APACHE_GROUP FILES_SUBST+= TYPO3DIR=${TYPO3DIR} SITEDIR=${SITEDIR} MESSAGE_SUBST+= TYPO3DIR=${TYPO3DIR} SITEDIR=${SITEDIR} PLIST_SUBST+= EGDIR=${EGDIR} SITEDIR=${SITEDIR} \ TYPO3DIR=${TYPO3DIR} TYPO3NAME=${TYPO3NAME:Q} EGDIR= share/examples/typo3 INSTALLATION_DIRS+= ${EGDIR} ${TYPO3DIR}/${SITEDIR} ${TYPO3DIR}/${TYPO3NAME} CONF_FILES_PERMS+= ${EGDIR}/LocalConfiguration.php \ ${TYPO3DIR}/${SITEDIR}/typo3conf/LocalConfiguration.php \ ${REAL_ROOT_USER} ${APACHE_GROUP} 0660 .for d in ${TYPO3DATADIRS} OWN_DIRS_PERMS+= ${TYPO3DIR}/${SITEDIR}/${d} ${REAL_ROOT_USER} \ ${APACHE_GROUP} 0770 CHECK_PERMS_SKIP+= ${TYPO3DIR}/${SITEDIR}/${d} .endfor REPLACE_INTERPRETER+= sh REPLACE.sh.old= /bin/bash REPLACE.sh.new= ${TOOLS_PATH.bash} REPLACE_FILES.sh= typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh SUBST_CLASSES+= conf SUBST_FILES.conf+= ${WRKSRC}/t3lib/stddb/DefaultConfiguration.php SUBST_SED.conf+= -e 's|@@PREFIX@@|${PREFIX}|g' SUBST_SED.conf+= -e 's|@@TYPO3DIR@@|${TYPO3DIR}|g' SUBST_SED.conf+= -e 's|@@SITEDIR@@|${SITEDIR}|g' SUBST_STAGE.conf= post-configure PRINT_PLIST_AWK+= /^${EGDIR:S|/|\\/|g}/ \ { gsub(/${EGDIR:S|/|\\/|g}/, "$${EGDIR}") } PRINT_PLIST_AWK+= /^${TYPO3DIR:S|/|\\/|g}\/${TYPO3NAME}/ \ { gsub(/${TYPO3DIR:S|/|\\/|g}\/${TYPO3NAME}/, \ "$${TYPO3DIR}/$${TYPO3NAME}") } PRINT_PLIST_AWK+= /^${TYPO3DIR:S|/|\\/|g}\/${SITEDIR}/ \ { gsub(/${TYPO3DIR:S|/|\\/|g}\/${SITEDIR}/, \ "$${TYPO3DIR}/$${SITEDIR}") } .include "../../mk/bsd.prefs.mk" SITEDIR?= www TYPO3DIR?= share/typo3 do-install: cd ${WRKSRC} && ${FIND} . ! -type d -a \! -name '*.orig' -print | \ pax -rw ${DESTDIR}${PREFIX}/${TYPO3DIR}/${TYPO3NAME} cd ${WRKDIR}/${SITESRC} && \ ${FIND} . ! -type d -a \! -name '*.orig' -print | \ pax -rw ${DESTDIR}${PREFIX}/${TYPO3DIR}/${SITEDIR} ${RM} -f ${DESTDIR}${PREFIX}/${TYPO3DIR}/${SITEDIR}/typo3conf/LocalConfiguration.php ${INSTALL_DATA} ${WRKDIR}/${SITESRC}/typo3conf/LocalConfiguration.php \ ${DESTDIR}${PREFIX}/${EGDIR} .include "../../lang/php/phpversion.mk" .include "../../mk/bsd.pkg.mk" @ 1.9 log @Drop trailing '/' from DEPENDS lines. Found by Bernhard Riedel. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2014/05/27 13:50:48 taca Exp $ @ 1.8 log @Update typo3_60 to 6.0.14 (TYPO3 6.0.14), contains several security fixes. 2014-05-22 d1d252f [RELEASE] Release of TYPO3 6.0.14 (TYPO3 Release Team) 2014-05-22 37273fb #30377 [SECURITY] Add trusted HTTP_HOST configuration (Helmut Hummel) 2014-05-22 edd27ad #54111,#54113 [SECURITY] XSS in (old) extension manager information function (Nicole Cordes) 2014-05-22 00f00b1 #48695 [SECURITY] XSS in new content element wizard (Marcus Krause) 2014-05-22 6b7f3a8 #54109 [SECURITY] XSS in template tools on root page (Marc Bastian Heinrichs) 2014-05-22 5935348 #57576 [SECURITY] XSS in Backend Layout Wizard (Helmut Hummel) 2014-05-22 dda1739 #48693 [SECURITY] Encode URL for use in JavaScript (Jigal van Hemert) 2014-05-22 5e00a13 #56458 [SECURITY] Fix insecure unserialize in colorpicker (Helmut Hummel) 2014-05-22 0f29e1f #54526 [SECURITY] Remove charts.swf to get rid of XSS vulnerability (Helmut Hummel) 2014-05-21 e50f6a6 #54917 [BUGFIX] Indexer tries to insert NULL into DB (Markus Klein) 2014-05-15 53c830f #53079 [BUGFIX] FlashMessageService not available in TYPO3 6.0 (Oliver Hader) 2014-05-14 459c34d #58529 [BUGFIX] DependencyUtility does count() on an integer (Markus Klein) 2014-04-25 bd704d5 #58180 [BUGFIX] Database query error for non-workspaces tables (Oliver Hader) 2014-04-16 d1fc88d [TASK] Set TYPO3 version to 6.0.14-dev (TYPO3 Release Team) 2014-04-16 be80735 [RELEASE] Release of TYPO3 6.0.13 (TYPO3 Release Team) 2014-04-15 d9e6546 #51768 [TASK] Updates prototype and scriptaculous, fixing IE9+ issues (Ernesto Baschny) 2014-04-15 48f974e #56580 [BUGFIX] SoftReferenceIndex typolink lacks support for title attributes (Marc Bastian Heinrichs) 2014-04-15 9d1c880 #56991 [BUGFIX] Fix refindex for FlexForm fields type group file_reference (Marc Bastian Heinrichs) 2014-04-15 75f6b1b #56353,#56352 [BUGFIX] Fields of type group file are not properly indexed (Marc Bastian Heinrichs) 2014-04-15 4e64a39 #57010 [BUGFIX] Add SoftIndex parser typolink to link in sys_file_reference (Marc Bastian Heinrichs) 2014-04-04 72be9f3 #57656 [TASK] Integrate default README.txt (Oliver Hader) 2014-04-04 de4e047 #57603 [SECURITY] Prevent XSS in scheduler form (Nicole Cordes) 2014-03-31 03646f1 #57296 [BUGFIX] Test typeof TBE_EDITOR for object not function (Alexander Opitz) 2014-03-24 87d3d40 #57238 [BUGFIX] Typo in Extbase localization file (Xavier Perseguers) 2014-03-13 be10ede #56855 [BUGFIX] Extbase tries to overlay pages_language_overlay records (Stanislas Rolland) 2014-03-08 15b15c0 #43885 [BUGFIX] Temporary DB tree mount notice missing in ElementBrowser (Lorenz Ulrich) 2014-03-05 99025c1 #46185 [BUGFIX] IdentityProperties were not set (Stefan Froemken) 2014-03-03 69c103b #56262 [BUGFIX] Double escape of title in indexed search (Markus Klein) 2014-02-28 cf83948 #56378 [BUGFIX] Do not log with severity 1320177676 (Christian Weiske) 2014-02-28 432a7bd #56421 [BUGFIX] @@return for TYPO3\CMS\Sv\AuthenticationService::authUser (Christian Weiske) 2014-02-28 1474e2c #41413 [BUGFIX] URL-encoded title in link wizard (Helmut Hummel) 2014-02-27 ab4ef14 #55966 [BUGFIX] Revert "[TASK] Use a 401 header if login is not successful" (Markus Klein) 2014-02-25 95cb16e #56184 [BUGFIX] Paginator in TER list not using ajax (Jigal van Hemert) 2014-02-25 8c2179f #23984 [BUGFIX] felogin reset password links not clickable (Jigal van Hemert) 2014-02-21 9ebf4bb #54724 [BUGFIX] Use count on storage after initialization of LazyObjectStorage (Marc Bastian Heinrichs) 2014-02-21 4b44141 #49499 [BUGFIX] Fix possible language handling issue (Markus Klein) 2014-02-20 568b9bf #56135 [BUGFIX] DatabaseConnection::listQuery wrong usage of strpos() (Markus Klein) 2014-02-19 40d97d5 #56067 [BUGFIX] Various static calls to non-static functions (Markus Klein) 2014-02-18 e428692 #54304 [BUGFIX] Missing encoding in flexforms IRRE javascript (Alexey Gafiulov) 2014-02-17 a335bcf #52527 [BUGFIX] addToAllTCAtypes() doesn't add new field (Tomita Militaru) 2014-02-17 88fd2df #55998 [BUGFIX] Usage of undefined variables in ShortcutToolbarItem (Tim Lochmueller) 2014-02-11 e2ebdfd #53028 [BUGFIX] cache_clearAtMidnight conflicts with content start/endtime (Dmitry Dulepov) 2014-02-10 e73b549 [TASK] Execute lint in parallel (Helmut Hummel) 2014-02-09 d2881f5 #53768,#28745 [BUGFIX] Allow to render the same TS object twice (Markus Klein) 2014-02-09 228fbc5 #55821 [BUGFIX] Tests: Remove unstable GeneralUtilityTest::getUrl* (Christian Kuhn) 2014-02-09 d9bf811 #18797 [BUGFIX] "New page" wizard discloses existence of pages outside DB mount (Nicole Cordes) 2014-02-09 2a233ef #53564 [TASK] Add possibility creating accessible mock for abstract classes (Marc Bastian Heinrichs) 2014-02-08 33a058b #16491 [BUGFIX] CSV-Download not working in IE and HTTPS backend (Wouter Wolters) 2014-02-06 0fe2509 #55713 [BUGFIX] Missing namespace in ContentObjectRenderer (Markus Klein) 2014-02-05 0004322 #54112 [BUGFIX] Set missing markers to empty string (Bernhard Kraft) 2014-02-03 8623b17 #54371 [BUGFIX] Add stdWrap on value property of TEXT (Markus Klein) 2014-02-03 e5a844d #52048 [BUGFIX] Locker throws exception if semaphore can not be acquired (Markus Klein) 2014-01-30 dc271e4 #55475 [BUGFIX] Regression in DataHandler (Wouter Wolters) 2014-01-30 460da13 #41450 [BUGFIX] Handle empty tags in language pack index files (Alexander Stehlik) 2014-01-29 3a84755 #55407 [BUGFIX] ClickMenu does not show destination-foldername (Stefan Neufeind) 2014-01-28 e5df843 #55350 [BUGFIX] Invalid constant in the domain redirect function (Tim Lochmueller) 2014-01-27 3b2cb07 #55366,#55377 [TASK] Change phpunit repository url for travis (Philipp Gampe) 2014-01-24 72db639 #55093 [BUGFIX] Simulate time in TYPO3 admin panel broken (Peter Niederlag) 2014-01-23 68057cf #54849 [BUGFIX] CLI context cannot write to backend log (Oliver Hader) 2014-01-16 c4703db #53712 [BUGFIX] Create valid file reference index data (Alexander Stehlik) 2014-01-16 42cd027 #50266 [BUGFIX] File browser fails on inexistent expandFolder (Mario Rimann) 2014-01-15 f76c7ea #34631 [BUGFIX] Show correct record title for be_groups and be_users (Markus Klein) 2014-01-14 f3d324d #53826 [BUGFIX] Folder tree in popup throws JS error (Aske Ertmann) 2014-01-14 df52d4a #53352 [BUGFIX] Add defaultTypoScript to hierachyInfo (Peter Niederlag) 2014-01-09 d0c4276 #53862 [BUGFIX] isValidUrl() idna converts whole URI (Michiel Roos) 2014-01-09 9f330b7 #52554 [TASK] Change list view delete icon if record is deleted in WS (Sascha Egerer) 2014-01-09 ffc3f2b #24877,#6708 [BUGFIX] Only create one keypair in rsaauth (Tom Ruether) 2014-01-09 583a51b #38767 [BUGFIX] use search word(s) for ordering search results (again) (Ralf Hettinger) 2014-01-08 74be2df #38766 [BUGFIX] l10n_mode for "pages" table and group fields. (Johannes Feustel) 2014-01-08 d1e2110 #53727 [BUGFIX] Form Wizard saving destroys Radio Buttons (Markus Klein) 2014-01-08 96ff927 #52133 [BUGFIX] Display relations' titles when TCA label field is type inline (Claus Due) 2014-01-04 2c40d1b #53662 [BUGFIX] Allow NULL values in INSERT queries (Alexander Stehlik) 2014-01-04 dd187dd #53682 [TASK] Optimize speed for instantiating class with arguments (Helmut Hummel) 2013-12-23 c2211f5 #54115 [BUGFIX] ClassAliasMap, Tx_ VH namespace and closing tag throws Exception (Claus Due) 2013-12-18 6be4de6 #54369 [TASK] Fix travis builds (Markus Klein) 2013-12-18 e6bfc6e #51752 [BUGFIX] ArrayIterator::seek() warning in ElementBrowser (Markus Klein) 2013-12-18 1294fe7 #52059 [BUGFIX] felogin: Unknown modifier in regular expression (Wouter Wolters) 2013-12-18 4f8c872 #47648 [BUGFIX] Remove ElementBrowser::isReadOnlyFolder (Markus Klein) 2013-12-13 78b00f3 #54027 [BUGFIX] No double htmlspecialchars for filemount select (Alexander Stehlik) 2013-12-12 28ca149 #53818 [BUGFIX] Cleanly unset cookies on login in cookie-check (Stefan Neufeind) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2013/12/10 15:21:30 taca Exp $ d16 1 a16 1 DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/ @ 1.7 log @Update typo3_60 package to 6.0.12 (TYPO3 6.0.12). - Fix multiple vulnerabilities in TYPO3 CMS: http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-004/ 2013-12-10 55ea17b [RELEASE] Release of TYPO3 6.0.12 (TYPO3 Release Team) 2013-12-10 c703d1d #31206 [SECURITY] XSS in header link of all content elements (Anja Leichsenring) 2013-12-10 0f1e28b #42772 [SECURITY] XSS in colorpicker wizard (Marcus Krause) 2013-12-10 1cbe889 #45043 [SECURITY] Prevent editor controlled hmac content (Franz G. Jahn) 2013-12-10 79f6850 #48691 [SECURITY] XSS in backend user adminstration (Marc Bastian Heinrichs) 2013-12-10 b22cbce #41714 [SECURITY] Information Disclosure in Wizards (Helmut Hummel) 2013-12-10 e4134ae #54099 [SECURITY] Fix open redirection in openid extension (Helmut Hummel) 2013-12-10 2fb0277 #48187 [SECURITY] feuser_adminLib.inc allows to set arbitrary fields (Anja Leichsenring) 2013-12-10 bd6095f #36768 [SECURITY] XSS in be_layout wizard (Anja Leichsenring) 2013-12-10 872cf3d #47086 [SECURITY] XSS in beuser VH (Anja Leichsenring) 2013-12-10 cb55c53 #54074 [SECURITY] Remove possible XSS from ActionController Error output (Anja Leichsenring) 2013-12-10 578cc80 #54073 [SECURITY] Unsafe unserialize of GET parameter in Add-Wizard (Steffen Ritter) 2013-12-02 9757d0c #54124 [BUGFIX] ClientUtility does not detect Internet Explorer 11 (Stefan Neufeind) 2013-12-02 5bf7430 #54117 [BUGFIX] Add missing namespacing for calling GeneralUtility (Stefan Neufeind) 2013-11-29 30e1f41 #42651 [BUGFIX] ext:adodb Restrict connection wizard to admins (Christian Kuhn) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2013/12/05 16:44:04 taca Exp $ d19 1 a19 1 VER= 6.0.12 @ 1.7.4.1 log @Pullup ticket #4420 - requested by taca www/typo3_60: security update Revisions pulled up: - www/typo3_60/Makefile 1.8 - www/typo3_60/PLIST 1.7 - www/typo3_60/distinfo 1.8 --- Module Name: pkgsrc Committed By: taca Date: Tue May 27 13:50:48 UTC 2014 Modified Files: pkgsrc/www/typo3_60: Makefile PLIST distinfo Log Message: Update typo3_60 to 6.0.14 (TYPO3 6.0.14), contains several security fixes. 2014-05-22 d1d252f [RELEASE] Release of TYPO3 6.0.14 (TYPO3 Release Team) 2014-05-22 37273fb #30377 [SECURITY] Add trusted HTTP_HOST configuration (Helmut Hummel) 2014-05-22 edd27ad #54111,#54113 [SECURITY] XSS in (old) extension manager information function (Nicole Cordes) 2014-05-22 00f00b1 #48695 [SECURITY] XSS in new content element wizard (Marcus Krause) 2014-05-22 6b7f3a8 #54109 [SECURITY] XSS in template tools on root page (Marc Bastian Heinrichs) 2014-05-22 5935348 #57576 [SECURITY] XSS in Backend Layout Wizard (Helmut Hummel) 2014-05-22 dda1739 #48693 [SECURITY] Encode URL for use in JavaScript (Jigal van Hemert) 2014-05-22 5e00a13 #56458 [SECURITY] Fix insecure unserialize in colorpicker (Helmut Hummel) 2014-05-22 0f29e1f #54526 [SECURITY] Remove charts.swf to get rid of XSS vulnerability (Helmut Hummel) 2014-05-21 e50f6a6 #54917 [BUGFIX] Indexer tries to insert NULL into DB (Markus Klein) 2014-05-15 53c830f #53079 [BUGFIX] FlashMessageService not available in TYPO3 6.0 (Oliver Hader) 2014-05-14 459c34d #58529 [BUGFIX] DependencyUtility does count() on an integer (Markus Klein) 2014-04-25 bd704d5 #58180 [BUGFIX] Database query error for non-workspaces tables (Oliver Hader) 2014-04-16 d1fc88d [TASK] Set TYPO3 version to 6.0.14-dev (TYPO3 Release Team) 2014-04-16 be80735 [RELEASE] Release of TYPO3 6.0.13 (TYPO3 Release Team) 2014-04-15 d9e6546 #51768 [TASK] Updates prototype and scriptaculous, fixing IE9+ issues (Ernesto Baschny) 2014-04-15 48f974e #56580 [BUGFIX] SoftReferenceIndex typolink lacks support for title attributes (Marc Bastian Heinrichs) 2014-04-15 9d1c880 #56991 [BUGFIX] Fix refindex for FlexForm fields type group file_reference (Marc Bastian Heinrichs) 2014-04-15 75f6b1b #56353,#56352 [BUGFIX] Fields of type group file are not properly indexed (Marc Bastian Heinrichs) 2014-04-15 4e64a39 #57010 [BUGFIX] Add SoftIndex parser typolink to link in sys_file_reference (Marc Bastian Heinrichs) 2014-04-04 72be9f3 #57656 [TASK] Integrate default README.txt (Oliver Hader) 2014-04-04 de4e047 #57603 [SECURITY] Prevent XSS in scheduler form (Nicole Cordes) 2014-03-31 03646f1 #57296 [BUGFIX] Test typeof TBE_EDITOR for object not function (Alexander Opitz) 2014-03-24 87d3d40 #57238 [BUGFIX] Typo in Extbase localization file (Xavier Perseguers) 2014-03-13 be10ede #56855 [BUGFIX] Extbase tries to overlay pages_language_overlay records (Stanislas Rolland) 2014-03-08 15b15c0 #43885 [BUGFIX] Temporary DB tree mount notice missing in ElementBrowser (Lorenz Ulrich) 2014-03-05 99025c1 #46185 [BUGFIX] IdentityProperties were not set (Stefan Froemken) 2014-03-03 69c103b #56262 [BUGFIX] Double escape of title in indexed search (Markus Klein) 2014-02-28 cf83948 #56378 [BUGFIX] Do not log with severity 1320177676 (Christian Weiske) 2014-02-28 432a7bd #56421 [BUGFIX] @@return for TYPO3\CMS\Sv\AuthenticationService::authUser (Christian Weiske) 2014-02-28 1474e2c #41413 [BUGFIX] URL-encoded title in link wizard (Helmut Hummel) 2014-02-27 ab4ef14 #55966 [BUGFIX] Revert "[TASK] Use a 401 header if login is not successful" (Markus Klein) 2014-02-25 95cb16e #56184 [BUGFIX] Paginator in TER list not using ajax (Jigal van Hemert) 2014-02-25 8c2179f #23984 [BUGFIX] felogin reset password links not clickable (Jigal van Hemert) 2014-02-21 9ebf4bb #54724 [BUGFIX] Use count on storage after initialization of LazyObjectStorage (Marc Bastian Heinrichs) 2014-02-21 4b44141 #49499 [BUGFIX] Fix possible language handling issue (Markus Klein) 2014-02-20 568b9bf #56135 [BUGFIX] DatabaseConnection::listQuery wrong usage of strpos() (Markus Klein) 2014-02-19 40d97d5 #56067 [BUGFIX] Various static calls to non-static functions (Markus Klein) 2014-02-18 e428692 #54304 [BUGFIX] Missing encoding in flexforms IRRE javascript (Alexey Gafiulov) 2014-02-17 a335bcf #52527 [BUGFIX] addToAllTCAtypes() doesn't add new field (Tomita Militaru) 2014-02-17 88fd2df #55998 [BUGFIX] Usage of undefined variables in ShortcutToolbarItem (Tim Lochmueller) 2014-02-11 e2ebdfd #53028 [BUGFIX] cache_clearAtMidnight conflicts with content start/endtime (Dmitry Dulepov) 2014-02-10 e73b549 [TASK] Execute lint in parallel (Helmut Hummel) 2014-02-09 d2881f5 #53768,#28745 [BUGFIX] Allow to render the same TS object twice (Markus Klein) 2014-02-09 228fbc5 #55821 [BUGFIX] Tests: Remove unstable GeneralUtilityTest::getUrl* (Christian Kuhn) 2014-02-09 d9bf811 #18797 [BUGFIX] "New page" wizard discloses existence of pages outside DB mount (Nicole Cordes) 2014-02-09 2a233ef #53564 [TASK] Add possibility creating accessible mock for abstract classes (Marc Bastian Heinrichs) 2014-02-08 33a058b #16491 [BUGFIX] CSV-Download not working in IE and HTTPS backend (Wouter Wolters) 2014-02-06 0fe2509 #55713 [BUGFIX] Missing namespace in ContentObjectRenderer (Markus Klein) 2014-02-05 0004322 #54112 [BUGFIX] Set missing markers to empty string (Bernhard Kraft) 2014-02-03 8623b17 #54371 [BUGFIX] Add stdWrap on value property of TEXT (Markus Klein) 2014-02-03 e5a844d #52048 [BUGFIX] Locker throws exception if semaphore can not be acquired (Markus Klein) 2014-01-30 dc271e4 #55475 [BUGFIX] Regression in DataHandler (Wouter Wolters) 2014-01-30 460da13 #41450 [BUGFIX] Handle empty tags in language pack index files (Alexander Stehlik) 2014-01-29 3a84755 #55407 [BUGFIX] ClickMenu does not show destination-foldername (Stefan Neufeind) 2014-01-28 e5df843 #55350 [BUGFIX] Invalid constant in the domain redirect function (Tim Lochmueller) 2014-01-27 3b2cb07 #55366,#55377 [TASK] Change phpunit repository url for travis (Philipp Gampe) 2014-01-24 72db639 #55093 [BUGFIX] Simulate time in TYPO3 admin panel broken (Peter Niederlag) 2014-01-23 68057cf #54849 [BUGFIX] CLI context cannot write to backend log (Oliver Hader) 2014-01-16 c4703db #53712 [BUGFIX] Create valid file reference index data (Alexander Stehlik) 2014-01-16 42cd027 #50266 [BUGFIX] File browser fails on inexistent expandFolder (Mario Rimann) 2014-01-15 f76c7ea #34631 [BUGFIX] Show correct record title for be_groups and be_users (Markus Klein) 2014-01-14 f3d324d #53826 [BUGFIX] Folder tree in popup throws JS error (Aske Ertmann) 2014-01-14 df52d4a #53352 [BUGFIX] Add defaultTypoScript to hierachyInfo (Peter Niederlag) 2014-01-09 d0c4276 #53862 [BUGFIX] isValidUrl() idna converts whole URI (Michiel Roos) 2014-01-09 9f330b7 #52554 [TASK] Change list view delete icon if record is deleted in WS (Sascha Egerer) 2014-01-09 ffc3f2b #24877,#6708 [BUGFIX] Only create one keypair in rsaauth (Tom Ruether) 2014-01-09 583a51b #38767 [BUGFIX] use search word(s) for ordering search results (again) (Ralf Hettinger) 2014-01-08 74be2df #38766 [BUGFIX] l10n_mode for "pages" table and group fields. (Johannes Feustel) 2014-01-08 d1e2110 #53727 [BUGFIX] Form Wizard saving destroys Radio Buttons (Markus Klein) 2014-01-08 96ff927 #52133 [BUGFIX] Display relations' titles when TCA label field is type inline (Claus Due) 2014-01-04 2c40d1b #53662 [BUGFIX] Allow NULL values in INSERT queries (Alexander Stehlik) 2014-01-04 dd187dd #53682 [TASK] Optimize speed for instantiating class with arguments (Helmut Hummel) 2013-12-23 c2211f5 #54115 [BUGFIX] ClassAliasMap, Tx_ VH namespace and closing tag throws Exception (Claus Due) 2013-12-18 6be4de6 #54369 [TASK] Fix travis builds (Markus Klein) 2013-12-18 e6bfc6e #51752 [BUGFIX] ArrayIterator::seek() warning in ElementBrowser (Markus Klein) 2013-12-18 1294fe7 #52059 [BUGFIX] felogin: Unknown modifier in regular expression (Wouter Wolters) 2013-12-18 4f8c872 #47648 [BUGFIX] Remove ElementBrowser::isReadOnlyFolder (Markus Klein) 2013-12-13 78b00f3 #54027 [BUGFIX] No double htmlspecialchars for filemount select (Alexander Stehlik) 2013-12-12 28ca149 #53818 [BUGFIX] Cleanly unset cookies on login in cookie-check (Stefan Neufeind) @ text @d1 1 a1 1 # $NetBSD$ d19 1 a19 1 VER= 6.0.14 @ 1.6 log @Update typo60 to 6.0.11 (TYPO3 6.0.11). Also add MESSAGE file. 2013-11-26 5e5f1d2 [RELEASE] Release of TYPO3 6.0.11 (TYPO3 Release Team) 2013-11-26 762cb0a #53918 [BUGFIX] t3skin calls addIconSprite for each lang (Michiel Roos) 2013-11-24 96944c0 #15958 [BUGFIX] Reload list module on clickmenu action (Bernhard Kraft) 2013-11-21 9e2a0a1 #53802 [BUGFIX] Fix moving/copying files and folders between storages (Frans Saris) 2013-11-21 487903a #53844 [BUGFIX] Fix regression in ResourceCompressor (Markus Klein) 2013-11-20 aed68c8 #53243 [BUGFIX] Filemtime / Filesize trigger warning (Tomita Militaru) 2013-11-20 2857828 #53458 [BUGFIX] Fluid paginate widget wrong number of links (Klaas Johan Kooistra) 2013-11-19 3d6f5be #53773 [BUGFIX] Fix JS error in lang module (Markus Klein) 2013-11-19 ea58bd5 #53750 [BUGFIX] Scheduler extension sql file is invalid (Michiel Roos) 2013-11-19 055e6a5 #34544 [BUGFIX] fix javascript error "TBE_EDITOR not defined" in sys_action (Ralf Hettinger) 2013-11-19 6c6582a #51998 [BUGFIX] ExtDirect StateProvider should store all settings (Johannes Feustel) 2013-11-19 9a5858d #53746 [TASK] Optimization in AbstractViewHelper (Wouter Wolters) 2013-11-18 464a804 #53707 [BUGFIX] Rename hook in VariableFrontend.php (Nicole Cordes) 2013-11-18 ad98c0a #53711 [BUGFIX] additionalAttributes for be.buttons.icon-VH misses hsc (Markus Klein) 2013-11-15 d33b4eb Revert "[BUGFIX] EM: Fetch list as html, not as json" (Helmut Hummel) 2013-11-14 ecd873f #45724 [BUGFIX] FILES.folder does not work (Stefan Froemken) 2013-11-14 2fef8ad #51234 [BUGFIX] Move beuser property mappings to global scope (Philipp Gampe) 2013-11-14 c9c7551 #17493 [BUGFIX] Fix broken edit icons on cType HTML (Stefan Neufeind) 2013-11-13 c372d65 #25157,#45550 [BUGFIX] Distinguish unassigend columns and colPos 0 (Georg Ringer) 2013-11-13 e6b77d8 #51918 [BUGFIX] Native date and datetime values do not consider timezone (Oliver Hader) 2013-11-12 0e4f15a #52926 [BUGFIX] Compressor resolves dots in filenames correctly (Christian Kuhn) 2013-11-12 6163c42 #53115 [BUGFIX] T3editor: Make errors/exceptions show correctly (Stefan Neufeind) 2013-11-12 4435311 #22136 [BUGFIX] Fix menu popup for all IE versions (Alexander Opitz) 2013-11-12 53a5a1a #52934 [BUGFIX] dataTables: Avoid sending cookie-data too often (Stefan Neufeind) 2013-11-12 94c4d70 #53399 [BUGFIX] Wrong usage-text for cli_dispatch (Tomita Militaru) 2013-11-12 f113773 #52904 [BUGFIX] Evaluator in JS fails with namespaces (Stefan Aebischer) 2013-11-12 9678fc6 #53538 [BUGFIX] Make be.buttons.icon-ViewHelper extensible (Stefan Neufeind) 2013-11-11 e9bc5e1 #52727 [TASK] Hard-coded labels in file collections (Tomita Militaru) 2013-11-11 bc9a847 #37948 [BUGFIX] Correctly append additionalTreelistUpdateFields (Bart Dubelaar) 2013-11-11 a8f0d86 #53423 [BUGFIX] EM: Fetch list as html, not as json (Stefan Neufeind) 2013-11-11 6f4ae27 #48809,#51730, [BUGFIX] Fix wrong handling of php and TYPO3 dependencies (Susanne Moog) 2013-11-10 907d5b1 #52173 [BUGFIX] Correct storage selection (follow-up) (Ernesto Baschny) 2013-11-09 b7a6f48 #53477 [TASK] Fix superfluous strlen() on constant strings (Steffen Ritter) 2013-11-09 58f1fa5 #47040 [BUGFIX] Enable treeConfig overriding by Page TSconfig (Stefan Froemken) 2013-11-09 cb14179 #53195 [BUGFIX] T3editor: Honour fileDenyPattern on saving included TS (Stefan Neufeind) 2013-11-08 c3773a4 #29179 [BUGFIX] Escape title, extension, description of scheduler tasks (Tomita Militaru) 2013-10-23 648018e #31572 [BUGFIX] Exception using cObject FORM in TypoScript (Andreas Bouche) 2013-10-18 8c21be4 #35073 [BUGFIX] Enable BE search for multiple mountpoints (Georg Ringer) 2013-10-17 fe876a8 #52931 [TASK] Exclude central Modernizr from concatenation (Stefan Neufeind) 2013-10-16 04e4a4b #52529 [BUGFIX] Suppress empty tag names in output of array2xml (Markus Hoelzle) 2013-10-16 ac2b59e #52823 [BUGFIX] Preserve vendor name in refering request (Thomas Maroschik) 2013-10-15 693b575 #52845 [BUGFIX] Moving folders fails (Oliver Hader) 2013-10-15 85d0653 #50802 [BUGFIX] Only load folder contents if folder is initialised (Frans Saris) 2013-10-15 38958f0 #52824 [BUGFIX] Superfluous usage of ObjectManagerException (Oliver Hader) 2013-10-15 4ba140a #51707 [FEATURE] Add getValidators to AbstractCompositeValidator (Stefan Froemken) 2013-10-15 1156074 #52771 [BUGFIX] Use callback in preg_replace in RemoveXSS (Jigal van Hemert) 2013-10-14 c577f9e #52773 [BUGFIX] Detect unix-styled absolute paths on Windows systems (Nicole Cordes) 2013-10-13 6cc1f7a #52759 [BUGFIX] Object passed to date() (Xavier Perseguers) 2013-10-12 f272d54 #52731 [TASK] Use 6.1 branch in travis-integration for travis (Christian Kuhn) 2013-10-12 6cbf164 #52728 [BUGFIX] Use BackendUtility use statement (Anja Leichsenring) 2013-10-12 13c6602 #52104 [BUGFIX] Wrong calculation of maximum value for checkbox fields (Nicole Cordes) 2013-10-12 23b8d11 #52715 [BUGFIX] Prevent empty newline below scheduler-task-name (Stefan Neufeind) 2013-10-11 a909546 #52708 [BUGFIX] DataMapFactory::resolveTableName must remove leading backslashes (Alexander Schnitzler) 2013-10-11 5faa4da #50912 [BUGFIX] BackendUtility::viewOnClick() called with non-integer (Oliver Hader) 2013-10-11 13c5bf9 #51051 [BUGFIX] Clear_cache() must not consider page ids lower than 0 (Oliver Hader) 2013-10-11 17fe304 #37611 [BUGFIX] Select available page when changing WS (Thorsten Kahler) 2013-10-11 e30b70b #52636 [BUGFIX] Copy records to target page before origin page is deleted (Timo Webler) 2013-10-11 db7d3e5 #17551 [BUGFIX] Create workspace placeholder with processed field content (Sascha Egerer) 2013-10-11 660e030 #36573 [BUGFIX] Add workspace overlay for fetched records. (Timo Webler) 2013-10-11 7c837df #37209 [BUGFIX] WS preview shows pages changes from all WS (Thorsten Kahler) 2013-10-11 5aeddac #52530 [BUGFIX] Delete modified record in WS just deletes WS version (Sascha Egerer) 2013-10-11 f561b99 #37065 [BUGFIX] Don't show duplicates in workspace preview (Timo Webler) 2013-10-10 b4b0b0e #52178 [BUGFIX] Cannot upload an extension as zip (Xavier Perseguers) 2013-10-07 31e44bd #46845 [BUGFIX] Fix namespace in FileMountRepositoryTest (Marc Bastian Heinrichs) 2013-10-07 a7da230 #49538 [BUGFIX] Fields of type file_reference are not properly indexed (Martin Borer) 2013-10-07 388c02d #52546 [BUGFIX] Missing closing tag in ElementBrowser (Philipp Gampe) 2013-10-06 30d93b4 #50756 [FEATURE] Backport ClassNamingUtility (Stefan Neufeind) 2013-10-05 d6a8e68 #52469 [TASK] Use instanceof comparison instead of string comparison (Benjamin Serfhos) 2013-09-30 8e1ea88 #43540 [BUGFIX] TS is fetched from cache incorrectly sometimes (Dmitry Dulepov) 2013-09-28 a2532bb #51329 [BUGFIX] Initialize extension name in command requests (Alexander Stehlik) 2013-09-28 7144eb5 #52346 [BUGFIX] Incomplete backup in AbstractUserAuthenticationTest (Christian Kuhn) 2013-09-27 9c200ea #52091,#51684 [BUGFIX] Check for string before using strlen (Kilian Hann) 2013-09-27 128d147 #52045 [BUGFIX] EmConfUtility accesses non-arrays (Markus Klein) 2013-09-27 9fa9f15 #51588 [BUGFIX] Clear cached menu by tag (Zbigniew Jacko) 2013-09-27 30af6a5 #50437 [BUGFIX] Fix jumpToUrl()-Usage in Element Browser (Benjamin Pick) 2013-09-26 77c69e7 #52266 [BUGFIX] groupFor-VH does not work with @@lazy (Stefan Froemken) 2013-09-26 3f0cc99 #50913 [BUGFIX] Fix PHP warning trigged in getAuthInfoArray() (Christian Finkemeier) 2013-09-26 919541b #52316 [BUGFIX] Fatal in DefaultConfiguration (Christian Kuhn) 2013-09-26 0deefa0 #52305 [BUGFIX] Configure main extbase caches for unlimited entry lifetime (Christian Kuhn) 2013-09-26 d00db27 #52295 [TASK] Use SimpleFileBackend for t3lib_l10n cache (Christian Kuhn) 2013-09-25 d01851c #52226 [BUGFIX] EM does not link to docs.typo3.org (Xavier Perseguers) 2013-09-25 68bb292 #51116 [BUGFIX] Increase performance of exports for caches (Markus Klein) 2013-09-25 3f8cd14 #52243 [BUGFIX] Remove duplicate exception code (Fabien Udriot) 2013-09-24 7151ce0 #52173 [BUGFIX] Correct storage selection (common prefixes) (Ernesto Baschny) 2013-09-24 0a80fb6 #52201 [BUGFIX] Fix broken Unit-test for #44825 (Wouter Wolters) 2013-09-23 be4627f #44825 [BUGFIX] Fix page.headerData + USER_INT (Helmut Hummel) 2013-09-20 580a576 #48912 [BUGFIX] Increase length of identifier field in sys_file (Nicole Cordes) 2013-09-20 cb6bf25 #52056 [BUGFIX] Wrong exception on renaming folder (Francois Suter) 2013-09-19 cdba66b #49328 [BUGFIX] Fix PHP warning when writing to Backend user log (Alexander Stehlik) 2013-09-17 23e6007 #45859 [BUGFIX] Faulty expand/collapse behavior in Element Browser (Oliver Hader) 2013-09-17 c79315a #19045 [BUGFIX] Fix cropping of transparent gifs with im6. (Stefan Neufeind) 2013-09-17 aa4ab27 #50907 [BUGFIX] Form Wizard: Adds mouse pointer to docheader icons (Ernesto Baschny) 2013-09-13 22ee660 #51981 [BUGFIX] Also consider JPEG files for IM/GM (Markus Klein) 2013-09-12 40cb0a4 #51803 [TASK] Use a 401 header if login is not successful (Georg Ringer) 2013-09-12 903046f #51891 [BUGFIX] Call to undefined method setTemplateFile (Wouter Wolters) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2013/09/13 11:35:58 taca Exp $ d19 1 a19 1 VER= 6.0.11 @ 1.5 log @Update typo3_60 package to 6.0.10. pkgsrc change: change files/README to MESSAGE file. 2013-09-12 c0dfc7d [RELEASE] Release of TYPO3 6.0.10 (TYPO3 Release Team) 2013-09-11 8fb6d68 #51923 [TASK] Move StorageRepositoryTest tests to AbstractRepositoryTest (Anja Leichsenring) 2013-09-11 1831c95 #51562 [BUGFIX] Move forgotten getEnvironmentMode() (Anja Leichsenring) 2013-09-11 663ccd5 #51519 [TASK] FAL ResourceStorage must not access sys_file table directly (Steffen Ritter) 2013-09-11 016949f #50795 [BUGFIX] Follow-Up: Missing signals on adding file (Stefan Neufeind) 2013-09-11 5db38d3 #51562 [TASK] Remove sys_file.deleted flag and it's usage (Ernesto Baschny) 2013-09-11 7a4e75d #50795 [BUGFIX] Missing signals on adding file (Andreas Wolf) 2013-09-10 194702a #49386 [BUGFIX] Follow-up: Fix fileinfo property mapping in ResourceStorage (Stefan Neufeind) 2013-09-09 9af1d6b #50723 [BUGFIX] Extbase scheduler task serialization (arjenhoekema) 2013-09-09 506a920 #49386 [BUGFIX] Fix fileinfo property mapping in ResourceStorage::setFileContents (Thomas Maroschik) 2013-09-09 1ecf5cd #51018 [BUGFIX] excludeFromUpdates flag ignored (Francois Suter) 2013-09-09 937c3dc #48467 [BUGFIX] mounts of same storage had same subfolder count in Filelist (Simon Schick) 2013-09-09 4519179 #51743 [TASK] Replace double quotes in exceptions (Wouter Wolters) 2013-09-09 df49c8c #51744 [TASK] Cleanup (Wouter Wolters) 2013-09-09 3b52e07 #47414 [BUGFIX] Filename not displayed in selector (file_reference) (Martin Borer) 2013-09-09 8bd8e69 #51871 [BUGFIX] Ignore userTSConfig if not set in getModTSconfig() (Helmut Hummel) 2013-09-09 9d9db86 #51682 [BUGFIX] Disable caching for ADMCMD_view parameter (Philipp Kitzberger) 2013-09-09 c4179a1 #51761 [BUGFIX] Do not add trailing slashes to files (Helmut Hummel) 2013-09-09 3d4d785 #51808 [BUGFIX] Enable ProcessedFiles to do file exists (Helmut Hummel) 2013-09-08 9e2bfef #51758 [BUGFIX] Fix viewObjectNamePattern regression in Extbase (Alexander Schnitzler) 2013-09-08 248d9cf #45498 [FEATURE] Find best-matching local storage instead of default-storage (Stefan Neufeind) 2013-09-06 adf9802 #51747 [BUGFIX] Recreate processig folder without permission checks (Helmut Hummel) 2013-09-06 990cd92 #51733 [BUGFIX] Do not register storage factory slot during install (Helmut Hummel) 2013-09-06 54034a7 #51305,#51767 [FEATURE] Render icon with button view helper (Francois Suter) 2013-09-04 34d22cc #51745 [TASK] Remove conflict code (Wouter Wolters) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2013/09/06 14:16:46 taca Exp $ d19 1 a19 1 VER= 6.0.10 @ 1.5.2.1 log @Pullup ticket #4271 - requested by taca www/typo3_60: security update Revisions pulled up: - www/typo3_60/MESSAGE 1.1 - www/typo3_60/Makefile 1.6-1.7 - www/typo3_60/PLIST 1.6 - www/typo3_60/distinfo 1.6-1.7 --- Module Name: pkgsrc Committed By: taca Date: Thu Dec 5 16:44:04 UTC 2013 Modified Files: pkgsrc/www/typo3_60: Makefile PLIST distinfo Added Files: pkgsrc/www/typo3_60: MESSAGE Log Message: Update typo60 to 6.0.11 (TYPO3 6.0.11). Also add MESSAGE file. 2013-11-26 5e5f1d2 [RELEASE] Release of TYPO3 6.0.11 (TYPO3 Release Team) 2013-11-26 762cb0a #53918 [BUGFIX] t3skin calls addIconSprite for each lang (Michiel Roos) 2013-11-24 96944c0 #15958 [BUGFIX] Reload list module on clickmenu action (Bernhard Kraft) 2013-11-21 9e2a0a1 #53802 [BUGFIX] Fix moving/copying files and folders between storages (Frans Saris) 2013-11-21 487903a #53844 [BUGFIX] Fix regression in ResourceCompressor (Markus Klein) 2013-11-20 aed68c8 #53243 [BUGFIX] Filemtime / Filesize trigger warning (Tomita Militaru) 2013-11-20 2857828 #53458 [BUGFIX] Fluid paginate widget wrong number of links (Klaas Johan Kooistra) 2013-11-19 3d6f5be #53773 [BUGFIX] Fix JS error in lang module (Markus Klein) 2013-11-19 ea58bd5 #53750 [BUGFIX] Scheduler extension sql file is invalid (Michiel Roos) 2013-11-19 055e6a5 #34544 [BUGFIX] fix javascript error "TBE_EDITOR not defined" in sys_action (Ralf Hettinger) 2013-11-19 6c6582a #51998 [BUGFIX] ExtDirect StateProvider should store all settings (Johannes Feustel) 2013-11-19 9a5858d #53746 [TASK] Optimization in AbstractViewHelper (Wouter Wolters) 2013-11-18 464a804 #53707 [BUGFIX] Rename hook in VariableFrontend.php (Nicole Cordes) 2013-11-18 ad98c0a #53711 [BUGFIX] additionalAttributes for be.buttons.icon-VH misses hsc (Markus Klein) 2013-11-15 d33b4eb Revert "[BUGFIX] EM: Fetch list as html, not as json" (Helmut Hummel) 2013-11-14 ecd873f #45724 [BUGFIX] FILES.folder does not work (Stefan Froemken) 2013-11-14 2fef8ad #51234 [BUGFIX] Move beuser property mappings to global scope (Philipp Gampe) 2013-11-14 c9c7551 #17493 [BUGFIX] Fix broken edit icons on cType HTML (Stefan Neufeind) 2013-11-13 c372d65 #25157,#45550 [BUGFIX] Distinguish unassigend columns and colPos 0 (Georg Ringer) 2013-11-13 e6b77d8 #51918 [BUGFIX] Native date and datetime values do not consider timezone (Oliver Hader) 2013-11-12 0e4f15a #52926 [BUGFIX] Compressor resolves dots in filenames correctly (Christian Kuhn) 2013-11-12 6163c42 #53115 [BUGFIX] T3editor: Make errors/exceptions show correctly (Stefan Neufeind) 2013-11-12 4435311 #22136 [BUGFIX] Fix menu popup for all IE versions (Alexander Opitz) 2013-11-12 53a5a1a #52934 [BUGFIX] dataTables: Avoid sending cookie-data too often (Stefan Neufeind) 2013-11-12 94c4d70 #53399 [BUGFIX] Wrong usage-text for cli_dispatch (Tomita Militaru) 2013-11-12 f113773 #52904 [BUGFIX] Evaluator in JS fails with namespaces (Stefan Aebischer) 2013-11-12 9678fc6 #53538 [BUGFIX] Make be.buttons.icon-ViewHelper extensible (Stefan Neufeind) 2013-11-11 e9bc5e1 #52727 [TASK] Hard-coded labels in file collections (Tomita Militaru) 2013-11-11 bc9a847 #37948 [BUGFIX] Correctly append additionalTreelistUpdateFields (Bart Dubelaar) 2013-11-11 a8f0d86 #53423 [BUGFIX] EM: Fetch list as html, not as json (Stefan Neufeind) 2013-11-11 6f4ae27 #48809,#51730, [BUGFIX] Fix wrong handling of php and TYPO3 dependencies (Susanne Moog) 2013-11-10 907d5b1 #52173 [BUGFIX] Correct storage selection (follow-up) (Ernesto Baschny) 2013-11-09 b7a6f48 #53477 [TASK] Fix superfluous strlen() on constant strings (Steffen Ritter) 2013-11-09 58f1fa5 #47040 [BUGFIX] Enable treeConfig overriding by Page TSconfig (Stefan Froemken) 2013-11-09 cb14179 #53195 [BUGFIX] T3editor: Honour fileDenyPattern on saving included TS (Stefan Neufeind) 2013-11-08 c3773a4 #29179 [BUGFIX] Escape title, extension, description of scheduler tasks (Tomita Militaru) 2013-10-23 648018e #31572 [BUGFIX] Exception using cObject FORM in TypoScript (Andreas Bouche) 2013-10-18 8c21be4 #35073 [BUGFIX] Enable BE search for multiple mountpoints (Georg Ringer) 2013-10-17 fe876a8 #52931 [TASK] Exclude central Modernizr from concatenation (Stefan Neufeind) 2013-10-16 04e4a4b #52529 [BUGFIX] Suppress empty tag names in output of array2xml (Markus Hoelzle) 2013-10-16 ac2b59e #52823 [BUGFIX] Preserve vendor name in refering request (Thomas Maroschik) 2013-10-15 693b575 #52845 [BUGFIX] Moving folders fails (Oliver Hader) 2013-10-15 85d0653 #50802 [BUGFIX] Only load folder contents if folder is initialised (Frans Saris) 2013-10-15 38958f0 #52824 [BUGFIX] Superfluous usage of ObjectManagerException (Oliver Hader) 2013-10-15 4ba140a #51707 [FEATURE] Add getValidators to AbstractCompositeValidator (Stefan Froemken) 2013-10-15 1156074 #52771 [BUGFIX] Use callback in preg_replace in RemoveXSS (Jigal van Hemert) 2013-10-14 c577f9e #52773 [BUGFIX] Detect unix-styled absolute paths on Windows systems (Nicole Cordes) 2013-10-13 6cc1f7a #52759 [BUGFIX] Object passed to date() (Xavier Perseguers) 2013-10-12 f272d54 #52731 [TASK] Use 6.1 branch in travis-integration for travis (Christian Kuhn) 2013-10-12 6cbf164 #52728 [BUGFIX] Use BackendUtility use statement (Anja Leichsenring) 2013-10-12 13c6602 #52104 [BUGFIX] Wrong calculation of maximum value for checkbox fields (Nicole Cordes) 2013-10-12 23b8d11 #52715 [BUGFIX] Prevent empty newline below scheduler-task-name (Stefan Neufeind) 2013-10-11 a909546 #52708 [BUGFIX] DataMapFactory::resolveTableName must remove leading backslashes (Alexander Schnitzler) 2013-10-11 5faa4da #50912 [BUGFIX] BackendUtility::viewOnClick() called with non-integer (Oliver Hader) 2013-10-11 13c5bf9 #51051 [BUGFIX] Clear_cache() must not consider page ids lower than 0 (Oliver Hader) 2013-10-11 17fe304 #37611 [BUGFIX] Select available page when changing WS (Thorsten Kahler) 2013-10-11 e30b70b #52636 [BUGFIX] Copy records to target page before origin page is deleted (Timo Webler) 2013-10-11 db7d3e5 #17551 [BUGFIX] Create workspace placeholder with processed field content (Sascha Egerer) 2013-10-11 660e030 #36573 [BUGFIX] Add workspace overlay for fetched records. (Timo Webler) 2013-10-11 7c837df #37209 [BUGFIX] WS preview shows pages changes from all WS (Thorsten Kahler) 2013-10-11 5aeddac #52530 [BUGFIX] Delete modified record in WS just deletes WS version (Sascha Egerer) 2013-10-11 f561b99 #37065 [BUGFIX] Don't show duplicates in workspace preview (Timo Webler) 2013-10-10 b4b0b0e #52178 [BUGFIX] Cannot upload an extension as zip (Xavier Perseguers) 2013-10-07 31e44bd #46845 [BUGFIX] Fix namespace in FileMountRepositoryTest (Marc Bastian Heinrichs) 2013-10-07 a7da230 #49538 [BUGFIX] Fields of type file_reference are not properly indexed (Martin Borer) 2013-10-07 388c02d #52546 [BUGFIX] Missing closing tag in ElementBrowser (Philipp Gampe) 2013-10-06 30d93b4 #50756 [FEATURE] Backport ClassNamingUtility (Stefan Neufeind) 2013-10-05 d6a8e68 #52469 [TASK] Use instanceof comparison instead of string comparison (Benjamin Serfhos) 2013-09-30 8e1ea88 #43540 [BUGFIX] TS is fetched from cache incorrectly sometimes (Dmitry Dulepov) 2013-09-28 a2532bb #51329 [BUGFIX] Initialize extension name in command requests (Alexander Stehlik) 2013-09-28 7144eb5 #52346 [BUGFIX] Incomplete backup in AbstractUserAuthenticationTest (Christian Kuhn) 2013-09-27 9c200ea #52091,#51684 [BUGFIX] Check for string before using strlen (Kilian Hann) 2013-09-27 128d147 #52045 [BUGFIX] EmConfUtility accesses non-arrays (Markus Klein) 2013-09-27 9fa9f15 #51588 [BUGFIX] Clear cached menu by tag (Zbigniew Jacko) 2013-09-27 30af6a5 #50437 [BUGFIX] Fix jumpToUrl()-Usage in Element Browser (Benjamin Pick) 2013-09-26 77c69e7 #52266 [BUGFIX] groupFor-VH does not work with @@lazy (Stefan Froemken) 2013-09-26 3f0cc99 #50913 [BUGFIX] Fix PHP warning trigged in getAuthInfoArray() (Christian Finkemeier) 2013-09-26 919541b #52316 [BUGFIX] Fatal in DefaultConfiguration (Christian Kuhn) 2013-09-26 0deefa0 #52305 [BUGFIX] Configure main extbase caches for unlimited entry lifetime (Christian Kuhn) 2013-09-26 d00db27 #52295 [TASK] Use SimpleFileBackend for t3lib_l10n cache (Christian Kuhn) 2013-09-25 d01851c #52226 [BUGFIX] EM does not link to docs.typo3.org (Xavier Perseguers) 2013-09-25 68bb292 #51116 [BUGFIX] Increase performance of exports for caches (Markus Klein) 2013-09-25 3f8cd14 #52243 [BUGFIX] Remove duplicate exception code (Fabien Udriot) 2013-09-24 7151ce0 #52173 [BUGFIX] Correct storage selection (common prefixes) (Ernesto Baschny) 2013-09-24 0a80fb6 #52201 [BUGFIX] Fix broken Unit-test for #44825 (Wouter Wolters) 2013-09-23 be4627f #44825 [BUGFIX] Fix page.headerData + USER_INT (Helmut Hummel) 2013-09-20 580a576 #48912 [BUGFIX] Increase length of identifier field in sys_file (Nicole Cordes) 2013-09-20 cb6bf25 #52056 [BUGFIX] Wrong exception on renaming folder (Francois Suter) 2013-09-19 cdba66b #49328 [BUGFIX] Fix PHP warning when writing to Backend user log (Alexander Stehlik) 2013-09-17 23e6007 #45859 [BUGFIX] Faulty expand/collapse behavior in Element Browser (Oliver Hader) 2013-09-17 c79315a #19045 [BUGFIX] Fix cropping of transparent gifs with im6. (Stefan Neufeind) 2013-09-17 aa4ab27 #50907 [BUGFIX] Form Wizard: Adds mouse pointer to docheader icons (Ernesto Baschny) 2013-09-13 22ee660 #51981 [BUGFIX] Also consider JPEG files for IM/GM (Markus Klein) 2013-09-12 40cb0a4 #51803 [TASK] Use a 401 header if login is not successful (Georg Ringer) 2013-09-12 903046f #51891 [BUGFIX] Call to undefined method setTemplateFile (Wouter Wolters) --- Module Name: pkgsrc Committed By: taca Date: Tue Dec 10 15:21:30 UTC 2013 Modified Files: pkgsrc/www/typo3_60: Makefile distinfo Log Message: Update typo3_60 package to 6.0.12 (TYPO3 6.0.12). - Fix multiple vulnerabilities in TYPO3 CMS: http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-004/ 2013-12-10 55ea17b [RELEASE] Release of TYPO3 6.0.12 (TYPO3 Release Team) 2013-12-10 c703d1d #31206 [SECURITY] XSS in header link of all content elements (Anja Leichsenring) 2013-12-10 0f1e28b #42772 [SECURITY] XSS in colorpicker wizard (Marcus Krause) 2013-12-10 1cbe889 #45043 [SECURITY] Prevent editor controlled hmac content (Franz G. Jahn) 2013-12-10 79f6850 #48691 [SECURITY] XSS in backend user adminstration (Marc Bastian Heinrichs) 2013-12-10 b22cbce #41714 [SECURITY] Information Disclosure in Wizards (Helmut Hummel) 2013-12-10 e4134ae #54099 [SECURITY] Fix open redirection in openid extension (Helmut Hummel) 2013-12-10 2fb0277 #48187 [SECURITY] feuser_adminLib.inc allows to set arbitrary fields (Anja Leichsenring) 2013-12-10 bd6095f #36768 [SECURITY] XSS in be_layout wizard (Anja Leichsenring) 2013-12-10 872cf3d #47086 [SECURITY] XSS in beuser VH (Anja Leichsenring) 2013-12-10 cb55c53 #54074 [SECURITY] Remove possible XSS from ActionController Error output (Anja Leichsenring) 2013-12-10 578cc80 #54073 [SECURITY] Unsafe unserialize of GET parameter in Add-Wizard (Steffen Ritter) 2013-12-02 9757d0c #54124 [BUGFIX] ClientUtility does not detect Internet Explorer 11 (Stefan Neufeind) 2013-12-02 5bf7430 #54117 [BUGFIX] Add missing namespacing for calling GeneralUtility (Stefan Neufeind) 2013-11-29 30e1f41 #42651 [BUGFIX] ext:adodb Restrict connection wizard to admins (Christian Kuhn) @ text @d1 1 a1 1 # $NetBSD$ d19 1 a19 1 VER= 6.0.12 @ 1.4 log @Update typo3-60 package to 6.0.9. This release contains a security fix, please refer TYPO3 Security Bulletin TYPO3-CORE-SA-2013-003: TYPO3-CORE-SA-2013-003: Incomplete Access Management and Remote Code Execution Vulnerability in TYPO3 Core. http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-003/ 2013-09-04 8506ff6 [RELEASE] Release of TYPO3 6.0.9 (TYPO3 Release Team) 2013-09-04 952974b #50886 [SECURITY] Prohibit accessing storage 0 from backend UI (Steffen Ritter) 2013-09-04 1e710fb #50883 [SECURITY] Identifiers may refer to resources outside the storage (Steffen Ritter) 2013-09-04 6073618 #51495 [SECURITY] Deny arbitrary code execution possibility for editors (Helmut Hummel) 2013-09-04 b3e53a0 #51327 [SECURITY] Refactor and fix FAL user permission handling (Helmut Hummel) 2013-09-04 31d5b88 #51326 [SECURITY] Add possibility to en-/disable file permission checks (Helmut Hummel) 2013-09-04 02aa25d #51079 [SECURITY] Check permissions in all actions of ResourceStorage (Steffen Ritter) 2013-09-03 77701ad [TASK] CGL Cleanup of ResourceStorage (Helmut Hummel) 2013-09-03 ec0a99c #49842 [BUGFIX] Storage is offline but is still used (Frans Saris) 2013-09-03 1cf9d3c #51672 [BUGFIX] Fix fatal error in ExtendedFileUtility (Helmut Hummel) 2013-09-01 55724fb #31998 [BUGFIX] Faulty check for missing SMTP port (Tomita Militaru) 2013-08-31 c73e4fe #50424 [BUGFIX] Backend Layout Grid Wizard not fully visible in Mac Firefox 22 (Roland Schenke) 2013-08-30 0547211 #51585 [BUGIFX] Missing argument in EM List view VH (Francois Suter) 2013-08-29 2b86070 #51328 [BUGFIX] Only log file/directory actions which were done (Helmut Hummel) 2013-08-29 dc01b69 #51544 [BUGFIX] Sprite manager cache improvement (Christian Kuhn) 2013-08-29 01acc60 #50707 [BUGFIX] TCA 'group' selectedListStyle with 'width' breaking layout (Ernesto Baschny) 2013-08-29 2727a6a #51460 [BUGFIX] Database integrity check fatal error (Stefan Fürst) 2013-08-29 1a04377 #51474 [BUGFIX] Cast autoload and classAliasMap to Array (Michel Georgy) 2013-08-29 f1ab499 #51509 [BUGFIX] Add missing API method FileInterface::getNameWithoutExtension (Ernesto Baschny) 2013-08-28 2c8a999 #36244 [BUGFIX] Exclude empty passwords from password hashing check (Nicole Cordes) 2013-08-27 05fccd0 #50234 [TASK] Make the extension titles link to the configuration (Nicole Cordes) 2013-08-27 774a1e0 #51304 [BUGFIX] Hide translations in categories selector (Francois Suter) 2013-08-27 ed32255 #50870 [BUGFIX] Tests in Localization\Parser\LocallangXmlParserTest fail (Nicole Cordes) 2013-08-27 f7e4a7e #50760 [BUGFIX] Escape title tag of image links (Alexander Stehlik) 2013-08-27 7bd1009 #25327,#37026 [BUGFIX] Page tree filtering broken in IE7 & IE8 (Aske Ertmann) 2013-08-25 a735101 #51209 [BUGFIX] Ignore permission checks for processed files (Helmut Hummel) 2013-08-20 910d820 #37892 [BUGFIX] No version overlay should be done for sys_language (Lienhart Woitok) 2013-08-20 19a811d #46989 [BUGFIX] Files with unclean path indexed multiple times (Stefan Neufeind) 2013-08-18 fb7b686 #50614 [TASK] FilesContentObject::stdWrapValue(): only execute stdWrap once (Stefan Neufeind) 2013-08-18 d368497 #43428 [BUGFIX] Language-module icons need to display in correct size (Stefan Neufeind) 2013-08-17 fbbad86 #30636 [BUGFIX] TCA: subtypes_addlist not processed (Benjamin Mack) 2013-08-17 f39a79d #47844 [BUGFIX] Query parameters of external link may get altered (Stanislas Rolland) 2013-08-16 a09dc5f #51115 [TASK] Disable scheduler-tests if EXT:scheduler not loaded (Anja Leichsenring) 2013-08-16 8dfaf9c #51004 [BUGFIX] Fix file permission methods in BackendUserAuthentication (Helmut Hummel) 2013-08-16 db51023 #51007 [BUGFIX] Fix inconsistencies in getTSConfig in BackenuserAuth (Helmut Hummel) 2013-08-16 221a435 Revert "[BUGFIX] Fix inconsistencies in getTSConfig in BackenuserAuth" (Helmut Hummel) 2013-08-16 8b33a0d Revert "[BUGFIX] Fix file permission methods in BackendUserAuthentication" (Helmut Hummel) 2013-08-15 d3b7851 #51007 [BUGFIX] Fix inconsistencies in getTSConfig in BackenuserAuth (Helmut Hummel) 2013-08-15 329645c #51004 [BUGFIX] Fix file permission methods in BackendUserAuthentication (Helmut Hummel) 2013-08-14 61506bb #46094 [BUGFIX] Avoid usage of subheader in mailform (Francois Suter) 2013-08-12 d7ef5a9 #47806 [BUGFIX] Typing after abbr or acronym tag is difficult (Stanislas Rolland) 2013-08-12 c8a83e7 #50193 [BUGFIX] FAL: Image Processing doesn't respect GFX "thumbnails_png" (Benjamin Mack) 2013-08-12 7b16232 #51010 [BUGFIX] Allow reading files if storage is not browsable (Helmut Hummel) 2013-08-11 f92dbbd #51005 [BUGFIX] Take into account all file and folder permissions (Helmut Hummel) 2013-08-11 4943a8f #50844 [BUGFIX] Failing tests in Resource\Driver\LocalDriverTest on Windows (Nicole Cordes) 2013-08-11 ac39140 #51012 [BUGFIX] Missing \TYPO3\CMS\Core\Utility\ in ResourceFactory (Wouter Wolters) 2013-08-11 55446c5 #51011 [TASK] Add signal in ResourceFactory for storage creation (Helmut Hummel) 2013-08-11 271e801 #44910 [BUGFIX] LocalDriver: Recursive file listing is broken (Andreas Wolf) 2013-08-11 4978ea7 #50502 [BUGFIX] rtehtmlarea acronym error with static_info_tables 6.0+ (Stanislas Rolland) 2013-08-08 150e458 #48523 [BUGFIX] Reports module tries to load not-installed extension (Wouter Wolters) 2013-08-08 8ed8066 #50868 [BUGFIX] number_format() expects parameter 1 to be double (Wouter Wolters) 2013-08-07 98bc16b #50568 [BUGFIX] Ignore case in file extension filter (Alexander Stehlik) 2013-08-07 20df928 #50872 [BUGFIX] Correctly set user storage permissions (Helmut Hummel) 2013-08-07 c941199 #50867 [TASK] Introduce AbstractHierarchicalFilesystemDriver (Steffen Ritter) 2013-08-07 f3f221d #50843 [BUGFIX] Failing Resource\FactoryTest on Windows systems (Nicole Cordes) 2013-08-07 c75eefb #47106 [BUGFIX] Indexing of external files does not work in indexed_search (Wouter Wolters) 2013-08-07 80aeb3a #50562 [BUGFIX] Callback in CrawlerHook of indexed_search sysext buggy (Marius Büscher) 2013-08-07 647d075 #50812 [BUGFIX] Backup singletons in unit tests prior to other setUp operations (Nicole Cordes) 2013-08-06 5250c54 #50628 [BUGFIX] Fix EmConfUtility::fixEmConf conflicts generation (Sascha Egerer) 2013-08-06 e3d9d7b #50125 [BUGFIX] Incorrect check for empty folder (Philipp Gampe) 2013-08-06 0f2a29d #50615 [TASK] Use magic __CLASS__ in getInstance()-methods (Stefan Neufeind) 2013-08-06 ad9328c #50751 [BUGFIX] Fix empty href parameter (Anja Leichsenring) 2013-08-06 9e407f0 #50809 [BUGFIX] Fix failing test in StorageRepositoryTest (Anja Leichsenring) 2013-08-06 449dc72 #50803 [BUGFIX] Fatal error: "enableFields on non-object" in extension manager (Ernesto Baschny) 2013-08-04 3cd1045 #50466 [BUGFIX] MySQL: Use ENGINE (not TYPE) for storage-engine (Stefan Neufeind) 2013-08-01 db1c38b #43893 [BUGFIX] selected = 1 doesn't work in FormContentObject (Wouter Wolters) 2013-08-01 f827fc9 #47123 [BUGFIX] Suppress double page entry in temporary mounted pagetree (Frank Frewer) 2013-07-31 2feccc5 #36031 [TASK] Provide information about import action in TCEmain to hooks (Stefan Galinski) 2013-07-31 07f3578 #43631 [BUGFIX] RTE wizard can't "save document and view page" (Stanislas Rolland) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2013/08/04 16:26:05 taca Exp $ d19 1 a19 1 VER= 6.0.9 d40 1 a63 1 SUBST_FILES.conf+= ${WRKDIR}/README a83 6 post-extract: ${CP} ${FILESDIR}/README ${WRKDIR} pre-install: ${FIND} ${WRKSRC} -name "*.orig*" -exec ${RM} -f {} \; d85 2 a86 2 cd ${WRKSRC} && \ pax -rw . ${DESTDIR}${PREFIX}/${TYPO3DIR}/${TYPO3NAME} d88 2 a89 1 pax -rw . ${DESTDIR}${PREFIX}/${TYPO3DIR}/${SITEDIR} @ 1.3 log @Update typo3_60 to 4.6.8 (TYPO3 4.6.8). 4.6.7: maintenance release. 4.6.8: Fix typo3-core-sa-2013-002. For full changes, please ChangeLog file. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2013/06/05 15:20:49 taca Exp $ d19 1 a19 1 VER= 6.0.8 d21 1 a21 1 USE_TOOLS+= pax a32 5 REPLACE_INTERPRETER+= sh REPLACE.sh.old= /bin/bash REPLACE.sh.new= /bin/sh REPLACE_FILES.sh= typo3/contrib/flowplayer/flowplayer.captions/example/flvtool2-cuepoints.sh d57 4 a60 1 CHECK_INTERPRETER_SKIP = share/typo3/typo3_src-6.0.8/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh @ 1.2 log @Update typo3_60 to 6.0.6. 2013-05-24 a1e5d60 [RELEASE] Release of TYPO3 6.0.6 (TYPO3 Release Team) 2013-05-24 1c72764 [TASK] Raise submodule pointer (TYPO3 Release Team) 2013-05-22 7f7b6b9 #48065 [BUGFIX] file_upload missing back icon (Philipp Gampe) 2013-05-20 5ada77e #48202 [BUGFIX] Paste button missing in empty folders (Philipp Gampe) 2013-05-19 b5285f8 #47019 [BUGFIX] Processed folder in a sub folder is shown (Benjamin Mack) 2013-05-19 6000cdf #21410 [BUGFIX] BEfunc getProcessedValue doesn't show record title for "group" (Georg Ringer) 2013-05-19 4b7b778 #41487 [BUGFIX] Fix double-stdWrapping of GIFBUILDER's TEXT object (jyps) 2013-05-19 e938fdb #47935 [BUGFIX] Empty subpart template if no data given (Jigal van Hemert) 2013-05-19 4b47cdf #16531 [BUGFIX] Fix last line in table wizard (Alexander Opitz) 2013-05-19 2b50a27 #48179 [BUGFIX][CONF] Remove unused EM related settings (Jigal van Hemert) 2013-05-18 c0a5c69 #16762 [BUGFIX] be_users.userMods is too small to hold all modules (Philipp Gampe) 2013-05-17 779a185 [BUGFIX] Can not expand new collapsed IRRE record with RTE field (Stanislas Rolland) 2013-05-17 5e2f5bb #47705 [BUGFIX] Fix start of identifier from /./ to / (Alexander Opitz) 2013-05-17 f94f4eb #47211,#47782 [BUGFIX] ProcessedFile is persisted in sys_file as well (Fabien Udriot) 2013-05-12 282a59a #40501 [BUGFIX] Uppercase CSS tag selectors not supported in some mime types (Patrick Broens) 2013-05-12 44a59a8 #47688 [BUGFIX] Sorting not respected for backend layout dropdowns (Anja Leichsenring) 2013-05-12 2853e42 [TASK] Raise submodule pointer (Anja Leichsenring) 2013-05-11 5cf7dd5 #47912 [BUGFIX] Improvement of LanguageCacheClearer (Georg Ringer) 2013-05-11 b3ac1df #48114 [BUGFIX] Add support for float values to arrayExport (Jigal van Hemert) 2013-05-11 3924a48 #29409 [BUGFIX] Label in list view is not escaped (Nicole Cordes) 2013-05-09 7488802 #48027,#32387 [TASK] Update PEAR packages (Daniel Minder) 2013-05-08 0596fae [TASK] Use PHP lint to check for syntax errors on travis (Helmut Hummel) 2013-05-08 08f3f9b #23789 [BUGFIX] TCA:Suggest wizard doesn't work for select with maxitems=1 (Stanislas Rolland) 2013-05-07 91498d5 #43959 [BUGFIX] Clearing label through TS doesn't work (Markus Klein) 2013-05-05 009938b #46829 [BUGFIX] Don't preserve piVars in felogin links (Jigal van Hemert) 2013-05-05 4a35407 #43924 [BUGFIX] Form email validation is case sensitive (Patrick Broens) 2013-05-05 0820b5d #21588 [BUGFIX] Resolve asterisk in allowed tables for suggest wizard (Nicole Cordes) 2013-05-04 cb30538 #46551 [BUGFIX] Context menu for offline storages raises exception (Nicole Cordes) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2013/05/16 16:30:46 taca Exp $ d19 1 a19 1 VER= 6.0.6 d62 2 @ 1.2.2.1 log @Pullup ticket #4199 - requested by taca www/typo3_60: security update Revisions pulled up: - www/typo3_60/Makefile 1.3 - www/typo3_60/PLIST 1.3 - www/typo3_60/distinfo 1.3 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Sun Aug 4 16:26:06 UTC 2013 Modified Files: pkgsrc/www/typo3_60: Makefile PLIST distinfo Log Message: Update typo3_60 to 4.6.8 (TYPO3 4.6.8). 4.6.7: maintenance release. 4.6.8: Fix typo3-core-sa-2013-002. For full changes, please ChangeLog file. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/typo3_60/Makefile \ pkgsrc/www/typo3_60/PLIST pkgsrc/www/typo3_60/distinfo @ text @d1 1 a1 1 # $NetBSD$ d19 1 a19 1 VER= 6.0.8 a61 2 CHECK_INTERPRETER_SKIP = share/typo3/typo3_src-6.0.8/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh @ 1.2.2.2 log @Pullup ticket #4230 - requested by taca www/typo3_60: security update Revisions pulled up: - www/typo3_60/Makefile 1.4 - www/typo3_60/PLIST 1.4 - www/typo3_60/distinfo 1.4 --- Module Name: pkgsrc Committed By: taca Date: Fri Sep 6 14:16:46 UTC 2013 Modified Files: pkgsrc/www/typo3_60: Makefile PLIST distinfo Log Message: Update typo3-60 package to 6.0.9. This release contains a security fix, please refer TYPO3 Security Bulle= tin TYPO3-CORE-SA-2013-003: TYPO3-CORE-SA-2013-003: Incomplete Access Manag= ement and Remote Code Execution Vulnerability in TYPO3 Core. http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-cor= e-sa-2013-003/ 2013-09-04 8506ff6 [RELEASE] Release of TYPO3 6.0.9 (= TYPO3 Release Team) 2013-09-04 952974b #50886 [SECURITY] Prohibit accessing stor= age 0 from backend UI (Steffen Ritter) 2013-09-04 1e710fb #50883 [SECURITY] Identifiers may refer t= o resources outside the storage (Steffen Ritter) 2013-09-04 6073618 #51495 [SECURITY] Deny arbitrary code exe= cution possibility for editors (Helmut Hummel) 2013-09-04 b3e53a0 #51327 [SECURITY] Refactor and fix FAL us= er permission handling (Helmut Hummel) 2013-09-04 31d5b88 #51326 [SECURITY] Add possibility to en-/= disable file permission checks (Helmut Hummel) 2013-09-04 02aa25d #51079 [SECURITY] Check permissions in al= l actions of ResourceStorage (Steffen Ritter) 2013-09-03 77701ad [TASK] CGL Cleanup of ResourceStor= age (Helmut Hummel) 2013-09-03 ec0a99c #49842 [BUGFIX] Storage is offline but is= still used (Frans Saris) 2013-09-03 1cf9d3c #51672 [BUGFIX] Fix fatal error in Extend= edFileUtility (Helmut Hummel) 2013-09-01 55724fb #31998 [BUGFIX] Faulty check for missing = SMTP port (Tomita Militaru) 2013-08-31 c73e4fe #50424 [BUGFIX] Backend Layout Grid Wizar= d not fully visible in Mac Firefox 22 (Roland Schenke) 2013-08-30 0547211 #51585 [BUGIFX] Missing argument in EM Li= st view VH (Francois Suter) 2013-08-29 2b86070 #51328 [BUGFIX] Only log file/directory a= ctions which were done (Helmut Hummel) 2013-08-29 dc01b69 #51544 [BUGFIX] Sprite manager cache impr= ovement (Christian Kuhn) 2013-08-29 01acc60 #50707 [BUGFIX] TCA 'group' selectedListS= tyle with 'width' breaking layout (Ernesto Baschny) 2013-08-29 2727a6a #51460 [BUGFIX] Database integrity check = fatal error (Stefan F=FCrst) 2013-08-29 1a04377 #51474 [BUGFIX] Cast autoload and classAl= iasMap to Array (Michel Georgy) 2013-08-29 f1ab499 #51509 [BUGFIX] Add missing API method Fi= leInterface::getNameWithoutExtension (Ernesto Baschny) 2013-08-28 2c8a999 #36244 [BUGFIX] Exclude empty passwords f= rom password hashing check (Nicole Cordes) 2013-08-27 05fccd0 #50234 [TASK] Make the extension titles l= ink to the configuration (Nicole Cordes) 2013-08-27 774a1e0 #51304 [BUGFIX] Hide translations in cate= gories selector (Francois Suter) 2013-08-27 ed32255 #50870 [BUGFIX] Tests in Localization\Par= ser\LocallangXmlParserTest fail (Nicole Cordes) 2013-08-27 f7e4a7e #50760 [BUGFIX] Escape title tag of image= links (Alexander Stehlik) 2013-08-27 7bd1009 #25327,#37026 [BUGFIX] Page tree filtering broke= n in IE7 & IE8 (Aske Ertmann) 2013-08-25 a735101 #51209 [BUGFIX] Ignore permission checks = for processed files (Helmut Hummel) 2013-08-20 910d820 #37892 [BUGFIX] No version overlay should= be done for sys_language (Lienhart Woitok) 2013-08-20 19a811d #46989 [BUGFIX] Files with unclean path i= ndexed multiple times (Stefan Neufeind) 2013-08-18 fb7b686 #50614 [TASK] FilesContentObject::stdWrap= Value(): only execute stdWrap once (Stefan Neufeind) 2013-08-18 d368497 #43428 [BUGFIX] Language-module icons nee= d to display in correct size (Stefan Neufeind) 2013-08-17 fbbad86 #30636 [BUGFIX] TCA: subtypes_addlist not= processed (Benjamin Mack) 2013-08-17 f39a79d #47844 [BUGFIX] Query parameters of exter= nal link may get altered (Stanislas Rolland) 2013-08-16 a09dc5f #51115 [TASK] Disable scheduler-tests if = EXT:scheduler not loaded (Anja Leichsenring) 2013-08-16 8dfaf9c #51004 [BUGFIX] Fix file permission metho= ds in BackendUserAuthentication (Helmut Hummel) 2013-08-16 db51023 #51007 [BUGFIX] Fix inconsistencies in ge= tTSConfig in BackenuserAuth (Helmut Hummel) 2013-08-16 221a435 Revert "[BUGFIX] Fix inconsistenci= es in getTSConfig in BackenuserAuth" (Helmut Hummel) 2013-08-16 8b33a0d Revert "[BUGFIX] Fix file permissi= on methods in BackendUserAuthentication" (Helmut Hummel) 2013-08-15 d3b7851 #51007 [BUGFIX] Fix inconsistencies in ge= tTSConfig in BackenuserAuth (Helmut Hummel) 2013-08-15 329645c #51004 [BUGFIX] Fix file permission metho= ds in BackendUserAuthentication (Helmut Hummel) 2013-08-14 61506bb #46094 [BUGFIX] Avoid usage of subheader = in mailform (Francois Suter) 2013-08-12 d7ef5a9 #47806 [BUGFIX] Typing after abbr or acro= nym tag is difficult (Stanislas Rolland) 2013-08-12 c8a83e7 #50193 [BUGFIX] FAL: Image Processing doe= sn't respect GFX "thumbnails_png" (Benjamin Mack) 2013-08-12 7b16232 #51010 [BUGFIX] Allow reading files if st= orage is not browsable (Helmut Hummel) 2013-08-11 f92dbbd #51005 [BUGFIX] Take into account all fil= e and folder permissions (Helmut Hummel) 2013-08-11 4943a8f #50844 [BUGFIX] Failing tests in Resource= \Driver\LocalDriverTest on Windows (Nicole Cordes) 2013-08-11 ac39140 #51012 [BUGFIX] Missing \TYPO3\CMS\Core\U= tility\ in ResourceFactory (Wouter Wolters) 2013-08-11 55446c5 #51011 [TASK] Add signal in ResourceFacto= ry for storage creation (Helmut Hummel) 2013-08-11 271e801 #44910 [BUGFIX] LocalDriver: Recursive fi= le listing is broken (Andreas Wolf) 2013-08-11 4978ea7 #50502 [BUGFIX] rtehtmlarea acronym error= with static_info_tables 6.0+ (Stanislas Rolland) 2013-08-08 150e458 #48523 [BUGFIX] Reports module tries to l= oad not-installed extension (Wouter Wolters) 2013-08-08 8ed8066 #50868 [BUGFIX] number_format() expects p= arameter 1 to be double (Wouter Wolters) 2013-08-07 98bc16b #50568 [BUGFIX] Ignore case in file exten= sion filter (Alexander Stehlik) 2013-08-07 20df928 #50872 [BUGFIX] Correctly set user storag= e permissions (Helmut Hummel) 2013-08-07 c941199 #50867 [TASK] Introduce AbstractHierarchi= calFilesystemDriver (Steffen Ritter) 2013-08-07 f3f221d #50843 [BUGFIX] Failing Resource\FactoryT= est on Windows systems (Nicole Cordes) 2013-08-07 c75eefb #47106 [BUGFIX] Indexing of external file= s does not work in indexed_search (Wouter Wolters) 2013-08-07 80aeb3a #50562 [BUGFIX] Callback in CrawlerHook o= f indexed_search sysext buggy (Marius B=FCscher) 2013-08-07 647d075 #50812 [BUGFIX] Backup singletons in unit= tests prior to other setUp operations (Nicole Cordes) 2013-08-06 5250c54 #50628 [BUGFIX] Fix EmConfUtility::fixEmC= onf conflicts generation (Sascha Egerer) 2013-08-06 e3d9d7b #50125 [BUGFIX] Incorrect check for empty= folder (Philipp Gampe) 2013-08-06 0f2a29d #50615 [TASK] Use magic __CLASS__ in getI= nstance()-methods (Stefan Neufeind) 2013-08-06 ad9328c #50751 [BUGFIX] Fix empty href parameter = (Anja Leichsenring) 2013-08-06 9e407f0 #50809 [BUGFIX] Fix failing test in Stora= geRepositoryTest (Anja Leichsenring) 2013-08-06 449dc72 #50803 [BUGFIX] Fatal error: "enableField= s on non-object" in extension manager (Ernesto Baschny) 2013-08-04 3cd1045 #50466 [BUGFIX] MySQL: Use ENGINE (not TY= PE) for storage-engine (Stefan Neufeind) 2013-08-01 db1c38b #43893 [BUGFIX] selected =3D 1 doesn't wo= rk in FormContentObject (Wouter Wolters) 2013-08-01 f827fc9 #47123 [BUGFIX] Suppress double page entr= y in temporary mounted pagetree (Frank Frewer) 2013-07-31 2feccc5 #36031 [TASK] Provide information about i= mport action in TCEmain to hooks (Stefan Galinski) 2013-07-31 07f3578 #43631 [BUGFIX] RTE wizard can't "save do= cument and view page" (Stanislas Rolland) @ text @d19 1 a19 1 VER= 6.0.9 d21 1 a21 1 USE_TOOLS+= bash:run pax d33 5 d62 1 a62 4 REPLACE_INTERPRETER+= sh REPLACE.sh.old= /bin/bash REPLACE.sh.new= ${TOOLS_PATH.bash} REPLACE_FILES.sh= typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh @ 1.1 log @Add typo3_60 version 6.0.5, TYPO3 6.0.5. This is TPYO3 6.0 based stable release which support PHP 5.4. TYPO3 is a free Open Source content management system for enterprise purposes on the web and in intranets. It offers full flexibility and extendability while featuring an accomplished set of ready-made interfaces, functions and modules. @ text @d1 1 a1 1 # $NetBSD$ d19 1 a19 1 VER= 6.0.5 @