Activity
From 2012-12-01 to 2012-12-30
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
*...
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... - 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...
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... - 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... - 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... - 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... - 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...
2012-12-06
- 15:25 Revision 082fd0ce: [BUGFIX] Compatibility fix for get_html_translation_table()
- t3lib_cs::entities_to_utf8() triggers a PHP warning on versions
lower than 5.3.4 because too many parameters were giv... - 11:07 Revision 6ebb2793: [BUGFIX] INTincScript_loadJSCode() causes PHP warnings
- This function uses implode() on several variables without properly
checking if they are actually arrays.
This might c...
2012-12-04
- 17:13 Revision 6f7599c1: [BUGFIX] MM_match_fields is ignored when persisting MM relations
- With this patch MM_match_fields will be stored into MM table when
persisting MM relations between Extbase objects.
C... - 17:09 Revision 86ac5224: [BUGFIX] MM_match_fields is ignored when persisting MM relations
- With this patch MM_match_fields will be stored into MM table when
persisting MM relations between Extbase objects.
C... - 14:42 Revision b4a4cdd0: [BUGFIX] FE session records are never removed
- The FE session records are never removed,
even if no session data are left.
Change-Id: Ibc281b2831567476dc0ba607de07... - 12:38 Revision 5aff2a57: [BUGFIX] Compatibility fix for get_html_translation_table()
- t3lib_cs::entities_to_utf8() triggers a PHP warning on versions
lower than 5.3.4 because too many parameters were giv... - 12:11 Revision ccb1d711: [FEATURE] stdWrap for string-padding (like PHP-function str_pad)
- Name is .strPad to follow usual TypoScript-syntax.
Parameters:
* left (number)
* padWith (string; default: space)
* t...
2012-12-02
- 14:49 Revision 661d3bcc: [BUGFIX] Fix PHPUnit tests for extbase 1.3
- Some tests were broken due to outdated functionalities.
Change-Id: Ia558ea60f282df5fa4e6c725a5f397a98b5039b8
Fixes: ... - 14:40 Revision 3759059d: [FEATURE] Expand db function searchQuery to handle AND and OR constraints
- The database function searchQuery can build queries for multiple search
words. But those words are expected to be all... - 12:04 Revision 3aa73234: [BUGFIX] Errorpage background color (t3skin)
- The login screen gradient and background color was changed.
This background image is shared with the error pages.
Now... - 12:02 Revision 59dc8fbf: [BUGFIX] Errorpage background color (t3skin)
- The login screen gradient and background color was changed.
This background image is shared with the error pages.
Now... - 11:32 Revision fe2efc6d: [BUGFIX] Wrong category assignment in sys_note
- Wrong category assignment in sys_note. For example select the
"to-do" category and save the note. After saving the ca... - 11:22 Revision 94810369: [BUGFIX] Misspelled functionname in GeneralUtility
- static protected function geImplementationForClass()
Change-Id: Ia6334e533794bbb26c85bce8fb810f03f0d722b4
Fixes: #43... - 11:18 Revision a80455cc: [BUGFIX] Misspelled functionname in GeneralUtility
- static protected function geImplementationForClass()
Change-Id: Ia6334e533794bbb26c85bce8fb810f03f0d722b4
Fixes: #43... - 10:49 Revision 97abd0fa: [BUGFIX] Wrong category assignment in sys_note
- Wrong category assignment in sys_note. For example select the
"to-do" category and save the note. After saving the ca... - 10:48 Revision d0867f6f: [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...
2012-12-01
- 22:08 Revision dbeaa4d6: [TASK] Rename bg-image (login/error) to avoid browser caching issues
- Once you upgrade to TYPO3 6.0 your browser might still use the old cached
gray gradient background "images/login/back... - 22:05 Revision d06f0c9d: [TASK] Rename bg-image (login/error) to avoid browser caching issues
- Once you upgrade to TYPO3 6.0 your browser might still use the old cached
gray gradient background "images/login/back... - 21:54 Revision 5aaea94b: [BUGFIX] Prevent type hinting for user functions in EM configuration
- As user functions have their own output the type adding should be
prevented.
Change-Id: Iee9bec99f746dddeb56c3de8be0... - 21:51 Revision 0d74a6a5: [BUGFIX] Prevent type hinting for user functions in EM configuration
- As user functions have their own output the type adding should be
prevented.
Change-Id: Iee9bec99f746dddeb56c3de8be0... - 16:12 Revision 4c8eb915: [BUGFIX] Fix wrong column title in web>list for field colpos
- When activating the field colPos for tt_content elements and using
a backend_layout the wrong column titles are shown... - 16:12 Revision 1f5fe25e: [BUGFIX] Fix wrong column title in web>list for field colpos
- When activating the field colPos for tt_content elements and using
a backend_layout the wrong column titles are shown... - 16:12 Revision 236e831f: [BUGFIX] Fix wrong column title in web>list for field colpos
- When activating the field colPos for tt_content elements and using
a backend_layout the wrong column titles are shown... - 15:58 Revision 87183585: [BUGFIX] Content of Tab is not scrollable.
- Replacing the css selector #ext-gen19 with a more specific one
allows the overflow-rule to work.
Fixes: #13368
Relea... - 15:55 Revision 603cda30: [BUGFIX] Content of Tab is not scrollable.
- Replacing the css selector #ext-gen19 with a more specific one
allows the overflow-rule to work.
Fixes: #13368
Relea... - 15:45 Revision a0032a74: [BUGFIX] Fix wrong column title in web>list for field colpos
- When activating the field colPos for tt_content elements and using
a backend_layout the wrong column titles are shown... - 15:39 Revision 8e50e50b: [BUGFIX] Fix wrong column title in web>list for field colpos
- When activating the field colPos for tt_content elements and using
a backend_layout the wrong column titles are shown... - 15:29 Revision 65103c4b: [BUGFIX] Content of Tab is not scrollable.
- Replacing the css selector #ext-gen19 with a more specific one
allows the overflow-rule to work.
Fixes: #13368
Relea... - 13:01 Revision 339f7396: [BUGFIX] SqlParser: trim all kinds of whitespaces
- SqlParser only trimmed semicolon and newlines
from end of string. Make it strip all characters
usually stripped by tr... - 13:01 Revision f808df4f: [BUGFIX] SqlParser: trim all kinds of whitespaces
- SqlParser only trimmed semicolon and newlines
from end of string. Make it strip all characters
usually stripped by tr... - 13:00 Revision 5b031724: [BUGFIX] SqlParser: trim all kinds of whitespaces
- SqlParser only trimmed semicolon and newlines
from end of string. Make it strip all characters
usually stripped by tr... - 13:00 Revision 4e7124f3: [BUGFIX] SqlParser: trim all kinds of whitespaces
- SqlParser only trimmed semicolon and newlines
from end of string. Make it strip all characters
usually stripped by tr... - 12:48 Revision c7e16c67: [BUGFIX] SqlParser: trim all kinds of whitespaces
- SqlParser only trimmed semicolon and newlines
from end of string. Make it strip all characters
usually stripped by tr...
Also available in: Atom