Activity
From 2013-11-12 to 2013-12-11
2013-12-11
- 09:20 Revision ebd3e1bf: [BUGFIX] Clear statcache after writing file contents
- To make sure calls to filesize() etc. return correct values the PHP
method clearstatcache() is called in the LocalDri...
2013-12-10
- 11:36 Revision b104b88b: [TASK] Set TYPO3 version to 6.1.8-dev
- Change-Id: I31292d3e414fb00cdcad3660ce84f0e5c02a3d38
Reviewed-on: https://review.typo3.org/26238
Reviewed-by: TYPO3 R... - 11:35 Revision 71162ab7: [RELEASE] Release of TYPO3 6.1.7
- Change-Id: I4119f8f03f8205e8c0bc9f524bac9267e3d2da9a
Reviewed-on: https://review.typo3.org/26237
Reviewed-by: TYPO3 R... - 11:26 Revision 3df75b8a: [TASK] Set TYPO3 version to 6.0.13-dev
- Change-Id: Icdadc54348d6491619dd8dd51595e8664b101968
Reviewed-on: https://review.typo3.org/26235
Reviewed-by: TYPO3 R... - 11:25 Revision 8006e1fc: [RELEASE] Release of TYPO3 6.0.12
- Change-Id: I87726750c92e85a2d28f6bd1bd1665cbef1a520a
Reviewed-on: https://review.typo3.org/26234
Reviewed-by: TYPO3 R... - 11:14 Revision b21f5e64: [TASK] Set TYPO3 version to 4.7.18-dev
- Change-Id: If1b8bfdaf5bbd7d036e3dd382e72ea2f695ac303
Reviewed-on: https://review.typo3.org/26231
Reviewed-by: TYPO3 R... - 11:14 Revision a17830c5: [RELEASE] Release of TYPO3 4.7.17
- Change-Id: I19333c4d3ad23dfddfab620cbe92edd1922d8c8a
Reviewed-on: https://review.typo3.org/26230
Reviewed-by: TYPO3 R... - 11:02 Revision beec43fe: [TASK] Set TYPO3 version to 4.5.33-dev
- Change-Id: I3073c38f3df08f909e9d29b58acbd8f1671272c9
Reviewed-on: https://review.typo3.org/26227
Reviewed-by: TYPO3 R... - 11:01 Revision 17341dff: [RELEASE] Release of TYPO3 4.5.32
- Change-Id: Ied61f0997ee99da6866d4c3d43fd46ed213c6c83
Reviewed-on: https://review.typo3.org/26226
Reviewed-by: TYPO3 R... - 10:55 Revision 107ac8e5: [SECURITY] XSS in header link of all content elements
- The second typolink parameter, that is the target, can be abused to
introduce XSS code into the generated link. Escap... - 10:55 Revision 226d624a: [SECURITY] XSS in colorpicker wizard
- Encode user-input in JavaScript context for colorpicker.
Change-Id: I1121d6d20c90e476a2d0ea4f000b180e843a4ce0
Fixes:... - 10:55 Revision fdd3d3f1: [SECURITY] Prevent editor controlled hmac content
- An hmac of the editor controlled auto respond message was used to verifiy
the correctness of this message on submit. ... - 10:55 Revision f51afe2f: [SECURITY] XSS in backend user adminstration
- Change-Id: I88807af69635d75f1fbefc62b4672e945397fb07
Fixes: #48691
Releases: 6.2, 6.1, 6.0
Security-Commit: 715b2c58c... - 10:54 Revision b4965e06: [SECURITY] Information Disclosure in Wizards
- It has been possible for authenticated editors
to show content of arbitrary tables and fields
that are defined in TCA... - 10:54 Revision 5f32f0a4: [SECURITY] Fix open redirection in openid extension
- The eID script of the openid extension does not
validate the given redirect url, leading to
an open redirection vulne... - 10:54 Revision 5eae4a87: [SECURITY] XSS in be_layout wizard
- Usage of unverified input parameters in wizard URL leads to a possible
XSS vulnerability in backend_layout wizard.
Th... - 10:54 Revision 1b626691: [SECURITY] XSS in beuser VH
- The tree Display/* ViewHelpers introduce a XSS vulnerability by
using unescaped parameters in HTML.
Change-Id: I0dad... - 10:54 Revision db9563ca: [SECURITY] Remove possible XSS from ActionController Error output
- As parameters passed to an ErrorObject can be user input, the
output of those parameters in the ActionController::err... - 10:54 Revision 4d44daa0: [SECURITY] Unsafe unserialize of GET parameter in Add-Wizard
- If the TCEforms wizard "add" is used, the original opened document
is closed and a new one is created in which you th... - 10:54 Revision 74819714: [SECURITY] XSS in header link of all content elements
- The second typolink parameter, that is the target, can be abused to
introduce XSS code into the generated link. Escap... - 10:54 Revision cb8db286: [SECURITY] XSS in colorpicker wizard
- Encode user-input in JavaScript context for colorpicker.
Change-Id: If3da2b476a98efa67815bf84095843ab2f65949f
Fixes:... - 10:54 Revision 2d29894a: [SECURITY] Prevent editor controlled hmac content
- An hmac of the editor controlled auto respond message was used to verifiy
the correctness of this message on submit. ... - 10:54 Revision dca9c889: [SECURITY] XSS in backend user adminstration
- Change-Id: Ie4a34a40e167b7fe54da29d16e1e962668218907
Fixes: #48691
Releases: 6.2, 6.1, 6.0
Security-Commit: be70b6e6d... - 10:54 Revision 450e5d3f: [SECURITY] Information Disclosure in Wizards
- It has been possible for authenticated editors
to show content of arbitrary tables and fields
that are defined in TCA... - 10:53 Revision 7e7f9e39: [SECURITY] Fix open redirection in openid extension
- The eID script of the openid extension does not
validate the given redirect url, leading to
an open redirection vulne... - 10:53 Revision ad119457: [SECURITY] XSS in be_layout wizard
- Usage of unverified input parameters in wizard URL leads to a possible
XSS vulnerability in backend_layout wizard.
Th... - 10:53 Revision 18e04918: [SECURITY] XSS in beuser VH
- The tree Display/* ViewHelpers introduce a XSS vulnerability by
using unescaped parameters in HTML.
Change-Id: I6b99... - 10:53 Revision cbbeefd9: [SECURITY] Remove possible XSS from ActionController Error output
- As parameters passed to an ErrorObject can be user input, the
output of those parameters in the ActionController::err... - 10:53 Revision 163947ae: [SECURITY] Unsafe unserialize of GET parameter in Add-Wizard
- If the TCEforms wizard "add" is used, the original opened document
is closed and a new one is created in which you th... - 10:53 Revision c703d1d0: [SECURITY] XSS in header link of all content elements
- The second typolink parameter, that is the target, can be abused to
introduce XSS code into the generated link. Escap... - 10:53 Revision 0f1e28b9: [SECURITY] XSS in colorpicker wizard
- Encode user-input in JavaScript context for colorpicker.
Change-Id: I83790887c4239d62b6783fd6269169085607b7d4
Fixes:... - 10:53 Revision 1cbe889f: [SECURITY] Prevent editor controlled hmac content
- An hmac of the editor controlled auto respond message was used to verifiy
the correctness of this message on submit. ... - 10:53 Revision 79f68504: [SECURITY] XSS in backend user adminstration
- Change-Id: I1d31daf0dbc0dfa0ae49c17be9e6e85a85b8bea2
Fixes: #48691
Releases: 6.2, 6.1, 6.0
Security-Commit: 6fae30c4a... - 10:53 Revision b22cbce4: [SECURITY] Information Disclosure in Wizards
- It has been possible for authenticated editors
to show content of arbitrary tables and fields
that are defined in TCA... - 10:53 Revision e4134aea: [SECURITY] Fix open redirection in openid extension
- The eID script of the openid extension does not
validate the given redirect url, leading to
an open redirection vulne... - 10:52 Revision 2fb02777: [SECURITY] feuser_adminLib.inc allows to set arbitrary fields
- The CMS core ships a utility class helping extension authors
to create frontend-extension which need a mail-based opt... - 10:52 Revision bd6095f0: [SECURITY] XSS in be_layout wizard
- Usage of unverified input parameters in wizard URL leads to a possible
XSS vulnerability in backend_layout wizard.
Th... - 10:52 Revision 872cf3d9: [SECURITY] XSS in beuser VH
- The tree Display/* ViewHelpers introduce a XSS vulnerability by
using unescaped parameters in HTML.
Change-Id: I2cb3... - 10:52 Revision cb55c536: [SECURITY] Remove possible XSS from ActionController Error output
- As parameters passed to an ErrorObject can be user input, the
output of those parameters in the ActionController::err... - 10:52 Revision 578cc800: [SECURITY] Unsafe unserialize of GET parameter in Add-Wizard
- If the TCEforms wizard "add" is used, the original opened document
is closed and a new one is created in which you th... - 10:52 Revision efa9e0b6: [SECURITY] Prevent editor controlled hmac content
- An hmac of the editor controlled auto respond message was used to verifiy
the correctness of this message on submit. ... - 10:52 Revision d207548f: [SECURITY] XSS in colorpicker wizard
- Encode user-input in JavaScript context for colorpicker.
Change-Id: I0de44c590d5af304ef854628d6f5eab0c0b681ca
Fixes:... - 10:52 Revision 92712d61: [SECURITY] XSS in header link of all content elements
- The second typolink parameter, that is the target, can be abused to
introduce XSS code into the generated link. Escap... - 10:52 Revision 573f7209: [SECURITY] XSS vulnerability in extension manager
- Add escaping on extension meta data when rendering.
Change-Id: I6f65cb5fb4f0d290349c15c03a3d52f4b0d18fda
Fixes: #208... - 10:52 Revision b7eac594: [SECURITY] Information Disclosure in Wizards
- It has been possible for authenticated editors
to show content of arbitrary tables and fields
that are defined in TCA... - 10:51 Revision 319a06c8: [SECURITY] Fix open redirection in openid extension
- The eID script of the openid extension does not
validate the given redirect url, leading to
an open redirection vulne... - 10:51 Revision 834afa5f: [SECURITY] feuser_adminLib.inc allows to set arbitrary fields
- The CMS core ships a utility class helping extension authors
to create frontend-extension which need a mail-based opt... - 10:51 Revision aa08f148: [SECURITY] XSS in be_layout wizard
- Usage of unverified input parameters in wizard URL leads to a possible
XSS vulnerability in backend_layout wizard.
Th... - 10:51 Revision f3b5a6a9: [SECURITY] Remove possible XSS from ActionController Error output
- As parameters passed to an ErrorObject can be user input, the
output of those parameters in the ActionController::err... - 10:51 Revision 0bc4fc4f: [SECURITY] Unsafe unserialize of GET parameter in Add-Wizard
- If the TCEforms wizard "add" is used, the original opened document
is closed and a new one is created in which you th... - 10:51 Revision 60576d14: [SECURITY] XSS in header link of all content elements
- The second typolink parameter, that is the target, can be abused to
introduce XSS code into the generated link. Escap... - 10:51 Revision 77dc1c4e: [SECURITY] XSS in colorpicker wizard
- Encode user-input in JavaScript context for colorpicker.
Change-Id: Ia5d181bb74f3cbe2d2b7c75097655f9c7593b70d
Fixes:... - 10:51 Revision 52d3bff4: [SECURITY] Prevent editor controlled hmac content
- An hmac of the editor controlled auto respond message was used to verifiy
the correctness of this message on submit. ... - 10:51 Revision cae8739c: [SECURITY] XSS vulnerability in extension manager
- Add escaping on extension meta data when rendering.
Change-Id: I64cb5f23281ddb6c63439bf33aaeac1b1fa803b4
Fixes: #208... - 10:51 Revision ba92f0ab: [SECURITY] Information Disclosure in Wizards
- It has been possible for authenticated editors
to show content of arbitrary tables and fields
that are defined in TCA... - 10:51 Revision 63ff9109: [SECURITY] Fix open redirection in openid extension
- The eID script of the openid extension does not
validate the given redirect url, leading to
an open redirection vulne... - 10:50 Revision c4d13361: [SECURITY] feuser_adminLib.inc allows to set arbitrary fields
- The CMS core ships a utility class helping extension authors
to create frontend-extension which need a mail-based opt... - 10:50 Revision 53422848: [SECURITY] XSS in be_layout wizard
- Usage of unverified input parameters in wizard URL leads to a possible
XSS vulnerability in backend_layout wizard.
Th... - 10:50 Revision b360a1a8: [SECURITY] Remove possible XSS from ActionController Error output
- As parameters passed to an ErrorObject can be user input, the
output of those parameters in the ActionController::err... - 10:50 Revision 78ee538c: [SECURITY] Unsafe unserialize of GET parameter in Add-Wizard
- If the TCEforms wizard "add" is used, the original opened document
is closed and a new one is created in which you th...
2013-12-08
- 16:29 Revision 75fb62de: Revert "[FEATURE] Fallback/default case for SwitchViewhelper"
- This reverts commit 8e022bcbea4f7775ce10fee30b4682a6047c461c
Merged a Feature after Feature Freeze is not acceptable... - 14:50 Revision 8e022bcb: [FEATURE] Fallback/default case for SwitchViewhelper
- In order to provide the full functionality known from the
switch/case PHP function, a default case possibility is
int... - 13:50 Revision 5aa4ab2b: [BUGFIX] Fix failing test
- Change-Id: I26b7697cdc4b40e007b89898491761105d0ba696
Resolves: #54282
Releases: 4.5
Reviewed-on: https://review.typo3... - 13:45 Revision 6add2213: [BUGFIX] Fix failing test
- A superflous function was used, that does not exist in Extbase 1.3.
Change-Id: Ib25d21c53afc47a36fe44e4317abd78e736d... - 09:55 Revision 8b3284ca: [BUGFIX] Allow Editing field creator_tool in sys_file_metadata
- The filemetadata extension adds additional fields to the sys_file_metadata
table. The field creator_tool is defined i...
2013-12-07
- 09:50 Revision e0c68ddf: [TASK] Add editing of file metadata to ClickMenu
- The Context-Menu of files misses the editing pen allowing
to directly edit the metadata of the file. Currently it
onl...
2013-12-06
- 23:51 Revision 51de0fa8: [BUGFIX] Re-Introduce feature to go one level up in file list
- When the file list has been reworked to use FAL instead of
plain PHP file functions the feature to go one level up ha... - 23:19 Revision 4d5c8a8b: [TASK] Superfluous comparison in CronCommand
- Fix superfluous comparison against boolean in
CronCommand::dayMatchesCronCommand
Change-Id: Ia1d852ffbbc772dd89587d3...
2013-12-04
- 19:54 Revision 0bbcf358: [BUGFIX] ClassAliasMap, Tx_ VH namespace and closing tag throws Exception
- When using aliased ViewHelper class names and old Tx_ namespace in
template and ViewHelper uses closing tag (not self...
2013-12-02
- 20:20 Revision c400e941: [BUGFIX] ClientUtility does not detect Internet Explorer 11
- Since the Release of Microsoft IE 11 there is no "MSIE" hint in
its user agent header anymore. Therefore the existing... - 20:19 Revision 0c3fa95d: [BUGFIX] ClientUtility does not detect Internet Explorer 11
- Since the Release of Microsoft IE 11 there is no "MSIE" hint in
its user agent header anymore. Therefore the existing... - 20:19 Revision 9757d0c8: [BUGFIX] ClientUtility does not detect Internet Explorer 11
- Since the Release of Microsoft IE 11 there is no "MSIE" hint in
its user agent header anymore. Therefore the existing... - 20:19 Revision d21a628c: [BUGFIX] ClientUtility does not detect Internet Explorer 11
- Since the Release of Microsoft IE 11 there is no "MSIE" hint in
its user agent header anymore. Therefore the existing... - 20:19 Revision e832e80e: [BUGFIX] ClientUtility does not detect Internet Explorer 11
- Since the Release of Microsoft IE 11 there is no "MSIE" hint in
its user agent header anymore. Therefore the existing... - 15:44 Revision d353ab05: Revert "[BUGFIX] Object passed to date()"
- This reverts commit d361b2999c8ba8d1cdb218ead4f60ef1de9fe458
The change I6821bafa51372c50d8903c63d62ea44933bc12b3 do... - 15:44 Revision 124a913b: Revert "[BUGFIX] Object passed to date()"
- This reverts commit d361b2999c8ba8d1cdb218ead4f60ef1de9fe458
The change I6821bafa51372c50d8903c63d62ea44933bc12b3 do... - 15:42 Revision 5bf7430c: [BUGFIX] Add missing namespacing for calling GeneralUtility
- Regression-fix for change from:
https://review.typo3.org/25057
Resolves: #54117
Releases: 6.1, 6.0
Change-Id: I0de15... - 15:41 Revision e5380209: [BUGFIX] Add missing namespacing for calling GeneralUtility
- Regression-fix for change from:
https://review.typo3.org/25057
Resolves: #54117
Releases: 6.1, 6.0
Change-Id: I0de15... - 11:51 Revision ae944d90: [BUGFIX] Cleanly unset cookies on login in cookie-check
- Needed to workaround a login-problem with IE11.
ExtJS tries to clear a cookie with different settings than when
sett...
2013-12-01
- 12:24 Revision c7f4df4e: [TASK] Installer: textarea for [FE][defaultTypoScript_setup]
- The defaultTypoScript_setup has a different configuration than
defaultTypoScript_constants.
Make them equal.
Resolve... - 11:54 Revision 3f2e9717: Revert "[BUGFIX] Distinguish unassigend columns and colPos 0"
- TYPO3 4.7 is in extended maintenance mode, which actually means
only security fixes and blocking fixes upon RM approv... - 11:52 Revision a4408f87: [BUGFIX] Faulty and superfluous code in import/export module
- There is faulty and superfluous code in import/export module:
* ModuleFunctionController does not work at all, this p... - 11:49 Revision 0af75913: [TASK] Fix broken references in LegacyClassesForIde
- The LegacyClassesForIde.php contains some class definition
which extend non-existing or wrong classes.
Also fix some...
2013-11-30
- 17:28 Revision 575f0ba4: [TASK] Remove non-evaluated parameter from _GP function calls
- Remove second (no longer evaluated) _GP() function call parameter.
Resolves: #54106
Releases: 6.2
Change-Id: I5b8f64... - 15:24 Revision ec3a2d40: [BUGFIX] Missing phpinfo() module in install tool
- Adds phpinfo() information in System Environment section from
the Install Tool, after warning / error messages.
Fixe...
2013-11-29
- 18:20 Revision df568f05: [TASK] Simplify returns in ConfigurationManager
- writeLocalConfiguration() and writeAdditionalConfiguration()
have return statements like:
return $result === FALSE ? ... - 17:02 Revision 309e93ac: [BUGFIX] ext:adodb Restrict connection wizard to admins
- In the unlikely case ext:datasources is used, there is a potential
information disclosure that content of this table ... - 17:01 Revision 30e1f413: [BUGFIX] ext:adodb Restrict connection wizard to admins
- In the unlikely case ext:datasources is used, there is a potential
information disclosure that content of this table ... - 17:01 Revision a7dbbbf3: [BUGFIX] ext:adodb Restrict connection wizard to admins
- In the unlikely case ext:datasources is used, there is a potential
information disclosure that content of this table ... - 17:01 Revision 3a66a0e8: [BUGFIX] ext:adodb Restrict connection wizard to admins
- In the unlikely case ext:datasources is used, there is a potential
information disclosure that content of this table ... - 16:40 Revision cfa410d5: [TASK] ext:adodb Remove connection wizard
- Extension adodb can be used together with TER extension "datasource".
ext:adodb delivers a wizard and flexform code t... - 14:10 Revision d7a4489b: [TASK] ext:adodb Remove obsolete diffs from doc/
- Remove some ancient and obsolete patch files from ext:adodb/doc.
Change-Id: Ib2183abb3358de8b4d7e1dad71731b1df96a9a8... - 00:53 Revision c8f46f48: [TASK] Use array access instead of traversing hook array
- Instead of making a slow array traversal simply check if there is
a hook object for the cObject being rendered by usi... - 00:30 Revision f905ff99: [TASK] ExtJS-upgrade 3.4.0 to 3.4.1.1
- From 3.4.0, released June 9, 2011
To 3.4.1.1, released March 29, 2013
Change-Id: I009c472975262f1813711b8b204518c9f1...
2013-11-28
- 18:55 Revision 6568a150: [TASK] Superfluous comparison in InlineElement
- Fix superfluous comparison against boolean in
InlineElement::renderForeignRecord().
Change-Id: I75bb1625ad7ead08e8e3... - 18:55 Revision 29e0da0d: [BUGFIX] Redundant compare: GeneralUtility::inList()
- GeneralUtility::inList() does a comparison resulting in a boolean value.
Then based on this value it will return TRUE... - 18:53 Revision 9c57542d: [TASK] Replace URLs of bugs.typo3.org with forge.typo3.org
- The old issue tracker on http://bugs.typo3.org will be shut down
by the end of 2013.
Therefore replace *all* occurre...
2013-11-27
- 10:14 Revision 647cf359: [TASK] Remove disableDocModuleInAB TSconfig option in ModuleMenuView
- The option disableDocModuleInAB has already been removed in the
documentation since TYPO3 4.2 according to
http://wik...
2013-11-26
- 23:14 Revision 542bd7da: [BUGFIX] Distinguish unassigend columns and colPos 0
- When using backend layout columns without a colPos value they should be
just placeholders with the label "not assigne... - 23:12 Revision 1d95cad4: [BUGFIX] Distinguish unassigend columns and colPos 0
- When using backend layout columns without a colPos value they should be
just placeholders with the label "Not assigne... - 16:48 Revision e227a598: [TASK] Set TYPO3 version to 6.1.7-dev
- Change-Id: Ieed877790ff7dd42dc60a159dbedfd7eedde94c1
Reviewed-on: https://review.typo3.org/25701
Reviewed-by: TYPO3 R... - 16:47 Revision d74e15e4: [RELEASE] Release of TYPO3 6.1.6
- Change-Id: I67ec110eb3695d53e63165a6c15f8bc662b3ab03
Reviewed-on: https://review.typo3.org/25700
Reviewed-by: TYPO3 R... - 16:39 Revision bb787e31: [TASK] Set TYPO3 version to 6.0.12-dev
- Change-Id: Ie5b5357e3979d5299e147f1afdebe7df042470ea
Reviewed-on: https://review.typo3.org/25699
Reviewed-by: TYPO3 R... - 16:39 Revision a5be667b: [RELEASE] Release of TYPO3 6.0.11
- Change-Id: I5519d03da62894d133df316dbb675a4651f850f1
Reviewed-on: https://review.typo3.org/25698
Reviewed-by: TYPO3 R... - 16:30 Revision 94d2419c: [TASK] Set TYPO3 version to 4.7.17-dev
- Change-Id: Idae23920cd4114c89451f2831897e4461b052037
Reviewed-on: https://review.typo3.org/25697
Reviewed-by: TYPO3 R... - 16:30 Revision 3f771ec7: [RELEASE] Release of TYPO3 4.7.16
- Change-Id: Ib149ef8c34c30fdebace1863e342df5f3292cebc
Reviewed-on: https://review.typo3.org/25696
Reviewed-by: TYPO3 R... - 16:20 Revision ef5e85b3: [TASK] Set TYPO3 version to 4.5.32-dev
- Change-Id: I0c80cd295e4146fb8c5c9ac2c9e3188d18f5959e
Reviewed-on: https://review.typo3.org/25695
Reviewed-by: TYPO3 R... - 16:19 Revision 85492088: [RELEASE] Release of TYPO3 4.5.31
- Change-Id: I3e7c742865cf45eb50918e3de4029fa60beea15d
Reviewed-on: https://review.typo3.org/25694
Reviewed-by: TYPO3 R... - 09:46 Revision 762cb0a0: [BUGFIX] t3skin calls addIconSprite for each lang
- The t3skin extension adds icon sprites for each language. And that's
great, but not so great that it calls addIconSpr... - 09:45 Revision 3eda3996: [BUGFIX] t3skin calls addIconSprite for each lang
- The t3skin extension adds icon sprites for each language. And that's
great, but not so great that it calls addIconSpr... - 09:44 Revision 0dfe7c86: [BUGFIX] t3skin calls addIconSprite for each lang
- The t3skin extension adds icon sprites for each language. And that's
great, but not so great that it calls addIconSpr...
2013-11-24
- 21:39 Revision 93ed8d21: [BUGFIX] TS: Allow "0" as strPad.padWith
- Replaces the test with empty() by isset() and
strlen() > 0. So other strings which are
handled by PHP as empty can be... - 21:31 Revision 7b05d076: [BUGFIX] TS: Allow "0" as strPad.padWith
- Replaces the test with empty() by isset() and
strlen() > 0. So other strings which are
handled by PHP as empty can be... - 21:02 Revision 28b7bb5d: [BUGFIX] Fix ordering of stages in action dropdown
- If multiple stages exist and a user is member of only a few stages,
then in many cases the ordering of the stages is ... - 21:00 Revision 96944c08: [BUGFIX] Reload list module on clickmenu action
- This solves the problem of a not refreshing list module
when the clickmenu of an element is used to copy/move the
ele... - 20:59 Revision aed6051c: [BUGFIX] Reload list module on clickmenu action
- This solves the problem of a not refreshing list module
when the clickmenu of an element is used to copy/move the
ele... - 19:36 Revision 5a7545d4: [CLEANUP] Improve code style of RelationHandler class
- * add missing class properties, that are used in the code
* fix invalid PHPDoc variable types
* remove unused variabl... - 18:54 Revision 70c3e793: [BUGFIX] Page module: Allow to paste in empty columns
- Since quite a long time it was not possible to paste a content
element into an empty column of the page module. This ... - 18:50 Revision 698fb7f2: [BUGFIX] Hardcoded "admin" user in Installer template
- The hardcoded username "admin" is removed from the HTML template
since the username can now be freely chosen.
Resolv...
2013-11-22
- 15:24 Revision 51e23eda: [TASK] Replace ClassLoader cache with standard caches
- The class loader can now use all available cache backends
for retrieval of class loading information.
Using it with ... - 09:18 Revision 855e30e3: [TASK] Remove deprecated methods in PageLayoutView
- Resolves: #53811
Releases: 6.2
Change-Id: I14574f3725bc77b130255d8f70cedabd78d74947
Reviewed-on: https://review.typo3...
2013-11-21
- 20:47 Revision ef50085b: [TASK] Set TYPO3 version to 6.2-dev
- Change-Id: I2e11bc29d40124ffb5d026633c182b542a9e3dd2
Reviewed-on: https://review.typo3.org/25624
Reviewed-by: TYPO3 R... - 20:47 Revision 7177ff6c: [RELEASE] Release of TYPO3 6.2.0beta2
- Change-Id: Ie872f8aa920c00feb82784957e6ea02b826c6e7c
Reviewed-on: https://review.typo3.org/25623
Reviewed-by: TYPO3 R... - 17:13 Revision 9e2a0a1c: [BUGFIX] Fix moving/copying files and folders between storages
- When a file or folder is moved between 2 storages the target
storages is asked for the filepermissions of the source
... - 17:13 Revision 70422989: [BUGFIX] Fix moving/copying files and folders between storages
- When a file or folder is moved between 2 storages the target
storages is asked for the filepermissions of the source
... - 17:07 Revision 932ac710: [BUGFIX] Fix moving/copying files and folders between storages
- When a file or folder is moved between 2 storages the target
storages is asked for the filepermissions of the source
... - 17:01 Revision 95e8e330: [BUGFIX] Can not delete Files with metadata records
- When a sys_file record has relation with a sys_file_metadata
record the file can not be deleted.
This patch excludes... - 16:53 Revision b78c694f: [BUGFIX] Fix regression in ResourceCompressor
- Resolves: #53844
Related: #53243
Releases: 6.2, 6.1, 6.0
Change-Id: I7f6a178b063d71c9182316a81e787c9ab5246b8e
Reviewe... - 16:53 Revision 487903ad: [BUGFIX] Fix regression in ResourceCompressor
- Resolves: #53844
Related: #53243
Releases: 6.2, 6.1, 6.0
Change-Id: I7f6a178b063d71c9182316a81e787c9ab5246b8e
Reviewe... - 16:50 Revision 092c60a3: [BUGFIX] Fix regression in ResourceCompressor
- Resolves: #53844
Related: #53243
Releases: 6.2, 6.1, 6.0
Change-Id: I7f6a178b063d71c9182316a81e787c9ab5246b8e
Reviewe... - 10:55 Revision ede0978c: [TASK] Replace TCA cache with serialized array
- The TCA isn't stored as php array anymore,
but instead as serialized array string. Unserialize
seems to be much faste... - 10:35 Revision 65385efd: [TASK] CleanUp canonicalizing identifiers in FAL-drivers
- In https://review.typo3.org/23398 the possibility was
created, to use case-sensitive fileIdentifiers in
database coll...
2013-11-20
- 23:21 Revision b5b036be: [TASK] Wrong method phpdoc
- In class "DataHandlerHook" of extension "version" the method
description of "processCmdmap_deleteAction" is just a co... - 19:54 Revision aed68c86: [BUGFIX] Filemtime / Filesize trigger warning
- Adds check for file_exists before calling filemtime / filsize
to avoid warning message.
Resolves: #53243
Releases: 6... - 19:54 Revision 3d3de056: [BUGFIX] Filemtime / Filesize trigger warning
- Adds check for file_exists before calling filemtime / filsize
to avoid warning message.
Resolves: #53243
Releases: 6... - 19:52 Revision 82d37f96: [BUGFIX] Reload list module on clickmenu action
- This solves the problem of a not refreshing list module
when the clickmenu of an element is used to copy/move the
ele... - 19:52 Revision a6fe2b8b: [BUGFIX] Filemtime / Filesize trigger warning
- Adds check for file_exists before calling filemtime / filsize
to avoid warning message.
Resolves: #53243
Releases: 6... - 19:14 Revision 28578280: [BUGFIX] Fluid paginate widget wrong number of links
- If the maximumNumberOfLinks configuration option is set to 8
the widget will render 10 links.
Solved the problem by ... - 19:13 Revision 6c5d53d3: [BUGFIX] Fluid paginate widget wrong number of links
- If the maximumNumberOfLinks configuration option is set to 8
the widget will render 10 links.
Solved the problem by ... - 18:54 Revision 0ebc5a75: [BUGFIX] Fluid paginate widget wrong number of links
- If the maximumNumberOfLinks configuration option is set to 8
the widget will render 10 links.
Solved the problem by ... - 18:32 Revision 495afb59: [BUGFIX] Improve confirmation dialog in drag'n'drop fileupload
- This patch introduces the following changes to the drag'n'drop
fileuploader:
* Only ask for confirmation to overwrit... - 13:54 Revision 2c4cb147: [CLEANUP] Fix various spelling mistakes
- Resolves: #53793
Releases: 6.2
Change-Id: Iefe8a2a96f41903ca33b02da4aace71690951cbf
Reviewed-on: https://review.typo3... - 13:36 Revision b1a28615: [TASK] Updated README / INSTALL / NEWS files
- * Added README.md (which was formerly part of the individual
distributions)
* Transformed the text into markdown fo... - 11:02 Revision 52b751e4: Revert "[BUGFIX] Page module: Allow to paste in empty columns"
- This patch introduces sever problems with DataHandler.
Change-Id: Ibd767523c287bd13ef86ce1f0751062a349b5f34
Releases... - 11:01 Revision 413bd8fa: Revert "[BUGFIX] Page module: Allow to paste in empty columns"
- This patch introduces sever problems with DataHandler.
Change-Id: I591440395b6e7fb7d0ffb33c107e94a7a3b25b5a
Releases... - 08:30 Revision 2841224a: [BUGFIX] Remove gaps in tree of New Record Wizard
- Replacing line breaks with a div allows styling to be applied to
each line in the tree.
Change-Id: I1c89c9b6a9998185... - 01:42 Revision 61bd8e2e: [CLEANUP] SpriteBuildingHandler uses deprecated SpriteGenerator API
- Resolves: #53778
Releases: 6.2
Change-Id: Ife895d07c67e519553248a62917de921c6e31a76
Reviewed-on: https://review.typo3... - 00:17 Revision dbcaf930: [BUGFIX] Page module: Allow to paste in empty columns
- Since quite a long time it was not possible to paste a content
element into an empty column of the page module. This ...
2013-11-19
- 23:50 Revision d1c770dd: [BUGFIX] Page module: Allow to paste in empty columns
- Since quite a long time it was not possible to paste a content
element into an empty column of the page module. This ... - 23:19 Revision 023014c6: [BUGFIX] l10n_mode for "pages" table and group fields.
- This patch respects the l10modes for pages, and mergeIfNotBlank for
type "group" fields.
Change-Id: I18a4caffc5761f9... - 23:13 Revision 02005b6f: [BUGFIX] l10n_mode for "pages" table and group fields.
- This patch respects the l10modes for pages, and mergeIfNotBlank for
type "group" fields.
Change-Id: I18a4caffc5761f9... - 22:49 Revision b0842174: [TASK] Improve updates of metadata in MetaDataRepository
- If you run the FAL update wizard for tt_content images the
MetaDataRepository requests database fields for each updat... - 22:41 Revision 610e8beb: [BUGFIX] Exception thrown in update wizard if file does not exists
- When fetching a file that does not exists a exception is
thrown in the update wizard to update RTE file links to FAL.... - 22:34 Revision 3d6f5be1: [BUGFIX] Fix JS error in lang module
- The tables of the language module do not resize
on change of windows height. This fixes the
Javascript error.
Releas... - 22:34 Revision 9d97a708: [BUGFIX] Fix JS error in lang module
- The tables of the language module do not resize
on change of windows height. This fixes the
Javascript error.
Releas... - 22:33 Revision 66a79672: [BUGFIX] Fix JS error in lang module
- The tables of the language module do not resize
on change of windows height. This fixes the
Javascript error.
Releas... - 21:38 Revision d0b26307: [TASK] Render extension icons in Language module directly
- Just like in the Extension Manager the icons for the extensions
can be rendered directly to increase speed. CSS takes... - 20:31 Revision 396534ec: [BUGFIX] Table cache_imagesizes is defined twice
- The table cache_imagesizes is defined in two files:
t3lib/stddb/tables.sql
typo3/sysext/cms/ext_tables.sql
This is t... - 20:30 Revision 59758544: [BUGFIX] Table cache_imagesizes is defined twice
- The table cache_imagesizes is defined in two files:
t3lib/stddb/tables.sql
typo3/sysext/cms/ext_tables.sql
This is t... - 20:25 Revision 3d976ac9: [TASK] Rework image viewHelper to use FAL
- Currently in the worst case images are transformed
from Extbase domain objects to FAL objects to paths
to FAL objects... - 19:31 Revision ab0a6fc0: [BUGFIX] Deprecation log is spammed with getReturnRawQueryResult()
- Typo3QuerySettings->getReturnRawQueryResult() is called by
query->execute() to maintain backwards compatibility.
The ... - 16:43 Revision 20103b3c: [TASK] Bring back module menu accordion arrows
- To visualize that the module groups can be expanded and collapsed, the UX
team decided that the arrows are required. ... - 15:37 Revision 4d8ca5fd: [FEATURE] Categories-based tt_content menu
- Provide a new menu/sitemap type for displaying list
of categorized content elements. The default rendering
simply pro... - 15:10 Revision 3f2ed1df: [BUGFIX] Scheduler extension sql file is invalid
- On import into MySQL an error is thrown and MySQL
refuses to create the table:
ERROR 1067 (42000) at line 4: Invalid... - 15:10 Revision 7d0a2419: [BUGFIX] Scheduler extension sql file is invalid
- On import into MySQL an error is thrown and MySQL
refuses to create the table:
ERROR 1067 (42000) at line 4: Invalid... - 15:09 Revision ea58bd58: [BUGFIX] Scheduler extension sql file is invalid
- On import into MySQL an error is thrown and MySQL
refuses to create the table:
ERROR 1067 (42000) at line 4: Invalid... - 15:09 Revision 170f0847: [BUGFIX] Scheduler extension sql file is invalid
- On import into MySQL an error is thrown and MySQL
refuses to create the table:
ERROR 1067 (42000) at line 4: Invalid... - 15:04 Revision 393a1787: [BUGFIX] Scheduler extension sql file is invalid
- On import into MySQL an error is thrown and MySQL
refuses to create the table:
ERROR 1067 (42000) at line 4: Invalid... - 10:48 Revision e316f7cd: [TASK] Change injectMethods to annotations
- Change injectMethods as already done in extbase
to inject annotations
Resolves: #52040
Releases: 6.2
Change-Id: I1e4... - 00:47 Revision 055e6a5f: [BUGFIX] fix javascript error "TBE_EDITOR not defined" in sys_action
- This fixes the error "TBE_EDITOR not defined" which occured when using
sys_action > create backend user and assigning... - 00:47 Revision abcd5e95: [BUGFIX] fix javascript error "TBE_EDITOR not defined" in sys_action
- This fixes the error "TBE_EDITOR not defined" which occured when using
sys_action > create backend user and assigning... - 00:45 Revision e380540d: [BUGFIX] fix javascript error "TBE_EDITOR not defined" in sys_action
- This fixes the error "TBE_EDITOR not defined" which occured when using
sys_action > create backend user and assigning... - 00:37 Revision 6c6582ab: [BUGFIX] ExtDirect StateProvider should store all settings
- ExtDirect StateProvider seems to queue Ext.state.Manager.set() calls and
collects them to fire only one AJAX call.
I... - 00:37 Revision ba82faca: [BUGFIX] ExtDirect StateProvider should store all settings
- ExtDirect StateProvider seems to queue Ext.state.Manager.set() calls and
collects them to fire only one AJAX call.
I... - 00:36 Revision d3967c7a: [BUGFIX] ExtDirect StateProvider should store all settings
- ExtDirect StateProvider seems to queue Ext.state.Manager.set() calls and
collects them to fire only one AJAX call.
I... - 00:08 Revision 62058701: [BUGFIX] Fix height of body in backend
- The body-tag had 100% height in the backend. In views, where scrolling
is possible (e.g. login screen in a small wind... - 00:03 Revision 9a5858de: [TASK] Optimization in AbstractViewHelper
- Small optimization in AbstractViewHelper to fetch the type
after the check for the default value of the argument.
Ch... - 00:03 Revision 571c8c9b: [TASK] Optimization in AbstractViewHelper
- Small optimization in AbstractViewHelper to fetch the type
after the check for the default value of the argument.
Ch...
2013-11-18
- 23:58 Revision 3fbc892a: [TASK] Optimization in AbstractViewHelper
- Small optimization in AbstractViewHelper to fetch the type
after the check for the default value of the argument.
Ch... - 23:51 Revision 464a8041: [BUGFIX] Rename hook in VariableFrontend.php
- Due to the namespace changes the hook in
typo3\sysext\core\Classes\Cache\Frontend\VariableFrontend.php was
renamed. T... - 23:51 Revision 33b0d1b5: [BUGFIX] Rename hook in VariableFrontend.php
- Due to the namespace changes the hook in
typo3\sysext\core\Classes\Cache\Frontend\VariableFrontend.php was
renamed. T... - 23:50 Revision 4f9d9a86: [BUGFIX] Rename hook in VariableFrontend.php
- Due to the namespace changes the hook in
typo3\sysext\core\Classes\Cache\Frontend\VariableFrontend.php was
renamed. T... - 23:44 Revision 8375b5c4: [BUGFIX] Warning in Install Tool if APC is installed but not enabled
- Resolves: #53748
Releases: 6.2
Change-Id: I22a2b60871639075dc108946bbaeae3730fc7085
Reviewed-on: https://review.typo3... - 14:43 Revision ad98c0a2: [BUGFIX] additionalAttributes for be.buttons.icon-VH misses hsc
- The values of the additional attributes for the backend icon viewhelper
need to be processed through htmlspecialchars... - 14:42 Revision fbd9379a: [BUGFIX] additionalAttributes for be.buttons.icon-VH misses hsc
- The values of the additional attributes for the backend icon viewhelper
need to be processed through htmlspecialchars... - 14:42 Revision 7587e0e2: [BUGFIX] additionalAttributes for be.buttons.icon-VH misses hsc
- The values of the additional attributes for the backend icon viewhelper
need to be processed through htmlspecialchars... - 12:23 Revision fa87ad9d: [BUGFIX] Check for query failures in admin methods
- In the DatabaseConnection class the two methods admin_get_fields
and admin_get_keys throw a fatal error when a query ... - 11:01 Revision 7bca4344: [BUGFIX] Install System Extensions in update wizard fails
- In the update wizard it isn't possible to install any system extension
because the PackageManager isn't initialized. ... - 10:47 Revision aa3511d6: [BUGFIX] Improve output for "deprecated RTE properties" updater
- When running the update wizard for "Deprecated RTE properties in Page
TSconfig" the output contains html tags which a...
2013-11-17
- 11:31 Revision 3fe35942: [BUGFIX] Don't underline Web>Page content elements on hover
- Resolves: #53683
Releases: 6.2
Change-Id: I71af8c928e0a83698e887e9053d1c6de1e8d8ffb
Reviewed-on: https://review.typo3...
2013-11-16
- 18:38 Revision c98654b2: [TASK] Set X-UA compatibility version to IE=10
- This change allows IE users to work with multiple fileuploads.
Change-Id: I2734d147a0f85e8302fd3bf62fc9770045a2b33d
... - 18:16 Revision d1070836: [BUGFIX] No margin below context menus (in page tree)
- Resolves: #53684
Releases: 6.2
Change-Id: I3be203934a724822ea8990f7b3ca04135521982c
Reviewed-on: https://review.typo3... - 03:53 Revision 1b56b333: [TASK] New FAL Indexer Scheduler-Tasks
- This patch adds the indexing scheduler tasks
See: http://wiki.typo3.org/Blueprints/FAL-IndexerRework
Releases: 6.2
... - 03:34 Revision b9d45e30: [TASK] Use the new FAL Indexer
- This patch-set uses the new Indexer for FAL.
See: http://wiki.typo3.org/Blueprints/FAL-IndexerRework
Releases: 6.2
... - 03:30 Revision b09a278a: [FEATURE] New FAL Indexer and ExtractorRegistry
- A new Indexer for FAL according to the concept of the BluePrint, also
adding a new ExtractorRegistry where extensions... - 02:28 Revision f2c9e414: [BUGFIX] Renaming file does not update hash values
- When you rename a file the indentifier in the sys_file record
is updated but the indentifier_hash and folder_hash are...
2013-11-15
- 18:57 Revision d33b4eb5: Revert "[BUGFIX] EM: Fetch list as html, not as json"
- This reverts commit 8a80c2336eabed5c794b2401981b1d35608787e1
This change did not work at all, left unused
templates ... - 18:57 Revision 7223b785: Revert "[BUGFIX] EM: Fetch list as html, not as json"
- This reverts commit 8a80c2336eabed5c794b2401981b1d35608787e1
This change did not work at all, left unused
templates ... - 18:55 Revision df6206ae: Revert "[BUGFIX] EM: Fetch list as html, not as json"
- This reverts commit 8a80c2336eabed5c794b2401981b1d35608787e1
This change did not work at all, left unused
templates ... - 17:30 Revision 75c05112: [BUGFIX] Remove table prefix check in CONTENT
- Records of sys_category could not be rendered with
the content object CONTENT, because only tables
prefixed with page... - 17:05 Revision c048755e: [TASK] Remove hash_base from page cache data
- The hash_base (the array from which the cache hash is calculated) is
saved into the cache. But this information isn't... - 14:21 Revision 3d8a2195: [BUGFIX] Correct old naming "Text w/image" into "Text & Images"
- The content element was renamed long time ago, so the documentation
should be updated.
Resolves: #22914
Releases: 6.... - 11:51 Revision 26c9fa35: [BUGFIX] no hover effect for db_list
- If alternateBgColors in pageTSconfig is set
you have more contrast in db_list, but there
is no hover effect for the d... - 00:33 Revision 428baac9: [BUGFIX] Fix broken edit icons on cType HTML
- Fix the wrong Typoscript configuration for front-end edit icons
for cType HTML (for the traditional fe-editing).
Res...
2013-11-14
- 22:13 Revision ebe9efc5: [BUGFIX] foreign_match_fields not fully supported
- foreign_match_fields were not fully supported
Resolves: #47694
Relates: #45337
Releases: 6.2, 6.1
Change-Id: I212cbdb... - 22:03 Revision 62f7e877: [BUGFIX] FILES.folder does not work
- cObject IMAGE was executed with empty values
because given key contains filenames instead of
numbers
Resolves: #4572... - 22:03 Revision ecd873fb: [BUGFIX] FILES.folder does not work
- cObject IMAGE was executed with empty values
because given key contains filenames instead of
numbers
Resolves: #4572... - 22:02 Revision b37265b2: [BUGFIX] FILES.folder does not work
- cObject IMAGE was executed with empty values
because given key contains filenames instead of
numbers
Resolves: #4572... - 18:40 Revision 2fef8add: [BUGFIX] Move beuser property mappings to global scope
- Currently the persistence settings for all tx_beuser models are defined
in module.tx_beuser.persistence.classes.
If a... - 18:39 Revision c65640dd: [BUGFIX] Move beuser property mappings to global scope
- Currently the persistence settings for all tx_beuser models are defined
in module.tx_beuser.persistence.classes.
If a... - 18:34 Revision c9c75513: [BUGFIX] Fix broken edit icons on cType HTML
- Fix the wrong Typoscript configuration for front-end edit icons
for cType HTML (for the traditional fe-editing).
Res... - 18:34 Revision 35a95b03: [BUGFIX] Fix broken edit icons on cType HTML
- Fix the wrong Typoscript configuration for front-end edit icons
for cType HTML (for the traditional fe-editing).
Res... - 14:45 Revision e061ada2: [BUGFIX] Em: Get preconfigured distribution causes warning
- This patch adds an early return for empty file name which happens if an
extension isn't installed.
Resolves: #53641
... - 14:43 Revision f590baa4: [TASK] Render extension icons in EM directly
- To increase performance of building the extension list the icons are
rendered directly instead of using an image view... - 13:39 Revision de2a8f85: [BUGFIX] Install Tool: Show titles of failed image tests
- "Test image formats" tries to convert different media types
to JPG. If one of these conversions fails, you will get a...
2013-11-13
- 22:10 Revision be3712e8: [TASK] FormDataTraverser::getFieldValueRecursive() might return NULL
- FormDataTraverser::getFieldValueRecursive() might return NULL or
any other type as well, as it has been provided by t... - 21:28 Revision 8b8a5180: [BUGFIX] Fix broken edit icons on cType HTML
- Fix the wrong Typoscript configuration for front-end edit icons
for cType HTML (for the traditional fe-editing).
Res... - 20:28 Revision a5235367: [BUGFIX] Use default BE layout if current not available
- If a specific backend layout is selected in the page properties
and the backend layout is removed later on, the page ... - 18:42 Revision c372d650: [BUGFIX] Distinguish unassigend columns and colPos 0
- When using backend layout columns without a colPos value they should be
just placeholders with the label "not assigne... - 18:40 Revision fd66dfc7: [BUGFIX] Distinguish unassigend columns and colPos 0
- When using backend layout columns without a colPos value they should be
just placeholders with the label "not assigne... - 18:39 Revision 7042937d: [BUGFIX] Distinguish unassigend columns and colPos 0
- When using backend layout columns without a colPos value they should be
just placeholders with the label "not assigne... - 17:09 Revision 24298d06: [TASK][!!!] Extend FAL Api for more efficient usage
- This changeset extends the Driver-API to allow the ResourceStorage
to list Files in a Folder (recursively) without ge... - 11:44 Revision e6b77d8f: [BUGFIX] Native date and datetime values do not consider timezone
- The TCA configuration property "dbType" allows to store "date"
or "datetime" values directly in the database (instead... - 11:43 Revision 0641f4ff: [BUGFIX] Native date and datetime values do not consider timezone
- The TCA configuration property "dbType" allows to store "date"
or "datetime" values directly in the database (instead... - 11:25 Revision 74f47123: [BUGFIX] Native date and datetime values do not consider timezone
- The TCA configuration property "dbType" allows to store "date"
or "datetime" values directly in the database (instead... - 09:57 Revision 97e70219: [TASK] Remove useless comment in layout of viewpage
- Since rendering of the view icon has changed,
the comment above it is now useless.
Resolves: #53581
Releases: 6.2
Ch... - 00:16 Revision 90d5032b: [BUGFIX] Responsive Images - Remove whitespaces in tags
- Remove some unnecessary whitespaces in the html
tags that are genereted by the responsive image feature.
Resolves: #... - 00:13 Revision 9dab985c: [BUGFIX] RWD Images data Attribute is not wrapped with space
- added noTrimWrap to data.source
Resolves: #53003
Releases: 6.2
Change-Id: I2287c491ff9a04686bec934420819a970e9066d4
...
2013-11-12
- 23:41 Revision 0e4f15a0: [BUGFIX] Compressor resolves dots in filenames correctly
- Method getFilenameFromMainDir() tries to resolve a given file path
to a path relative to the document root and takes ... - 23:41 Revision 9aa1fa23: [BUGFIX] Compressor resolves dots in filenames correctly
- Method getFilenameFromMainDir() tries to resolve a given file path
to a path relative to the document root and takes ... - 23:40 Revision 6163c426: [BUGFIX] T3editor: Make errors/exceptions show correctly
- * Display T3editor.lang.errorWhileSaving in a flashmessage.
* Pass exception-messages through the AJAX-call and displ... - 23:40 Revision fa77640d: [BUGFIX] T3editor: Make errors/exceptions show correctly
- * Display T3editor.lang.errorWhileSaving in a flashmessage.
* Pass exception-messages through the AJAX-call and displ... - 23:39 Revision 4435311f: [BUGFIX] Fix menu popup for all IE versions
- The IE has problems with base URLs in JS on window.open()
function calls. This problem was already fixed for content
... - 23:39 Revision 259c64dc: [BUGFIX] Fix menu popup for all IE versions
- The IE has problems with base URLs in JS on window.open()
function calls. This problem was already fixed for content
... - 23:33 Revision 53a5a1af: [BUGFIX] dataTables: Avoid sending cookie-data too often
- All core-modules currently using jQuery-dataTables are
called through mod.php. So by adding that to the
cookie-path w... - 23:33 Revision ffd84807: [BUGFIX] dataTables: Avoid sending cookie-data too often
- All core-modules currently using jQuery-dataTables are
called through mod.php. So by adding that to the
cookie-path w... - 23:33 Revision 94c4d701: [BUGFIX] Wrong usage-text for cli_dispatch
- Correct usage text for cli_dispatch, use --refindex update
instead of -e
Resolves: #53399
Releases: 6.2, 6.1, 6.0
Ch... - 23:33 Revision c3b0ebc5: [BUGFIX] Wrong usage-text for cli_dispatch
- Correct usage text for cli_dispatch, use --refindex update
instead of -e
Resolves: #53399
Releases: 6.2, 6.1, 6.0
Ch... - 23:32 Revision 6270e42d: [BUGFIX] Wrong usage-text for cli_dispatch
- Correct usage text for cli_dispatch, use --refindex update
instead of -e
Resolves: #53399
Releases: 6.2, 6.1, 6.0
Ch... - 22:42 Revision 5a390285: [!!!][DB][BUGFIX] Update all storages in upgrade wizard
- With commit I805085948e01544efd692498f5e3537612c62050 a new hash was
introduced to sys_file table. The updater misses... - 22:33 Revision 78d818f8: [BUGFIX] dataTables: Avoid sending cookie-data too often
- All core-modules currently using jQuery-dataTables are
called through mod.php. So by adding that to the
cookie-path w... - 20:07 Revision ac6599fc: [TASK] Refactor PageRenderer tests
- The existing tests of ext:core/Page/PageRenderer are in fact
functional tests since most of them trigger lots of depe... - 18:38 Revision 59ed6f51: [BUGFIX] EM: Mask overlay stays active after error message
- If you try to install a new extension from TER which is incompatible
with the current TYPO3 version, an error is show... - 18:34 Revision e09416a3: [FEATURE] Make getPlaceholderValue recursive for __row
- If __row|uid_foreign|field is a reference its not evaluated
recursive the placeholder shows a uid. With this patch th... - 16:35 Revision 0796c6d4: [BUGFIX] sys_file.metadata does not use TCA type inline
- The field sys_file.metadata defines the TCA property
"foreign_field" that is only defined for the TCA type "inline".
... - 16:19 Revision 958847e5: [BUGFIX] File identifiers are case-insensitive
- With the default collations used by most databases, casing is ignored.
This leads to problems when searching for an e... - 16:16 Revision f1137735: [BUGFIX] Evaluator in JS fails with namespaces
- If you add an own evaluator, you have to insert the
class inclusive namespaces. JavaScript in TYPO3
backend fails to ... - 16:16 Revision dcdb7bb9: [BUGFIX] Evaluator in JS fails with namespaces
- If you add an own evaluator, you have to insert the
class inclusive namespaces. JavaScript in TYPO3
backend fails to ... - 16:12 Revision e35c0d3a: [BUGFIX] Evaluator in JS fails with namespaces
- If you add an own evaluator, you have to insert the
class inclusive namespaces. JavaScript in TYPO3
backend fails to ... - 15:36 Revision 661d566a: [BUGFIX] Blank page in Firefox view module
- When you click on the view icon of the view module,
a new page is opened to the website. In Firefox,
if you return to... - 15:23 Revision 9678fc67: [BUGFIX] Make be.buttons.icon-ViewHelper extensible
- Many of the standard-ViewHelpers (tag-based) at least support
additionalAttributes. Introduce this for be.buttons.ico... - 15:17 Revision cf509194: [BUGFIX] Make be.buttons.icon-ViewHelper extensible
- Many of the standard-ViewHelpers (tag-based) at least support
additionalAttributes. Introduce this for be.buttons.ico... - 15:17 Revision fb5bddc9: [BUGFIX] Make be.buttons.icon-ViewHelper extensible
- Many of the standard-ViewHelpers (tag-based) at least support
additionalAttributes. Introduce this for be.buttons.ico... - 14:45 Revision 28371898: [BUGFIX] EM: Missing message when installing incompatible extension
- If you try to install an extension which depends on a TYPO3 version
lower that the current one the extension isn't in... - 11:48 Revision 46caa26e: Revert "[BUGFIX] Correctly apply Extbase-validator-options / Add tests"
- This reverts commit 742a5dff0acc5c931793396421076ff2fc22edda
Change-Id: Ia68211d95f6181f54675614fc26d019118c3e176
Re...
Also available in: Atom