Activity
From 2012-12-09 to 2013-01-07
2013-01-07
- 21:50 Revision 22778725: [BUGFIX] Remove declare(encoding=)
- AbstractWidgetViewHelper can throw warnings about invalid
declare statements if zend.multibyte is off. Those lines
we... - 21:46 Revision f93969d3: [BUGFIX] Remove newline after ?> in AbstractController
- The last commit added a newline again. This patch
removes it again.
Releases: 6.1
Fixes: #44366
Change-Id: I4bd33dc7... - 09:34 Revision cc52d676: [BUGFIX] Avoid clearing the page cache too often
- Instead of clearing the page cache on every
create, update and delete action, implement
a page id stack which will be...
2013-01-06
- 22:45 Revision c3770582: [BUGFIX] selectViewHelper sorting should respect locales
- In current Fluid versions the sorting
(sortByOptionLabel="1" is used) of the selectViewHelper
does not respect locale... - 19:14 Revision 8f826f59: [BUGFIX] Fix shown references of files
- Currently the references of files are only fetched from
the sys_file_reference table. This does not take all direct
r... - 19:13 Revision 7ac01fe7: [BUGFIX] Fix shown references of files
- Currently the references of files are only fetched from
the sys_file_reference table. This does not take all direct
r... - 16:49 Revision 210f7f7f: [BUGFIX] DebuggerUtility does not rewind instances of Iterator
- Debugging a collection like ObjectStorage changes
the internal collection pointer which leads to the
collection being... - 16:49 Revision 71d962df: [BUGFIX] DebuggerUtility does not rewind instances of Iterator
- Debugging a collection like ObjectStorage changes
the internal collection pointer which leads to the
collection being... - 16:27 Revision 42ca35cd: [BUGFIX] Correct indention of class comment
- Fixes: #44343
Releases: 6.1
Change-Id: I4acc9b50d7534f16ba7dca8bbdb34de1db3beac0
Reviewed-on: https://review.typo3.or... - 11:41 Revision de3e8e64: [BUGFIX] selectViewHelper sorting should respect locales
- In current Fluid versions the sorting
(sortByOptionLabel="1" is used) of the selectViewHelper
does not respect locale... - 11:40 Revision 38c5ca28: [BUGFIX] selectViewHelper sorting should respect locales
- In current Fluid versions the sorting
(sortByOptionLabel="1" is used) of the selectViewHelper
does not respect locale... - 11:14 Revision 499db36b: [BUGFIX] selectViewHelper sorting should respect locales
- In current Fluid versions the sorting
(sortByOptionLabel="1" is used) of the selectViewHelper
does not respect locale... - 11:07 Revision 7c278357: [BUGFIX] Suppress debug output of debugger in unit tests
- Currently the debug output will be rendered which
leads to printed css if testing unit tests on the
command line.
Re... - 11:04 Revision ddaefb98: [BUGFIX] Fix failing tests in ActionControllerTest
- Introduction of signals into ActionController caused
some Unit Tests to fail. This patch injects the missing
SignalSl... - 10:49 Revision a9a96994: [BUGFIX] selectViewHelper sorting should respect locales
- In current Fluid versions the sorting
(sortByOptionLabel="1" is used) of the selectViewHelper
does not respect locale... - 10:28 Revision 049bf490: Revert "[FEATURE] Introduce beforeCallActionMethod signal"
- This reverts commit f0614b4c7f7dc566889ea3de7d400f81ebb82740
Change-Id: Ic8908fb9cd959639f4f41ce5c35330ecfd521b6b
Re...
2013-01-05
- 21:46 Revision 6966a064: [FEATURE] Introduce beforeCallActionMethod signal
- This patch introduces a signal for hooking in
right before calling the action method of the
controller. The slots are... - 21:08 Revision a234e89f: [BUGFIX] Prevent sql errors with missing ColumnMap
- If the TCA configuration for an object is missing
no ColumnMap can be generated which leads to sql
errors in method a... - 20:44 Revision 55fce0cb: [FEATURE] Introduce beforeCallActionMethod signal
- This patch introduces a signal for hooking in
right before calling the action method of the
controller. The slots are... - 20:40 Revision 7b1a1b05: [BUGFIX] Prevent sql errors with missing ColumnMap
- If the TCA configuration for an object is missing
no ColumnMap can be generated which leads to sql
errors in method a... - 20:25 Revision da29f0cf: [BUGFIX] Include file tables in access list
- The BackendUtility::getExcludeFields method does not respect the
"ignoreRootLevelRestriction" configuration for these... - 20:24 Revision fa2cb038: [BUGFIX] Include file tables in access list
- The BackendUtility::getExcludeFields method does not respect the
"ignoreRootLevelRestriction" configuration for these... - 20:21 Revision f065089e: [BUGFIX] DebuggerUtility does not rewind instances of Iterator
- Debugging a collection like ObjectStorage changes
the internal collection pointer which leads to the
collection being... - 17:30 Revision 6f9feafa: [BUGFIX] Make AlphanumericValidator work with umlauts
- Changes the regular expression used to validate the
string into a unicode-aware character-class and adds
a tests for ... - 15:27 Revision 051303f8: [BUGFIX] Make AlphanumericValidator work with umlauts
- Changes the regular expression used to validate the
string into a unicode-aware character-class and adds
a tests for ... - 15:03 Revision c94f2c8f: [BUGFIX] Use interface in PersistenceManager::injectQueryFactory
- Currently PersistenceManager::injectQueryFactory
expects a concrete implementation of QueryFactory
instead of an desc... - 14:36 Revision d040ebb3: [BUGFIX] Use interface in Mapper::injectQueryFactory
- Currently Mapper::injectQueryFactory expects a
concrete implementation of QueryFactory instead
of an descendant of Qu...
2013-01-04
- 13:18 Revision 7003f86c: [BUGFIX] Change localconf.php to LocalConfiguration.php
- Change localconf.php to LocalConfiguration.php in the text
How to configure TYPO3 from InstallTool
Resolves: #43425
... - 13:16 Revision 160712cd: [BUGFIX] Change localconf.php to LocalConfiguration.php
- Change localconf.php to LocalConfiguration.php in the text
How to configure TYPO3 from InstallTool
Resolves: #43425
... - 10:05 Revision 44f7fdd3: [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack()
- The remap stack in t3lib_TCEmain/DataHandler is dedicated to
process pending records and references after all databas... - 10:05 Revision 26fdc3f9: [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack()
- The remap stack in t3lib_TCEmain/DataHandler is dedicated to
process pending records and references after all databas... - 10:04 Revision 8c821aa9: [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack()
- The remap stack in t3lib_TCEmain/DataHandler is dedicated to
process pending records and references after all databas... - 10:04 Revision f515d667: [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack()
- The remap stack in t3lib_TCEmain/DataHandler is dedicated to
process pending records and references after all databas... - 10:04 Revision 3847227e: [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack()
- The remap stack in t3lib_TCEmain/DataHandler is dedicated to
process pending records and references after all databas... - 10:04 Revision 67688808: [TASK] Raise submodule pointer
- Change-Id: Ic9f4fbbdbb2c3c47655969500efa707a448cbde7
Reviewed-on: https://review.typo3.org/17361
Reviewed-by: TYPO3 R... - 10:03 Revision 7edf97ec: [TASK] Raise submodule pointer
- Change-Id: Ie0d25c2831a4743662fd0f244510c781c1bd8ec2
Reviewed-on: https://review.typo3.org/17360
Reviewed-by: TYPO3 R... - 10:01 Revision abd5389c: [TASK] Raise submodule pointer
- Change-Id: I35d3978e53039abc50087f277872bef0e9a6eb1a
Reviewed-on: https://review.typo3.org/17359
Reviewed-by: TYPO3 R... - 10:00 Revision 66484477: [TASK] Raise submodule pointer
- Change-Id: Ibc049697a6f6010b10c26f48ed9dcd3412777187
Reviewed-on: https://review.typo3.org/17357
Reviewed-by: TYPO3 R... - 09:59 Revision ea7de490: [TASK] Raise submodule pointer
- Change-Id: I39bd80acbe7519e191435699ac7d400c4eb0fe78
Reviewed-on: https://review.typo3.org/17355
Reviewed-by: TYPO3 R... - 09:34 Revision c912a496: [BUGFIX] Hidden state is not always visualized in module
- The hidden state of a record is not always visualized in the
workspace module. This is fixed by not looking whether '... - 09:34 Revision 1ea3a674: [BUGFIX] Hidden state is not always visualized in module
- The hidden state of a record is not always visualized in the
workspace module. This is fixed by not looking whether '... - 09:34 Revision 50f25b5a: [BUGFIX] Hidden state is not always visualized in module
- The hidden state of a record is not always visualized in the
workspace module. This is fixed by not looking whether '... - 09:34 Revision 0bc0ab85: [BUGFIX] Hidden state is not always visualized in module
- The hidden state of a record is not always visualized in the
workspace module. This is fixed by not looking whether '... - 09:34 Revision a2716f01: [BUGFIX] Hidden state is not always visualized in module
- The hidden state of a record is not always visualized in the
workspace module. This is fixed by not looking whether '... - 09:22 Revision 3189fc0a: [BUGFIX] History service does not show details anymore
- The history service in the workspace module does not contain
any details for modified records.
There are two things ... - 09:22 Revision db85e3b0: [BUGFIX] History service does not show details anymore
- The history service in the workspace module does not contain
any details for modified records.
There are two things ... - 09:20 Revision e105fc7a: [BUGFIX] Usage of caching framework broken
- After publishing contents using the workspace module, caches get
flushed. However, this uses a hard-coded string fron... - 09:16 Revision a9f014b0: [BUGFIX] Preview does not include L parameter on localization
- The workspace module offers a way to preview accordant records
in the frontend. However, the L parameters is missing ... - 09:12 Revision 334732e9: [BUGFIX] Preview does not include L parameter on localization
- The workspace module offers a way to preview accordant records
in the frontend. However, the L parameters is missing ... - 09:12 Revision d8abc9af: [BUGFIX] Preview does not include L parameter on localization
- The workspace module offers a way to preview accordant records
in the frontend. However, the L parameters is missing ... - 09:11 Revision a1187166: [BUGFIX] Preview does not include L parameter on localization
- The workspace module offers a way to preview accordant records
in the frontend. However, the L parameters is missing ... - 09:00 Revision 1f91a3d3: [BUGFIX] Preview does not include L parameter on localization
- The workspace module offers a way to preview accordant records
in the frontend. However, the L parameters is missing ...
2013-01-02
- 20:21 Revision 94fb5a78: [BUGFIX] Suggest wizard is behind form inputs
- Change-Id: I5a847fe0024161f40f541a7d1ebe120ec9a8e7a5
Fixes: #42092
Releases: 4.5, 4.6, 4.7, 6.0, 6.1
Reviewed-on: htt... - 20:21 Revision 84b978fb: [BUGFIX] Suggest wizard is behind form inputs
- Change-Id: I5a847fe0024161f40f541a7d1ebe120ec9a8e7a5
Fixes: #42092
Releases: 4.5, 4.6, 4.7, 6.0, 6.1
Reviewed-on: htt... - 20:21 Revision aa893a0e: [BUGFIX] Suggest wizard is behind form inputs
- Change-Id: I5a847fe0024161f40f541a7d1ebe120ec9a8e7a5
Fixes: #42092
Releases: 4.5, 4.6, 4.7, 6.0, 6.1
Reviewed-on: htt... - 20:20 Revision fc7d04aa: [BUGFIX] Suggest wizard is behind form inputs
- Change-Id: I5a847fe0024161f40f541a7d1ebe120ec9a8e7a5
Fixes: #42092
Releases: 4.5, 4.6, 4.7, 6.0, 6.1
Reviewed-on: htt... - 20:13 Revision d8d7a18d: [BUGFIX] Suggest wizard is behind form inputs
- Change-Id: I5a847fe0024161f40f541a7d1ebe120ec9a8e7a5
Fixes: #42092
Releases: 4.5, 4.6, 4.7, 6.0, 6.1
Reviewed-on: htt...
2013-01-01
- 12:32 Revision 04fca2a6: [BUGFIX] phpdoc: $urlParameters can be a string
- In functions like getTypoLink() $urlParameters can also
be a string. A string is expected to be URL-encoded already,
... - 12:31 Revision 1d523bd0: [BUGFIX] phpdoc: $urlParameters can be a string
- In functions like getTypoLink() $urlParameters can also
be a string. A string is expected to be URL-encoded already,
... - 12:30 Revision 728ad7c8: [BUGFIX] phpdoc: $urlParameters can be a string
- In functions like getTypoLink() $urlParameters can also
be a string. A string is expected to be URL-encoded already,
... - 12:29 Revision 86dd8599: [BUGFIX] phpdoc: $urlParameters can be a string
- In functions like getTypoLink() $urlParameters can also
be a string. A string is expected to be URL-encoded already,
... - 12:06 Revision 45ac541b: [BUGFIX] phpdoc: $urlParameters can be a string
- In functions like getTypoLink() $urlParameters can also
be a string. A string is expected to be URL-encoded already,
... - 00:20 Revision 31a768ef: [BUGFIX] Syslog error icons problem
- Add an array with the possible error messages and shows
the corresponding icon.
Fixes: #43796
Releases: 6.1, 6.0
Cha...
2012-12-31
- 17:50 Revision 312915e5: [BUGFIX] BE login shows unaesthetic scrollbars
- CSS adjustments for login screen in t3skin
Fixes: #43330
Releases: 6.1, 6.0
Change-Id: Ifeb141ff9963f54e35c26ca41bc...
2012-12-27
- 20:14 Revision a731d1bf: [BUGFIX] Fix erroneous replacement of language label
- The refactoring script replaced "tx_rtehtmlarea_acronym" with
"TYPO3\\CMS\\Rtehtmlarea\\Extension\\Acronym" which is ... - 20:12 Revision b05dcadc: [BUGFIX] Fix erroneous replacement of language label
- The refactoring script replaced "tx_rtehtmlarea_acronym" with
"TYPO3\\CMS\\Rtehtmlarea\\Extension\\Acronym" which is ...
2012-12-22
- 09:23 Revision 9ebde06a: [BUGFIX] Fix typos in stdWrap_crop description
- Fixes: #43919
Releases: 6.1, 6.0, 4.7, 4.6, 4.5
Change-Id: Ib4b447f825122ea069802a7c9139602362430bdc
Reviewed-on: ht...
2012-12-20
- 10:03 Revision da58b20c: [BUGFIX] FE session records are never removed
- The FE session records are never removed,
even if no session data are left.
Change-Id: Ic30acd00b9e5bfd09910d5e070b6... - 10:03 Revision d4d9e0d3: [BUGFIX] FE session records are never removed
- The FE session records are never removed,
even if no session data are left.
Change-Id: Ib7a660beba5b4ce04543868ca319... - 10:01 Revision 34af1041: [BUGFIX] FE session records are never removed
- The FE session records are never removed,
even if no session data are left.
Change-Id: I152f565fcee27de09532a11d0342... - 10:01 Revision 55bca032: [BUGFIX] FE session records are never removed
- The FE session records are never removed,
even if no session data are left.
Change-Id: I5fcb9c7024ca0934e43f77a1310d... - 09:59 Revision 3ed1ba5f: [BUGFIX] INTincScript_loadJSCode() causes PHP warnings
- This function uses implode() on several variables without properly
checking if they are actually arrays.
This might c... - 09:59 Revision 48d51a15: [BUGFIX] INTincScript_loadJSCode() causes PHP warnings
- This function uses implode() on several variables without properly
checking if they are actually arrays.
This might c... - 09:59 Revision 63c8b8dd: [BUGFIX] INTincScript_loadJSCode() causes PHP warnings
- This function uses implode() on several variables without properly
checking if they are actually arrays.
This might c... - 09:58 Revision f1214e9b: [BUGFIX] INTincScript_loadJSCode() causes PHP warnings
- This function uses implode() on several variables without properly
checking if they are actually arrays.
This might c... - 09:58 Revision 24560378: [BUGFIX] Fix broken logo file in Install Tool
- Replace the broken TYPO3 logo file with the correct logo.
Change-Id: If358ba08508b674f06743fcd668c3b87cc15928b
Fixes... - 09:58 Revision 22bddc39: [BUGFIX] Fix broken logo file in Install Tool
- Replace the broken TYPO3 logo file with the correct logo.
Change-Id: Id233c07e3e1536934e8b87d99815e50ffb4cfc23
Fixes... - 09:58 Revision 4658cd91: [BUGFIX] Fix broken logo file in Install Tool
- Replace the broken TYPO3 logo file with the correct logo.
Change-Id: I5cb245267032e9e3907e30b7f759d4f4dd1f0189
Fixes...
2012-12-18
- 22:48 Revision e8310e54: [TASK] CleanUp References to old ClassNames
- There are plenty references calls to old classnames
which need to be clean up.
Change-Id: I45065edccf30e548ee7ccbdad... - 22:27 Revision 991a38ff: [BUGFIX] Missing Task.php
- During Ibef1d71f1d3a6aa3683331464b33118b88b1ec01 the file
Classes/Task.php has been renamed to Classes/Task/AbstractT... - 22:25 Revision 04e09b9c: [BUGFIX] Missing Task.php
- During Ibef1d71f1d3a6aa3683331464b33118b88b1ec01 the file
Classes/Task.php has been renamed to Classes/Task/AbstractT... - 22:17 Revision edaef652: [TASK] Fix phpDoc of BackendUtility::displayWarningMessages
- phpDoc says "@return void" but the method returns the messages as
HTML string
Resolves: #44051
Releases: 6.1, 6.0
C... - 22:14 Revision ad50d086: [TASK] Fix phpDoc of BackendUtility::displayWarningMessages
- phpDoc says "@return void" but the method returns the messages as
HTML string
Resolves: #44051
Releases: 6.1, 6.0
C... - 11:55 Revision b0a64733: WIP: Doctrine DBAL integration
- Change-Id: Icb9e013c6255ecdc59e9dbc8e8913ebbc297fe33
2012-12-17
- 22:20 Revision ae6318c9: [BUGFIX] Update checksums after file processing
- When recreating an already processed file the LocalImageProcessor
updates the width, height and filesize of the new i... - 22:19 Revision 7d88ffce: [BUGFIX] Update checksums after file processing
- When recreating an already processed file the LocalImageProcessor
updates the width, height and filesize of the new i... - 15:19 Revision b7942cf8: [FEATURE] Enable INCLUDE_TYPOSCRIPT for be_layouts
- The backend layout config field contains a TypoScript like syntax
to define the columns and rows. After all TypoScrip... - 15:01 Revision b4d5351c: [BUGFIX] ExtJS connection timeout when mass publishing
- When doing a mass publish in large installations
it can happen that the ExtJS Ajax request runs into
the 30 Seconds t... - 09:38 Revision 9c74f131: [CLEANUP] Remove newlines after closing php tag
- During the last commits some newlines made it
into extbase again. This patch removes them all.
Releases: 6.1
Fixes: ...
2012-12-15
- 14:35 Revision bd489390: [BUGFIX] SQL error in getLinkCounts
- A comma too much at the list of page ids results in an SQL error.
Solution: Remove any trailing comma.
Fixes: #4332... - 14:34 Revision ca9b1af4: [BUGFIX] SQL error in getLinkCounts
- A comma too much at the list of page ids results in an SQL error.
Solution: Remove any trailing comma.
Fixes: #4332... - 14:32 Revision fc697fca: [BUGFIX] SQL error in getLinkCounts
- A comma too much at the list of page ids results in an SQL error.
Solution: Remove any trailing comma.
Fixes: #4332... - 14:13 Revision c43c42aa: [FEATURE] Allow different overriding of object mapping per plugin
- Currently the ObjectContainer has an array with a mapping of
class names to actual classes which allows the replaceme... - 12:25 Revision e27fab64: [TASK] Make current persistence replaceable
- Releases: 6.1
Fixes: #42506
Change-Id: I409dec8eec58f512c1f2ce4d090816eb595bbcc5
Reviewed-on: https://review.typo3.or...
2012-12-14
- 16:44 Revision 4973c42e: FAL support
- 16:43 Revision abe10493: [BUGFIX] Always allow access to processing folder
- Processed files are temporary files which can be recreated
without problems. So there is no need to check the permiss... - 16:41 Revision 57207d54: [BUGFIX] Always allow access to processing folder
- Processed files are temporary files which can be recreated
without problems. So there is no need to check the permiss...
2012-12-12
- 13:18 Revision 1f60eac4: [TASK] Add link to wiki into the ChangeLog
- This patch adds a link to the project wiki where the changes are
described and listed.
Fixes: #43910
Releases: 6.0
... - 11:53 Revision e0b8b19d: [BUGFIX] Element Browser rendering hook is wrong
- The hook to modify rendering of the Element Browser is wrong.
The look-up ${$TYPO3_CONF_VARS} needs to be $TYPO3_CONV... - 11:53 Revision 4145bf25: [BUGFIX] Element Browser rendering hook is wrong
- The hook to modify rendering of the Element Browser is wrong.
The look-up ${$TYPO3_CONF_VARS} needs to be $TYPO3_CONV... - 11:27 Revision 7b6a0a2f: [BUGFIX] Deprecated functions used in on fresh 6.0 final
- There are some deprecated function calls I have
changed to the new functions
Resolves: #43528
Releases: 6.0, 6.1
Cha... - 11:00 Revision 496cc5ea: [BUGFIX] Deprecated functions used in on fresh 6.0 final
- There are some deprecated function calls I have
changed to the new functions
Resolves: #43528
Releases: 6.0, 6.1
Cha...
2012-12-11
- 20:59 Revision 1a4479a6: Revert "[TASK] Adjust failing test"
- This reverts commit c3735abe56b70dba0f80489913a9bbf45055cda6
Change-Id: I6a1dd0a87ba26346097b657e147e274a2c4ac659
Re... - 20:05 Revision 1b6abcb9: [BUGFIX] Image viewhelper clears $GLOBALS['TSFE'] in backend context
- The image viewhelper replaces the $GLOBALS['TSFE'] array to
simulateFrontendEnvironment if it is called in backend co... - 20:05 Revision c4c01506: [BUGFIX] Image viewhelper clears $GLOBALS['TSFE'] in backend context
- The image viewhelper replaces the $GLOBALS['TSFE'] array to
simulateFrontendEnvironment if it is called in backend co... - 20:04 Revision 6ff6e839: [BUGFIX] Image viewhelper clears $GLOBALS['TSFE'] in backend context
- The image viewhelper replaces the $GLOBALS['TSFE'] array to
simulateFrontendEnvironment if it is called in backend co... - 20:04 Revision 22f5f8b5: [BUGFIX] Image viewhelper clears $GLOBALS['TSFE'] in backend
- context
The image viewhelper replaces the $GLOBALS['TSFE'] array to
simulateFrontendEnvironment if it is called in b... - 18:02 Revision 4cc99845: [TASK] Adjust failing test
- After introduction whitelisting feature a fluid test fails with a Fatal
Error due to changes in the parent class of A... - 16:47 Revision c5b4443e: [FEATURE] Flexible cHash Calculation
- Introduces new configuration options for $TYPO3_CONF_VARS['FE']
* cHashRequiredParameters
* cHashExcludedParameters
*... - 16:29 Revision f123e0eb: [CLEANUP] Remove all @author annotations
- Also adjusted some operators for jenkins
Releases: 6.1
Resolves: #43887
Change-Id: I5e6ba540d7d828bd24417356b8871829... - 15:52 Revision a7e02534: [BUGFIX] Incorrect RTE transform of external URL with @ character
- Problem: External url with @ character is transformed in mail href
on way to the RTE
Solution: Check for presence of ... - 15:43 Revision 7fbd84b2: [CLEANUP] Replace wrong/old file copyright comments
- All files should have the same file comment with the
same copyright notice in it. Also there must not be
an author an... - 14:49 Revision ff7e623e: [BUGFIX] Incorrect RTE transform of external URL with @ character
- Problem: External url with @ character is transformed in mail href
on way to the RTE
Solution: Check for presence of ...
2012-12-10
- 23:31 Revision ec03f107: [BUGFIX] Enable the RTE with WebKit version 534 on iOS and Android
- Since WebKit version 534, contenteditable is supported on iOS and
Android, e.g., iOS 5 and Android 3.
Change-Id: I97... - 23:26 Revision de4c85d0: [BUGFIX] Enable the RTE with WebKit version 534 on iOS and Android
- Since WebKit version 534, contenteditable is supported on iOS and
Android, e.g., iOS 5 and Android 3.
Change-Id: Ifd... - 23:15 Revision 24389051: [BUGFIX] Enable the RTE with WebKit version 534 on iOS and Android
- Since WebKit version 534, contenteditable is supported on iOS and
Android, e.g., iOS 5 and Android 3.
Change-Id: I5d... - 23:01 Revision e92f753c: [BUGFIX] Enable the RTE with WebKit version 534 on iOS and Android
- Since WebKit version 534, contenteditable is supported on iOS and
Android, e.g., iOS 5 and Android 3.
Change-Id: Icd... - 21:36 Revision 41679174: [BUGFIX] IE9 crashes after saving with RTE
- Problem: A cleaning operation is performed too early for IE9.
Change-Id: I888c5b8c29ef3d1bf2787fc598aafeef92c7d5f4
R... - 14:45 Revision 7614424b: [FEATURE] Recursive starting point/storage pid via TypoScript
- Change-Id: I47840230c1aa094c13bafb1b94c3f09ecadd6a33
Resolves: #6944
Releases: 6.0, 6.1
Reviewed-on: https://review.t... - 13:12 Revision ad8b08b8: [BUGFIX] Fix broken logo file in Install Tool
- Replace the broken TYPO3 logo file with the correct logo.
Fixes: #43426
Releases: 6.1, 6.0, 4.7, 4.6
Change-Id: I7e... - 12:53 Revision 6f505d48: [FEATURE] Add a TS option to disable body tag generation
- When using TemplaVoila for page generation, you sometimes need to be
able to set classes directly on the body tag.
U... - 12:28 Revision 10688b13: [BUGFIX] Remove HTML in RuntimeException from sysext 'install'
- It is not possible to use HTML code inside runtime exceptions. This code
will be htmlspecialchared and printed to the... - 12:27 Revision 0b2288de: [BUGFIX] Remove HTML in RuntimeException from sysext 'install'
- It is not possible to use HTML code inside runtime exceptions. This code
will be htmlspecialchared and printed to the... - 12:27 Revision bab481bb: [BUGFIX] Remove HTML in RuntimeException from sysext 'install'
- It is not possible to use HTML code inside runtime exceptions. This code
will be htmlspecialchared and printed to the... - 12:27 Revision daba5e29: [BUGFIX] Remove HTML in RuntimeException from sysext 'install'
- It is not possible to use HTML code inside runtime exceptions. This code
will be htmlspecialchared and printed to the...
2012-12-09
- 00:24 Revision 886fa08f: [FEATURE] Flexible cHash Calculation
- Introduces new configuration options for $TYPO3_CONF_VARS['FE']
* cHashRequiredParameters
* cHashExcludedParameters
*...
Also available in: Atom