Project

General

Profile

Activity

From 2012-12-07 to 2013-01-05

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...
Alexander Schnitzler
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...
Alexander Schnitzler
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...
Alexander Schnitzler
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...
Alexander Schnitzler
20:25 Revision da29f0cf: [BUGFIX] Include file tables in access list
The BackendUtility::getExcludeFields method does not respect the
"ignoreRootLevelRestriction" configuration for these...
Helmut Hummel
20:24 Revision fa2cb038: [BUGFIX] Include file tables in access list
The BackendUtility::getExcludeFields method does not respect the
"ignoreRootLevelRestriction" configuration for these...
Helmut Hummel
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...
Alexander Schnitzler
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 ...
Alexander Schnitzler
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 ...
Alexander Schnitzler
15:03 Revision c94f2c8f: [BUGFIX] Use interface in PersistenceManager::injectQueryFactory
Currently PersistenceManager::injectQueryFactory
expects a concrete implementation of QueryFactory
instead of an desc...
Alexander Schnitzler
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...
Alexander Schnitzler

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
...
Adrian Giurgiu
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
...
Adrian Giurgiu
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...
Oliver Hader
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...
Oliver Hader
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...
Oliver Hader
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...
Oliver Hader
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...
Oliver Hader
10:04 Revision 67688808: [TASK] Raise submodule pointer
Change-Id: Ic9f4fbbdbb2c3c47655969500efa707a448cbde7
Reviewed-on: https://review.typo3.org/17361
Reviewed-by: TYPO3 R...
TYPO3 Release Team
10:03 Revision 7edf97ec: [TASK] Raise submodule pointer
Change-Id: Ie0d25c2831a4743662fd0f244510c781c1bd8ec2
Reviewed-on: https://review.typo3.org/17360
Reviewed-by: TYPO3 R...
TYPO3 Release Team
10:01 Revision abd5389c: [TASK] Raise submodule pointer
Change-Id: I35d3978e53039abc50087f277872bef0e9a6eb1a
Reviewed-on: https://review.typo3.org/17359
Reviewed-by: TYPO3 R...
TYPO3 Release Team
10:00 Revision 66484477: [TASK] Raise submodule pointer
Change-Id: Ibc049697a6f6010b10c26f48ed9dcd3412777187
Reviewed-on: https://review.typo3.org/17357
Reviewed-by: TYPO3 R...
TYPO3 Release Team
09:59 Revision ea7de490: [TASK] Raise submodule pointer
Change-Id: I39bd80acbe7519e191435699ac7d400c4eb0fe78
Reviewed-on: https://review.typo3.org/17355
Reviewed-by: TYPO3 R...
TYPO3 Release Team
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 '...
Oliver Hader
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 '...
Oliver Hader
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 '...
Oliver Hader
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 '...
Oliver Hader
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 '...
Oliver Hader
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 ...
Oliver Hader
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 ...
Oliver Hader
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...
Andreas Kießling
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 ...
Oliver Hader
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 ...
Oliver Hader
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 ...
Oliver Hader
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 ...
Oliver Hader
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 ...
Oliver Hader

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...
Xavier Perseguers
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...
Xavier Perseguers
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...
Xavier Perseguers
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...
Xavier Perseguers
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...
Xavier Perseguers

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,
...
Stefan Neufeind
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,
...
Stefan Neufeind
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,
...
Stefan Neufeind
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,
...
Stefan Neufeind
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,
...
Stefan Neufeind
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...
Tomita Militaru

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...
Torben Hansen

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 ...
Helmut Hummel
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 ...
Helmut Hummel

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...
Markus Klein

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...
Steffen Müller
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...
Steffen Müller
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...
Steffen Müller
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...
Steffen Müller
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...
Markus Klein
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...
Markus Klein
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...
Markus Klein
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...
Markus Klein
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...
Tomita Militaru
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...
Tomita Militaru
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...
Tomita Militaru

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...
Steffen Ritter
22:27 Revision 991a38ff: [BUGFIX] Missing Task.php
During Ibef1d71f1d3a6aa3683331464b33118b88b1ec01 the file
Classes/Task.php has been renamed to Classes/Task/AbstractT...
Philipp Gampe
22:25 Revision 04e09b9c: [BUGFIX] Missing Task.php
During Ibef1d71f1d3a6aa3683331464b33118b88b1ec01 the file
Classes/Task.php has been renamed to Classes/Task/AbstractT...
Philipp Gampe
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...
Sebastian Michaelsen
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...
Sebastian Michaelsen
11:55 Revision b0a64733: WIP: Doctrine DBAL integration
Change-Id: Icb9e013c6255ecdc59e9dbc8e8913ebbc297fe33 Thomas Maroschik

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...
Helmut Hummel
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...
Helmut Hummel
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...
Anja Leichsenring
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...
Helmut Hummel
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: ...
Alexander Schnitzler

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...
Philipp Gampe
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...
Philipp Gampe
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...
Philipp Gampe
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...
Alexander Schnitzler
12:25 Revision e27fab64: [TASK] Make current persistence replaceable
Releases: 6.1
Fixes: #42506
Change-Id: I409dec8eec58f512c1f2ce4d090816eb595bbcc5
Reviewed-on: https://review.typo3.or...
Alexander Schnitzler

2012-12-14

16:44 Revision 4973c42e: FAL support
Helmut Hummel
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...
Helmut Hummel
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...
Helmut Hummel

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
...
Ingo Pfennigstorf
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...
Oliver Hader
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...
Oliver Hader
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...
Stefan Froemken
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...
Stefan Froemken

2012-12-11

20:59 Revision 1a4479a6: Revert "[TASK] Adjust failing test"
This reverts commit c3735abe56b70dba0f80489913a9bbf45055cda6
Change-Id: I6a1dd0a87ba26346097b657e147e274a2c4ac659
Re...
Anja Leichsenring
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...
Stefan Froemken
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...
Stefan Froemken
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...
Stefan Froemken
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...
Stefan Froemken
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...
Anja Leichsenring
16:47 Revision c5b4443e: [FEATURE] Flexible cHash Calculation
Introduces new configuration options for $TYPO3_CONF_VARS['FE']
* cHashRequiredParameters
* cHashExcludedParameters
*...
Daniel Poetzinger
16:29 Revision f123e0eb: [CLEANUP] Remove all @author annotations
Also adjusted some operators for jenkins
Releases: 6.1
Resolves: #43887
Change-Id: I5e6ba540d7d828bd24417356b8871829...
Alexander Schnitzler
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 ...
Stanislas Rolland
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...
Alexander Schnitzler
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 ...
Stanislas Rolland

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...
Stanislas Rolland
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...
Stanislas Rolland
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...
Stanislas Rolland
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...
Stanislas Rolland
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...
Stanislas Rolland
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...
Stefan Neufeind
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...
Tomita Militaru
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...
Michael Kunze
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...
Philipp Gampe
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...
Philipp Gampe
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...
Philipp Gampe
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...
Philipp Gampe

2012-12-09

00:24 Revision 886fa08f: [FEATURE] Flexible cHash Calculation
Introduces new configuration options for $TYPO3_CONF_VARS['FE']
* cHashRequiredParameters
* cHashExcludedParameters
*...
Daniel Poetzinger

2012-12-08

17:26 Revision 577aef17: [BUGFIX] IE9 crashes after saving with RTE
Problem: A cleaning operation is performed too early for IE9.
Change-Id: I888c5b8c29ef3d1bf2787fc598aafeef92c7d5f4
R...
Stanislas Rolland
17:11 Revision 883779e9: [BUGFIX] IE9 crashes after saving with RTE
Problem: A cleaning operation is performed too early for IE9.
Change-Id: I888c5b8c29ef3d1bf2787fc598aafeef92c7d5f4
R...
Stanislas Rolland

2012-12-07

10:36 Revision b72dd0e1: [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...
Philipp Gampe
09:34 Revision 6062769a: [TASK] Provide a reason if set_no_cache() is called
Since #20849, we can specify a reason why we call
GLOBALS['TSFE']->set_no_cache().
Provide a reason for all calls do...
Philipp Gampe
09:26 Revision 7373c6c0: [TASK] CleanUp References to old ClassNames
There are plenty references calls to old classnames
which need to be clean up.
Change-Id: I45065edccf30e548ee7ccbdad...
Steffen Ritter
07:49 Revision db79f0f0: [BUGFIX] Catch all errors in EM ViewHelper
Catching all errors which can happen during image generation
to avoid a non caught exception for users.
Problem is e...
Georg Ringer
07:45 Revision 03f40e4d: [BUGFIX] Catch all errors in EM ViewHelper
Catching all errors which can happen during image generation
to avoid a non caught exception for users.
Problem is e...
Georg Ringer
 

Also available in: Atom