Activity
From 2016-09-06 to 2016-10-05
2016-10-05
- 16:41 Revision 215abe05: [BUGFIX] Deprecate support mysqli_result in PageLayoutView::getResult
- Due to change https://review.typo3.org/48240/ the method only supports
Doctrine Statement objects. An extension which...
2016-10-04
- 21:52 Revision 6f9c3bd7: [TASK] Streamline ConnectionPool invocation in Testbase
- Resolves: #78137
Releases: master
Change-Id: I35858000977797bfee28eaf157c6c3fe27da58b4
Reviewed-on: https://review.ty...
2016-09-30
- 14:12 Revision 8e6612a7: [TASK] Update phpunit to version 5.5
- As a dependency, codeception is upgraded to version 2.2.5, too.
Change-Id: Ib3cfe1d3fcaf40a53497f78998dea4d7804f240b... - 11:55 Revision 0aa80a65: [BUGFIX] Incorrect cHash generation may cause 404 on any page
- If an empty parameter appears in the query string passed to
CacheHashCalculator::getRelevantParameters(), the code wi... - 09:39 Revision 42119d57: [TASK] Fixed typo in extensions install and lowlevel
- Toogle should be Toggle
Resolves: #78118
Releases: master,7.6
Change-Id: Ib72e70aa20fa6f4fdf91a825b31f88938d0897bd
R... - 09:38 Revision 398f4740: [TASK] Fixed typo in extensions install and lowlevel
- Toogle should be Toggle
Resolves: #78118
Releases: master,7.6
Change-Id: Ib72e70aa20fa6f4fdf91a825b31f88938d0897bd
R... - 09:37 Revision 3896be70: [BUGFIX] Incorrect cHash generation may cause 404 on any page
- If an empty parameter appears in the query string passed to
CacheHashCalculator::getRelevantParameters(), the code wi... - 09:22 Revision 88c72312: [BUGFIX] Incorrect cHash generation may cause 404 on any page
- If an empty parameter appears in the query string passed to
CacheHashCalculator::getRelevantParameters(), the code wi...
2016-09-29
- 20:33 Revision 63be4041: [BUGFIX] Trim function name passed to GeneralUtility::callUserFunc()
- The parameter `$funcName` could contain whitespaces, e.g. because of a
formatted FlexForm file. The parameter is now ... - 20:33 Revision f8b99f08: [BUGFIX] Trim function name passed to GeneralUtility::callUserFunc()
- The parameter `$funcName` could contain whitespaces, e.g. because of a
formatted FlexForm file. The parameter is now ...
2016-09-28
- 18:44 Revision 19904b1c: [TASK] Use strict comparissons in NewRecordController
- Resolves: #78099
Releases: master
Change-Id: Ia3ddd9dd6ce1563ddaae8735ef980a7ca49d5abc
Reviewed-on: https://review.ty... - 18:35 Revision f4998ec1: [TASK] Fixed typo in DatabaseSystemLanguageRowsTest class
- Resolves: #78093
Releases: master
Change-Id: Ib4a3d9d06e1a8dec91524d69033c587ef1ad2efc
Reviewed-on: https://review.t... - 14:46 Revision 7d0b3eba: [BUGFIX] Fix evaluation of rootLevel configuration in NewRecordController
- If the rootLevel is set to true, it should behave like 1 and the record
is only available at the root page.
Resolves... - 14:46 Revision 22613876: [BUGFIX] Fix evaluation of rootLevel configuration in NewRecordController
- If the rootLevel is set to true, it should behave like 1 and the record
is only available at the root page.
Resolves... - 14:46 Revision 8f402106: [BUGFIX] Always throw exception if ext_emconf.php is missing
- The ext_emconf.php is still required for TYPO3 extensions.
However a piece of PackageManager code was still graceful
... - 14:40 Revision 59a8dee7: [BUGFIX] BackendUserAuthentication checks wrong BE user permission
- In BackendUserAuthentication::getDefaultUploadFolder, the addFolder
permission flag is checked instead of the writeFo... - 14:36 Revision 7be5ced3: [BUGFIX] BackendUserAuthentication checks wrong BE user permission
- In BackendUserAuthentication::getDefaultUploadFolder, the addFolder
permission flag is checked instead of the writeFo... - 13:46 Revision 617e6c43: [FEATURE] Make it configurable to remove the allowed tables in group element
- By adding allowedTables to the TCA configuration option 'disable_controls'
the allowed tables can be hidden.
Resolve... - 13:20 Revision 58cc21e6: [CLEANUP] Polish Enumeration exceptions
- Always quote all incoming values and make exceptions more readable.
Resolves: #78083
Releases: master, 7.6
Change-Id... - 13:10 Revision 1f61ffe3: [CLEANUP] Polish Enumeration exceptions
- Always quote all incoming values and make exceptions more readable.
Resolves: #78083
Releases: master, 7.6
Change-Id... - 12:57 Revision 2771a2c6: [BUGFIX] Always throw exception if ext_emconf.php is missing
- The ext_emconf.php is still required for TYPO3 extensions.
However a piece of PackageManager code was still graceful
... - 11:15 Revision 8db4e4ef: [TASK] Add suggest wizard to field file_collections of tt_content
- To improve the usability, the suggest wizard is added to the field
file_collections of tt_content.
Resolves: #78084
... - 11:15 Revision 9f602b04: [TASK] Add suggest wizard to field file_collections of tt_content
- To improve the usability, the suggest wizard is added to the field
file_collections of tt_content.
Resolves: #78084
... - 10:36 Revision 557e72b9: [BUGFIX] TCA slider wizard w. default value in flexform field
- Inserts default value from flexform field in form data
Resolves: #64331
Releases: master, 7.6
Change-Id: Icc89fb419a... - 10:33 Revision e80121b0: [BUGFIX] TCA slider wizard w. default value in flexform field
- Inserts default value from flexform field in form data
Resolves: #64331
Releases: master, 7.6
Change-Id: Icc89fb419a... - 10:15 Revision aae6fbb2: [TASK] Unify record rendering of sys_collection & sys_file_collection
- Use the access tab for the following records:
- Record collection (sys_collection)
- File collection (sys_file_collec... - 10:09 Revision 176f9b96: [TASK] Streamline DBAL connection invocation in RelationHandler
- Streamline DBAL connection invocation in RelationHandler by using
a dedicated method. This way it's easier to test an... - 09:34 Revision 6083f55f: [TASK] Scheduler: Move server time info to a partial
- Additionally the appearance is improved by using an infobox
and the infobox is added to the check view as well.
Chan... - 08:58 Revision 6fcb5d70: [BUGFIX] Remove superfluous call of ExtendedFileUtility::init()
- This patch is a follow up to https://review.typo3.org/45695 which
removed the BasicFileUtility::init but didn't remov...
2016-09-26
- 20:06 Revision 2db44c6d: [TASK] Move field configuration of tx_impexp_origuid
- Move the configuration to EXT:impexp.
Resolves: #77941
Releases: master
Change-Id: I1e87ba5eb1f9abf52abcd7f2e345ced9...
2016-09-25
- 23:56 Revision 54b4dd51: [BUGFIX] Remove field restriction in PageLinkHandler
- The full row must be provided as it is used later on in the
BackendUtility::getRecordTitle(). Removing fields leads t... - 23:50 Revision 145d2d11: [BUGFIX] Remove field restriction in PageLinkHandler
- The full row must be provided as it is used later on in the
BackendUtility::getRecordTitle(). Removing fields leads t...
2016-09-23
- 19:00 Revision 49edf07d: [BUGFIX] Fix missing path information in CoreUpdaterService
- By removing the objectManager calls from the Install Tool we missed
a call to initializeObject. This leads to missing... - 10:43 Revision 5b6f9fce: [BUGFIX] Correct show configuration in newContentElement wizard
- All elements should be shown if the asterisk is part of the show
configuration. Due to different configuration possib...
2016-09-22
- 22:22 Revision c60716b2: [TASK] Always use HTTPS for youtube and vimeo
- As youtube and vimeo run absolutly fine on HTTPS, there is no reason
to use plain HTTP.
Resolves: #77998
Releases: m... - 22:12 Revision 852a4caf: [TASK] Always use HTTPS for youtube and vimeo
- As youtube and vimeo run absolutly fine on HTTPS, there is no reason
to use plain HTTP.
Resolves: #77998
Releases: m... - 12:57 Revision dbccc52f: [BUGFIX] Display correct text for invalid links on password reset
- Change-Id: I656fa9370cfb35eb4608d7547358a3da8654e928
Resolves: #78039
Releases: master,7.6
Reviewed-on: https://revie... - 12:55 Revision 5c9b2842: [BUGFIX] Display correct text for invalid links on password reset
- Change-Id: I656fa9370cfb35eb4608d7547358a3da8654e928
Resolves: #78039
Releases: master,7.6
Reviewed-on: https://revie...
2016-09-21
- 22:12 Revision a986ca8f: [BUGFIX] Fix invalid explode in RTE language fetching
- Resolves: #78030
Releases: master
Change-Id: I86dafc95375c3320d70e08fb32de2860d089b828
Reviewed-on: https://review.ty... - 13:16 Revision 94d740c2: [BUGFIX] Ensure proper conflictMode on t3d upload
- The overwriteExistingFiles argument in ImportExportController can't be
cast to \TYPO3\CMS\Core\Resource\DuplicationBe... - 10:47 Revision ee356e76: [BUGFIX] Avoid duplicated classes in typolink VH
- To avoid duplicated classes in the TypolinkViewHelper,
array_unique is used.
Resolves: #77943
Releases: master, 7.6
... - 10:40 Revision 21bf5f12: [BUGFIX] Avoid duplicated classes in typolink VH
- To avoid duplicated classes in the TypolinkViewHelper,
array_unique is used.
Resolves: #77943
Releases: master, 7.6
... - 10:19 Revision fb0c0567: [BUGFIX] Support target in ctype uploads and fluid_styled_content
- The target configuration of the filelink plugin must be considered
if using fluid_styled_content.
Resolves: #77896
R... - 10:14 Revision c86297fb: [BUGFIX] Support target in ctype uploads and fluid_styled_content
- The target configuration of the filelink plugin must be considered
if using fluid_styled_content.
Resolves: #77896
R...
2016-09-20
- 15:22 Revision d1a6760d: [BUGFIX] Use correct dependency in EXT:compatibility7
- To avoid occasional errors in the Extension Manager
the version must be added as well.
Resolves: #78008
Releases: ma... - 14:53 Revision 27eb9924: [TASK] Remove usages of getTemplateVariableContainer
- The method is deprecated, replaced by getVariableProvider.
This change replaces remaining old usages with
the new, co... - 14:10 Revision f3489c4e: [TASK] Add key to uid_local of sys_file_reference
- To improve the performance, an additional key
is added to the table 'sys_file_reference'.
Resolves: #76940
Releases:... - 14:10 Revision 29b05517: [TASK] Add key to uid_local of sys_file_reference
- To improve the performance, an additional key
is added to the table 'sys_file_reference'.
Resolves: #76940
Releases:... - 08:29 Revision 157e1f26: [BUGFIX] Do not turn storages automatically offline
- Storages should not be taken offline automatically.
Currently the storage turns offline if a configuration error is
d...
2016-09-19
- 22:00 Revision 462a25e2: [BUGFIX] Color picker: Do not bind to document
- The event listening of the color picker was changed to
`[document, top.document]` with ticket #77317, but the inner e... - 11:57 Revision 7b5951f9: [BUGFIX] PSR-7 properties must be initialized as array
- All the PSR-7 ServerRequest properties must be initialized as arrays, as
they can be accessed through getters without... - 11:57 Revision 792d5ad4: [BUGFIX] PSR-7 properties must be initialized as array
- All the PSR-7 ServerRequest properties must be initialized as arrays, as
they can be accessed through getters without... - 10:38 Revision 1d24d476: [TASK] Show TYPO3 version in system information toolbar item
- This patch adds the information about the current TYPO3 version to the
system information toolbar item.
Releases: ma... - 10:34 Revision b1598c39: [TASK] Fluidification of CreatePages Wizard
- Resolves: #77948
Releases: master
Change-Id: I5c7da79ca9ade71cc0e76393d71ef0e4cdaf338e
Reviewed-on: https://review.ty... - 09:58 Revision ba1f03e9: [TASK] Wizard sort_pages: Move non translated text to language file
- Resolves: #77947
Releases: master
Change-Id: I9851e2cd9dc3bf0e70fa5031a727840bcb833762
Reviewed-on: https://review.ty...
2016-09-17
- 20:17 Revision eadb165d: [BUGFIX] Re-Establish correct Fluid path ordering
- Instead of sorting path arrays in various places,
put the sorting of Fluid paths into the TemplatePath
object.
This ...
2016-09-16
- 22:34 Revision 133620ef: [BUGFIX] Allow overriding default Fluid templateRootPaths
- Prefer the overriden paths when merging template/partial/layout root
paths so that it's possible to set a new default... - 17:36 Revision d08186f4: [TASK] Add Forger RST utility link to Changelog HowTo
- Resolves: #77891
Releases: master, 7.6
Change-Id: Ic25fab8eb67c64e16396456ef2e31fb3176133bf
Reviewed-on: https://revi... - 16:00 Revision de6c78dd: [BUGFIX] Remove unnecessary fields from history
- Since #71580 the user name gets added twice to the table
in record history resulting in a wrong column order and
wron... - 12:35 Revision 693de54e: [BUGFIX] Correct show configuration in newContentElement wizard
- All elements should be shown if the asterisk is part of the show
configuration. Due to different configuration possib...
2016-09-13
- 20:56 Revision 8bfcf196: [BUGFIX] DataHandler should inherit $isImporting
- When DataHandler uses getLocalTCE() the option
for "isImporting" is not transferred, causing
a lot of inconsistencies... - 20:53 Revision 72546501: [BUGFIX] DataHandler should inherit $isImporting
- When DataHandler uses getLocalTCE() the option
for "isImporting" is not transferred, causing
a lot of inconsistencies... - 12:10 Revision be4b548e: [TASK] Set TYPO3 version to 8.3.2-dev
- Change-Id: I9c165703dc30b8e4baa43443bb4104382c3bcebe
Reviewed-on: https://review.typo3.org/49931
Reviewed-by: TYPO3 R... - 12:09 Revision aa616330: [RELEASE] Release of TYPO3 8.3.1
- Change-Id: I8f5323b270c31505804fe8faca159daa8287a3c5
Reviewed-on: https://review.typo3.org/49930
Reviewed-by: TYPO3 R... - 12:04 Revision eb584628: [TASK] Set TYPO3 version to 7.6.12-dev
- Change-Id: I41a45399ef885a4fbdc3c9f9792c4a3dfc8558e4
Reviewed-on: https://review.typo3.org/49929
Reviewed-by: TYPO3 R... - 12:03 Revision e6580859: [RELEASE] Release of TYPO3 7.6.11
- Change-Id: I8708c6702c7f0afa22c9d8fd57c139b1238b8ac9
Reviewed-on: https://review.typo3.org/49928
Reviewed-by: TYPO3 R... - 11:58 Revision 2c196704: [TASK] Set TYPO3 version to 6.2.28-dev
- Change-Id: I1fd089be6897074fa9659205681a3c2699eaeae4
Reviewed-on: https://review.typo3.org/49927
Reviewed-by: TYPO3 R... - 11:57 Revision d3b7196b: [RELEASE] Release of TYPO3 6.2.27
- Change-Id: I97f8b68bfc7ad841bc0ab533ac071bfbd10696e4
Reviewed-on: https://review.typo3.org/49926
Reviewed-by: TYPO3 R... - 11:53 Revision 4a4bf359: [!!!][SECURITY] Mitigate potential cache flooding
- Bind cHash to the page id it was generated for, to avoid
an attacker to be able to call multiple pages with the same
... - 11:53 Revision 2918d14e: [SECURITY] Fix select_key XSS in PageLayoutView
- Apply htmlspecialchars() to avoid a XSS when rendering
the value of select_key.
Resolves: #77906
Releases: master, 8... - 11:53 Revision 3cdc3290: [!!!][SECURITY] Mitigate potential cache flooding
- Bind cHash to the page id it was generated for, to avoid
an attacker to be able to call multiple pages with the same
... - 11:52 Revision 3ebce664: [SECURITY] Fix select_key XSS in PageLayoutView
- Apply htmlspecialchars() to avoid a XSS when rendering
the value of select_key.
Resolves: #77906
Releases: master, 8... - 11:52 Revision 7b8258d0: [!!!][SECURITY] Mitigate potential cache flooding
- Bind cHash to the page id it was generated for, to avoid
an attacker to be able to call multiple pages with the same
... - 11:52 Revision e292d9ea: [SECURITY] Fix select_key XSS in PageLayoutView
- Apply htmlspecialchars() to avoid a XSS when rendering
the value of select_key.
Resolves: #77906
Releases: master, 8... - 11:52 Revision 8aecd0c1: [!!!][SECURITY] Mitigate potential cache flooding
- Bind cHash to the page id it was generated for, to avoid
an attacker to be able to call multiple pages with the same
... - 11:52 Revision b04d3948: [SECURITY] Fix select_key XSS in PageLayoutView
- Apply htmlspecialchars() to avoid a XSS when rendering
the value of select_key.
Resolves: #77906
Releases: master, 8... - 01:38 Revision 3e74ca52: [BUGFIX] Prevent orphaned tags in Typo3DatabaseBackend
- The 7.6 and 6.2 implementation of Typo3DatabaseBackend cache backend has
bugs in two methods (in mysql-non-dbal versi... - 01:38 Revision 67e63a9a: [BUGFIX] Prevent orphaned tags in Typo3DatabaseBackend
- The 7.6 and 6.2 implementation of Typo3DatabaseBackend cache backend has
bugs in two methods (in mysql-non-dbal versi...
2016-09-12
- 16:52 Revision a6ba5524: [BUGFIX] Scheduler: fix and add missing CSH labels
- Activate CSH labels while creating a new scheduler task.
Also add missing localization strings for common description... - 13:26 Revision 2afce439: [BUGFIX] Editing title inline now updates correct language
- Editing title inline in page column view updated always standard
language.
Now the title of the selected language bei... - 11:41 Revision 566045b7: [BUGFIX] Editing title inline now updates correct language
- Editing title inline in page column view updated always standard
language.
Now the title of the selected language bei... - 11:09 Revision a148d96c: [!!!][TASK] Clean up RTEhtmlarea Spellchecker
- Use only Backend Routes instead of eID (= BE User)
and unify the entrypoint PHP method.
Resolves: #77826
Releases: m... - 09:50 Revision 3fc9c1e5: [TASK] Add crosslinks to Forge in ChangeLogs
- Change-Id: If038be667ef19a1b1f790e28e42128519d61eed8
Resolves: #77840
Releases: master, 7.6
Reviewed-on: https://revi... - 09:15 Revision 62b3c79f: [BUGFIX] Don't escape output of ViewHelper in indexed_search
- The PageBrowsingResultsViewHelper in the Extbase and Fluid based plugin
of indexed_search generates HTML output which...
2016-09-11
- 18:12 Revision 75ab9cec: [TASK] Add Forger RST utility link to Changelog HowTo
- Resolves: #77891
Releases: master, 7.6
Change-Id: Ic25fab8eb67c64e16396456ef2e31fb3176133bf
Reviewed-on: https://revi...
2016-09-09
- 14:38 Revision dde697b3: [TASK] Remove copy of dbal icon from Gruntfile.js
- Resolves: #77897
Related: #77762
Releases: master
Change-Id: I79cec1945a34e17a99dee6ff8a00b72ad1402170
Reviewed-on: h...
2016-09-08
- 23:48 Revision aa855088: [BUGFIX] Avoid calling login refresh poll too often
- Resolves: #77885
Releases: master
Change-Id: I59576eb444c730cb4b292f8d13dd68eb0b96822b
Reviewed-on: https://review.ty... - 22:15 Revision 4d6ff9cd: [TASK] Add crosslinks to Forge in ChangeLogs
- Change-Id: If038be667ef19a1b1f790e28e42128519d61eed8
Resolves: #77840
Releases: master
Reviewed-on: https://review.ty... - 22:08 Revision 0c436836: [BUGFIX] Correct show configuration in newContentElement wizard
- All elements should be shown if the asterisk is part of the show
configuration. Due to different configuration possib... - 13:57 Revision d05740f9: [BUGFIX] Avoid calling login refresh poll too often
- Resolves: #77885
Releases: master
Change-Id: I59576eb444c730cb4b292f8d13dd68eb0b96822b
Reviewed-on: https://review.ty...
2016-09-07
- 17:41 Revision e1886a75: [FOLLOWUP][TASK] Streamline tbe_editor code
- Change-Id: I18f80636e05bd54f9736776d9794adf0e79fc7ee
Resolves: #77878
Releases: master
Reviewed-on: https://review.ty...
2016-09-06
- 09:38 Revision cdc82bf4: Revert "[FEATURE] Use FormEngine in Template and Filelist modules"
- This reverts commit 3618b5c084a52ad3771bc92c2a2cf9aa75da17dd.
This change requires further architectural changes wit... - 08:35 Revision b320dbc6: [BUGFIX] IRRE file upload button not shown to BE user
- If the logged in BE user does not have the "addFolder"
file operation permission, the button for uploading
files in I... - 08:35 Revision 734a5fc3: [BUGFIX] IRRE file upload button not shown to BE user
- If the logged in BE user does not have the "addFolder"
file operation permission, the button for uploading
files in I...
Also available in: Atom