Update typo3_45 package to 4.5.18.
2012-08-08 c9ae56c [RELEASE] Release of TYPO3 4.5.18 (TYPO3 Release Team) 2012-08-05 2bb16e8 #39527 [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData (Claus Due) 2012-08-03 83af91c #39509 [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given (Michael Klapper) 2012-08-01 08b29b8 #25079 [BUGFIX] Suggest Wizard crashes in Frontend Editing (Dennis Ahrens) 2012-08-01 1e11fd1 #32282 [BUGFIX] unlink issues warnings for lock files (Markus Klein) 2012-08-01 9dab257 #38849 [BUGFIX] IRRE childs don't expand in Internet Explorer (Stefan Aebischer) 2012-08-01 239d66d #39417 [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation (Nicole Cordes) 2012-07-31 1d5e85e #33625 [BUGFIX] Properly check disabled versioning within tcemain (Tolleiv Nietsch) 2012-07-30 35045a3 #22152 [BUGFIX] PHP warnings may show up in the List module (Dmitry Dulepov) 2012-07-29 5935394 #31278 [BUGFIX] Shell command arguments are not escaped (Mario Rimann) 2012-07-26 54761c2 #26815 [BUGFIX] RTE transformation transforms LF/CR between div and hr into space (Stanislas Rolland) 2012-07-25 73bf1fa #38691 [BUGFIX] Exclude E_STRICT on PHP 5.4 and unify error reporting (Philipp Gampe) 2012-07-25 d9868f6 #38604 [TASK] Always return a boolean in t3lib_div::validPathStr (Andy Grunwald) 2012-07-24 c85d6be #33082 [TASK] Improve error message of "broken rootline" (Georg Ringer) 2012-07-23 bc0feed #28684 [BUGFIX] Formmail doesn't always use correct character set (Jigal van Hemert) 2012-07-23 baba7fa #38927 [BUGFIX] $_EXTCONF was not filled in ext_tables.php (Ernesto Baschny) 2012-07-23 8e944f0 #34152 [BUGFIX] stdWrap numRows fails due to wrong SELECT clause (Ernesto Baschny) 2012-07-21 b0f3efd [TASK] Raise submodule pointer (TYPO3 Release Team) 2012-07-20 259c25c #39026 [BUGFIX] QT movies prefixed abusively in Media CE (Francois Suter) 2012-07-20 0f83ce4 #39052 [BUGFIX] Send sane HTTP response in showpic on error (Christian Kuhn) 2012-07-18 71781f1 #36777 [BUGFIX] Unnecessary warning in css_styled_content (division by zero) (Thomas Layh) 2012-07-17 218f304 #33629 [BUGFIX] datepicker does not set current time as default (Simon Schaufelberger) 2012-07-12 fe76723 #24626 [BUGFIX] Drag&Drop inside the root page of the pagetree isn't possible (Stefan Galinski) 2012-07-12 eb215ba #33546 [BUGFIX] Check if user is allowed to paste page to pagetree (Max Roesch) 2012-07-12 bc21789 #36313 [BUGFIX] Add rootline workspace overlay for backend_layouts. (Timo Webler) 2012-07-09 82e0d0b #38791 [BUGFIX] accessibilityWrap ignores simple value (Jigal van Hemert) 2012-07-07 042dc4a #18771 [BUG] t3lib_div::getFilesInDir order differs from order in File list (Benjamin Mack) 2012-07-06 277ea81 #36316 [BUGFIX] RTE: Importing google webfonts breaks style sheet parsing (Stanislas Rolland) 2012-07-05 eb317e7 #38645 [BUGFIX] E_DEPRECATED does not exist in PHP 5.2 (Ivan Kartolo) 2012-07-05 5eb31a1 #36438 [BUGFIX] RTE spellcheck issue on Windows server (Stanislas Rolland)
This commit is contained in:
parent
fa3d1878bf
commit
cf6d937328
3 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.12 2012/07/05 14:21:36 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2012/08/12 15:51:38 taca Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ${TYPO3NAME}
|
||||
|
@ -18,7 +18,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
VER= 4.5.17
|
||||
VER= 4.5.18
|
||||
NO_BUILD= yes
|
||||
USE_TOOLS+= pax
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2012/07/05 14:21:36 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2012/08/12 15:51:38 taca Exp $
|
||||
${EGDIR}/localconf.php
|
||||
${TYPO3DIR}/${TYPO3NAME}/.travis.yml
|
||||
${TYPO3DIR}/${TYPO3NAME}/ChangeLog
|
||||
${TYPO3DIR}/${TYPO3NAME}/GPL.txt
|
||||
${TYPO3DIR}/${TYPO3NAME}/INSTALL.txt
|
||||
|
@ -221,6 +220,7 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/tree/tree.js
|
|||
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/util.js
|
||||
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/Ext.app.SearchField.js
|
||||
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/Ext.grid.RowExpander.js
|
||||
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/Ext.ux.DateTimePicker.js
|
||||
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/Ext.ux.FitToParent.js
|
||||
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/ext.resizable.js
|
||||
${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/ext.ux.tabclosemenu.js
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.10 2012/07/05 14:21:36 taca Exp $
|
||||
$NetBSD: distinfo,v 1.11 2012/08/12 15:51:39 taca Exp $
|
||||
|
||||
SHA1 (dummy-4.5.17.tar.gz) = b1e76fa9976a38ea927bc6a6c21f7c5e354c4e1a
|
||||
RMD160 (dummy-4.5.17.tar.gz) = bbe9fdd3478f0f9fa2abefdc407bfadb341aa000
|
||||
Size (dummy-4.5.17.tar.gz) = 9857 bytes
|
||||
SHA1 (typo3_src-4.5.17.tar.gz) = 702a7508a77a2abe467282c2bbf1b2ebbe37e70b
|
||||
RMD160 (typo3_src-4.5.17.tar.gz) = 27707aa6b7e74e8246b1b90b2297a3a9c3e53a4c
|
||||
Size (typo3_src-4.5.17.tar.gz) = 20552255 bytes
|
||||
SHA1 (dummy-4.5.18.tar.gz) = 89b8248373f75eadd40ae0aac66bea6133fb112d
|
||||
RMD160 (dummy-4.5.18.tar.gz) = 49e3ec1c7f6c54fa392614d6bc2a67b5f4db988a
|
||||
Size (dummy-4.5.18.tar.gz) = 9858 bytes
|
||||
SHA1 (typo3_src-4.5.18.tar.gz) = 4535e0ddb9e595328e0c4bd7969e036acd6bb9c2
|
||||
RMD160 (typo3_src-4.5.18.tar.gz) = 3ce6d8dcc245693f90023126b12148923fedde8d
|
||||
Size (typo3_src-4.5.18.tar.gz) = 20559614 bytes
|
||||
SHA1 (patch-aa) = dd0847334b30215a822bcdcd9231862d7eab68a6
|
||||
|
|
Loading…
Reference in a new issue