Activity
From 2017-07-24 to 2017-08-22
2017-08-22
- 22:27 Revision f95c5c61: [BUGFIX] Throw exception if encryption key is not set
- The encryption key is a vital part to ensure security
of TYPO3. Not having it set (by accident) can lead
to severe se... - 22:24 Revision 2798e522: [BUGFIX] Mark not set Install Tool password as secure
- To completely disable the Install Tool you can just leave the
`installToolPassword` value empty in your LocalConfigur... - 22:15 Revision a3604d2a: [BUGFIX] Throw exception if encryption key is not set
- The encryption key is a vital part to ensure security
of TYPO3. Not having it set (by accident) can lead
to severe se... - 21:54 Revision 5ae3fc87: [TASK] Upgrade version of D3.js to version 4.10.0
- Updates D3.js to the latest release version, 4.10.0.
Release notes:
https://github.com/d3/d3/releases/tag/v4.10.0
F... - 21:53 Revision dfcf38dc: [BUGFIX] Throw exception if encryption key is not set
- The encryption key is a vital part to ensure security
of TYPO3. Not having it set (by accident) can lead
to severe se... - 21:43 Revision 8a6a6cc5: [!!!][TASK] Extension manager: Drop "Download SQL Dump"
- Remove the "Download SQL Dump" button from extension manager.
Change-Id: Ia027e7498c5464af04c49675987a696ee3a06070
R... - 21:38 Revision 25fd437d: [BUGFIX] Extension Scanner finds files on Windows
- The extension scanner now also works on windows, as
the paths have been fixed to contain only one type of
slashes.
C... - 21:18 Revision bedc5cf1: [TASK] Update Build/tsconfig.json
- Executing 'npm run build-js' in Build/ directory
reveals an update to tsconfig.json which has not
been applied to cor... - 21:10 Revision 15819601: [!!!][TASK] Extension manager: Drop "Download SQL Dump"
- The em in "Installed Extensions" has a button "Download SQL Dump"
for all extensions that provide ext_tables.sql. On ... - 20:54 Revision a6ec6315: [!!!][TASK] Remove devlog constants
- Drop three error related constants from bootstrap:
TYPO3_DLOG, TYPO3_ERROR_DLOG, TYPO3_EXCEPTION_DLOG
Removal of the... - 20:40 Revision 56e71a44: [TASK] travis-ci: Execute unit test only
- travis-ci still chockes on executing the functional tests
which take ages, even with various tricks in place.
The pat... - 20:25 Revision dee7da6e: [TASK] travis-ci: Execute unit test only
- travis-ci still chockes on executing the functional tests
which take ages, even with various tricks in place.
The pat... - 20:05 Revision ba870dc1: [TASK] travis-ci: Less parallel jobs
- travis-ci still chockes on functional tests, even if
splitting them among lots of single tasks. Run less
tests in par... - 20:04 Revision 3b186312: [TASK] travis-ci: Less parallel jobs
- travis-ci still chockes on functional tests, even if
splitting them among lots of single tasks. Run less
tests in par... - 20:04 Revision 2737c968: [TASK] Remove file Tests/Functional/Fixtures/Frontend/request.tpl
- This file is only used by typo3/testing-framework and has
been moved to that repository since version 1.1.1.
Release... - 19:36 Revision a37b17c5: [TASK] Remove file Tests/Functional/Fixtures/Frontend/request.tpl
- This file is only used by typo3/testing-framework and has
been moved to that repository since version 1.1.1.
Release... - 19:14 Revision 9594022b: [TASK] travis-ci: Less parallel jobs
- travis-ci still chockes on functional tests, even if
splitting them among lots of single tasks. Run less
tests in par... - 19:00 Revision 2f0c9524: [TASK] Update typo3/testing-framework to 1.1.1
- Fix three issues blocking core patches.
Change-Id: I07deff6294061d04e15bd1a7707e504413bb30c9
Resolves: #82168
Releas... - 18:59 Revision 94022bbd: [TASK] Update typo3/testing-framework to 1.1.1
- Fix three issues blocking core patches.
Change-Id: I07deff6294061d04e15bd1a7707e504413bb30c9
Resolves: #82168
Releas... - 18:28 Revision f11c33e4: [TASK] Update dev dependencies
- * codeception/codeception (2.3.3 => 2.3.5)
* enm1989/chromedriver (2.30 => 2.31)
* friendsofphp/php-cs-fixer (v2.0.0 ... - 18:27 Revision d9e2bea0: [TASK] Update dev dependencies
- * codeception/codeception (2.3.3 => 2.3.5)
* enm1989/chromedriver (2.30 => 2.31)
* friendsofphp/php-cs-fixer (v2.0.0 ... - 17:28 Revision f144cf92: [BUGFIX] bamboo nightly
- The bamboo nightly job [1] fails due to a minor CGL issue
which somehow slipped through.
[1] https://bamboo.typo3.co... - 13:19 Revision b301d146: [BUGFIX] Install tool: Double <hr> in upgrade wizards
- Remove <hr> of last wizard.
Change-Id: I25a52d882e99333d4598e1dcc632300e2a8860ac
Resolves: #82158
Releases: master
R... - 13:17 Revision 2ee04e28: [BUGFIX] Make Notifications module usable in install tool
- This patch makes the Notification module in standalone install tool
usable by adding the required CSS and fixing the ... - 13:08 Revision abf0532b: [BUGFIX] Do not renumber unique keys in ArrayUtility
- In various places throughout the core we are using timestamps followed
by a dot as unique identifiers for array keys ... - 12:39 Revision a9807917: [BUGFIX] Refactoring of CardLayout.js
- This patch refactors the CardLayput.js to prevent some trouble with
the navigation icons in the doc header.
Resolves... - 12:34 Revision 962d2809: [FOLLOWUP][BUGFIX] Fix broken table layout of Upgrade Wizards table
- Change an invalid class name.
Change-Id: I146cbb27dae6e9b1044ef8e296989d7a6dba7056
Resolves: #82150
Releases: master... - 11:54 Revision 67e0d07a: [BUGFIX] Fix broken table layout of Upgrade Wizards table
- Resolves: #82150
Releases: master
Change-Id: I962a41df0f0375bbf1b325f29d270d8fe2da0e5f
Reviewed-on: https://review.ty... - 11:49 Revision c4dd2007: [BUGFIX] Remove leftover reference to ext:func from Gruntfile
- The ext:func module menu image building is still
referenced in the Gruntfile.
Change-Id: Iaafed19faa9d99eca2ebce41ea... - 11:10 Revision 83436367: [TASK] Install tool: Improve 'clear tables' view
- Refactor the 'clear tables' view of the install tool:
* Main content is loaded on opening the card via ajax
* Tables ...
2017-08-21
- 17:33 Revision cd3dbbae: [TASK] Functional tests for translated tt_content rendering in Extbase
- Introduce and Extbase version of the LocalizedContentRenderingTest.
It tests how language related TS settings influen... - 15:10 Revision c949e715: [TASK] Remove non existing param from checkForUpdate
- Releases: master, 8,7
Resolves: #82144
Change-Id: I24b2d57e37f6ff95b7ec7bdab7cda0f21e85c90b
Reviewed-on: https://revi... - 14:52 Revision 7c4e8c0c: [TASK] Remove non existing param from checkForUpdate
- Releases: master, 8,7
Resolves: #82144
Change-Id: I24b2d57e37f6ff95b7ec7bdab7cda0f21e85c90b
Reviewed-on: https://revi... - 14:37 Revision a548b360: [TASK] travis-ci: Split functional tests into more parts
- With the ever growing number of functional tests, we
split the suite into more parts to prevent
"No output has been r... - 14:36 Revision cd54154c: [TASK] travis-ci: Split functional tests into more parts
- With the ever growing number of functional tests, we
split the suite into more parts to prevent
"No output has been r... - 14:23 Revision 50878f71: [TASK] Functional tests for translated tt_content rendering in Extbase
- Introduce and Extbase version of the LocalizedContentRenderingTest.
It tests how language related TS settings influen... - 13:57 Revision 1b0da009: Provide inline 1:1 example with relation field on the parent side
- 13:56 Revision 33418b60: [TASK] travis-ci: Split functional tests into more parts
- With the ever growing number of functional tests, we
split the suite into more parts to prevent
"No output has been r... - 12:15 Revision 93c20622: [BUGFIX] Catch error due to invalid record in Linkvalidator scheduler task
- Resolves: #82103
Releases: master, 8.7, 7.6
Change-Id: I3e04559c05381c49ab390dc3ad0d3eebddc5a57f
Reviewed-on: https:/... - 12:14 Revision e0e8ab1e: [BUGFIX] Install tool: Trigger ext scan on ext open
- In the extension scanner, if opening a single extension view
for the first time, the scanner is correctly triggered a... - 11:37 Revision 79ced4a4: [BUGFIX] Fix SQL error when bookmarking a sys_file_metadata record
- The type field contains a non existing field. Do not select this
field in the query.
Resolves: #82105
Releases: mast... - 11:37 Revision 4d103fe5: [BUGFIX] Fix SQL error when bookmarking a sys_file_metadata record
- The type field contains a non existing field. Do not select this
field in the query.
Resolves: #82105
Releases: mast... - 11:36 Revision 56aec5f4: [BUGFIX] Install tool: Empty messages in TCA migration
- The JsonView should return the detail message text as
'message' array and not as 'status'.
Change-Id: I492d31ee8fe38... - 11:36 Revision 41a1ac1b: [BUGFIX] Install tool: Configure settings toggle all button
- Fix a JS selector to correctly toggle on "Toggle All" again.
Change-Id: Ie21c8c41fb9ba1aba4eedb197603a8c2a7111477
Re...
2017-08-20
- 14:29 Revision 29f6093e: [BUGFIX] Fix SQL error when bookmarking a sys_file_metadata record
- The type field contains a non existing field. Do not select this
field in the query.
Resolves: #82105
Releases: mast...
2017-08-19
- 19:24 Revision 0c275da4: [BUGFIX] Catch error due to invalid record in Linkvalidator scheduler task
- Resolves: #82103
Releases: master, 8.7, 7.6
Change-Id: I3e04559c05381c49ab390dc3ad0d3eebddc5a57f
Reviewed-on: https:/...
2017-08-18
- 21:34 Revision eb7539b6: [!!!][FEATURE] Main install tool refactoring
- The patch applies a major refactoring of the "tool" part of the
install tool. As the most visible change, the install... - 16:38 Revision 3df33f5e: [TASK] Adding novalidate Attribute to Fluid Form ViewHelper
- At the moment there is no possibility to disable the client side
validation for the fluid form tag.
Releases: master... - 16:24 Revision 87361777: [BUGFIX] EXT:Scheduler: Update storage index saves correct storage
- When creating an "update storage index" task, now the selected storage
is saved correct.
Resolves: #67241
Releases: ... - 16:21 Revision e8ec374c: [BUGFIX] Prevent XSS in scheduler extension
- Releases: master,8.7,7.6
Resolves: #82079
Change-Id: I21a6ebcff4ebd0c6f2d2c83e0aa6d9e2c03d32d9
Reviewed-on: https://r... - 16:10 Revision bed4ceb6: [BUGFIX] Prevent XSS in scheduler extension
- Releases: master,8.7,7.6
Resolves: #82079
Change-Id: I21a6ebcff4ebd0c6f2d2c83e0aa6d9e2c03d32d9
Reviewed-on: https://r... - 16:01 Revision 4fcaf7ff: [TASK] Change upper limits for endtime of various records
- Instead of using 2020 use the technical limit of 32bit
which is 2038.
Resolves: #81940
Releases: master, 8.7
Change-... - 15:53 Revision 41fc5209: [BUGFIX] Fix hide and delete button in SysAction->RecordList
- The AjaxDataHandler JavaScript must be loaded to add the on
click handlers.
Resolves: #81685
Releases: master,8.7
Ch... - 15:45 Revision bb60d697: [BUGFIX] Prevent XSS in scheduler extension
- Releases: master,8.7,7.6
Resolves: #82079
Change-Id: I21a6ebcff4ebd0c6f2d2c83e0aa6d9e2c03d32d9
Reviewed-on: https://r... - 15:41 Revision 3da08257: [TASK] Change upper limits for endtime of various records
- Instead of using 2020 use the technical limit of 32bit
which is 2038.
Resolves: #81940
Releases: master, 8.7
Change-... - 15:39 Revision 68a17881: [BUGFIX] Prevent XSS in PageLayoutController
- Correctly use htmlspecialchars for the link.
Resolves: #82077
Releases: master,8.7,7.6
Change-Id: I87ea4010aa187f5f6... - 15:39 Revision 45bdf473: [BUGFIX] Prevent XSS in PageLayoutController
- Correctly use htmlspecialchars for the link.
Resolves: #82077
Releases: master,8.7,7.6
Change-Id: I87ea4010aa187f5f6... - 15:26 Revision 1fa553da: [BUGFIX] Prevent XSS in PageLayoutController
- Correctly use htmlspecialchars for the link.
Resolves: #82077
Releases: master,8.7,7.6
Change-Id: I87ea4010aa187f5f6... - 15:10 Revision cdef1854: [BUGFIX] Fix hide and delete button in SysAction->RecordList
- The AjaxDataHandler JavaScript must be loaded to add the on
click handlers.
Resolves: #81685
Releases: master,8.7
Ch... - 09:56 Revision 086add63: [BUGFIX] Drop sorting in COUNT() query in list module
- The list module throws an exception on mssql as there
is a COUNT(*) query done with an ORDER BY sorting.
Sorting the... - 09:54 Revision 38eb30d6: [BUGFIX] Use DriverInterface instead AbstractDriver for method signature
- FAL drivers are not obligated to extend the AbstractDriver but only
to implement the DriverInterface. Having custom d... - 09:54 Revision 7267e0d9: [TASK] Remove leftover code for db_mountpoints in ActionTask
- Resolves: #81999
Releases: master,8.7
Change-Id: Ib3311a4f10d7393b41c04fd193e8614d5984f35f
Reviewed-on: https://revie... - 09:53 Revision 01aac908: [BUGFIX] Correct type of argument passed to BackendUtility::viewOnClick
- Third argument passed to BackendUtility::viewOnClick should be
an array or null.
Resolves: #82124
Releases: master, ... - 09:13 Revision ed11f88a: [BUGFIX] Use DriverInterface instead AbstractDriver for method signature
- FAL drivers are not obligated to extend the AbstractDriver but only
to implement the DriverInterface. Having custom d... - 09:06 Revision 0137bc56: [BUGFIX] Changes indentation in new page wizard
- On a page without subpages the indentation for
creating a new page below this page was wrong.
This fix changes the in... - 08:13 Revision ec9a35e6: [BUGFIX] Correct type of argument passed to BackendUtility::viewOnClick
- Third argument passed to BackendUtility::viewOnClick should be
an array or null.
Resolves: #82124
Releases: master, ... - 08:06 Revision 615ed3a4: [TASK] Remove leftover code for db_mountpoints in ActionTask
- Resolves: #81999
Releases: master,8.7
Change-Id: Ib3311a4f10d7393b41c04fd193e8614d5984f35f
Reviewed-on: https://revie... - 07:55 Revision 5dac1cf4: [BUGFIX] Use DriverInterface instead AbstractDriver for method signature
- FAL drivers are not obligated to extend the AbstractDriver but only
to implement the DriverInterface. Having custom d...
2017-08-17
- 23:33 Revision 9d3aa861: [BUGFIX] Set language uid for inline children by default
- On creating child records for an inline field, currently no language
is set and the children are stored with sys_lang... - 20:36 Revision 8f8c26ac: [TASK] Add t3editor for TSConfig fields
- This patch add the t3edtor to the TSConfig fields of be_users,
be_groups and pages table.
TSConfig support is still m... - 20:27 Revision a86b6374: [!!!][FEATURE] Refactor EXT:t3editor
- EXT:t3editor is refactored to use the latest CodeMirror version (at the
time of writing it's 5.28.0).
Developers are ... - 13:17 Revision 79d1315c: [BUGFIX] Changes indentation in new page wizard
- On a page without subpages the indentation for
creating a new page below this page was wrong.
This fix changes the in... - 13:14 Revision 374fe5c6: [BUGFIX] Extend Lowlevel lost_files to accept customPath
- This allows the lowlevel lost_files cleaner to use
customPaths as input too.
Resolves: #72202
Releases: master,8.7
C... - 10:41 Revision b49e6382: [FEATURE] EXT:form - Add the "Confirmation" finisher to the form editor
- Make the "Confirmation message" finisher available within the form editor.
The BE-editor can choose between 2 possib... - 09:06 Revision 657b875e: [BUGFIX] Changes indentation in new page wizard
- On a page without subpages the indentation for
creating a new page below this page was wrong.
This fix changes the in... - 09:02 Revision 6550812f: [TASK] Deprecate options `value` and `noscript` of SVG content object
- This patch deprecates the options value (if `renderMode` is not set to
`inline`) and `noscript`. Both are used for an... - 08:34 Revision 0075ee57: [BUGFIX] Do not allow users to edit doktypes without permissions
- Disallow backend users to edit pages which doktypes are not allowed
via backend usergroup permissions.
Resolves: #79... - 08:31 Revision 332cfca9: [BUGFIX] Implode array values in SaveToDatabaseFinisher
- Array values being processed by SaveToDatabaseFinisher are now
imploded by a comma. This may happen when using a `Mul...
2017-08-16
- 15:10 Revision 9f187bc1: [BUGFIX] Respect width/height settings in renderMode inline
- The settings width and height are now supported also for the
renderMode inline of the SVG content object.
Resolves: ... - 11:59 Revision 7aef3857: [FEATURE] SVG content object support EXT: syntax
- The SVG Content Object property „src“ now supports EXT:
syntax to reference files from extensions.
Resolves: #82108
... - 10:30 Revision 384467db: [FEATURE] Allow inline rendering for SVG content object
- This patch add a new setting to allow inline rendering of SVG files.
Resolves: #82091
Releases: master
Change-Id: I1...
2017-08-15
- 16:07 Revision e60db69d: [BUGFIX] YouTubeRenderer "controls" option
- The "controls" parameter appended to YouTube embed URL is either set to
value provided in $options array or to defaul... - 15:55 Revision 3cab6c2d: [BUGFIX] YouTubeRenderer "controls" option
- The "controls" parameter appended to YouTube embed URL is either set to
value provided in $options array or to defaul... - 15:42 Revision f6c2b2e5: [BUGFIX] YouTubeRenderer "controls" option
- The "controls" parameter appended to YouTube embed URL is either set to
value provided in $options array or to defaul... - 15:05 Revision e2584b9a: [TASK] Refactor GridEditor.js with TypeScript
- Resolves: #82088
Releases: master
Change-Id: Ie0ad7a8ec6ed3f67300e88b8b8e0711c4f3dbbd2
Reviewed-on: https://review.ty... - 13:49 Revision 5e5c0ec7: [TASK] Allow to override RTE config presets via PageTS
- Reorder the steps to load the RTE configuration, so that presets can be
overridden by additional PageTS configuration... - 13:37 Revision a5fccf88: [TASK] Allow to override RTE config presets via PageTS
- Reorder the steps to load the RTE configuration, so that presets can be
overridden by additional PageTS configuration... - 13:25 Revision eaf0d1bd: [BUGFIX] Implode array values in SaveToDatabaseFinisher
- Array values being processed by SaveToDatabaseFinisher are now
imploded by a comma. This may happen when using a `Mul... - 13:17 Revision b988ba84: [BUGFIX] _LOCAL_LANG overwrite via TypoScript with nested keys
- If language labels are set for the top level key and sub
keys in TypoScript the top level key was not taken into
acco... - 13:00 Revision e7882f44: [BUGFIX] _LOCAL_LANG overwrite via TypoScript with nested keys
- If language labels are set for the top level key and sub
keys in TypoScript the top level key was not taken into
acco... - 12:46 Revision 654ff849: [TASK] Cover rendering of hidden tt_content with functional tests
- Two new cases are covered in LocalizedContentRenderingTest:
- when record is hidden in default language but its trans... - 12:07 Revision a3c0b791: [TASK] Cover rendering of hidden tt_content with functional tests
- Two new cases are covered in LocalizedContentRenderingTest:
- when record is hidden in default language but its trans... - 09:59 Revision 37ea119c: [TASK] Cover rendering of hidden tt_content with functional tests
- Two new cases are covered in LocalizedContentRenderingTest:
- when record is hidden in default language but its trans...
2017-08-14
- 21:56 Revision dfd3c0a5: [BUGFIX] Filter http/verify option for guzzle to boolean
- guzzle expects a real boolean value.
This fix filters the given verify option to either the boolean
equivalent or lea... - 20:54 Revision 5ab1098e: [BUGFIX] Do not render <li> in section menu when CE has no header
- Section menu is now not rendering empty <li> when CE has no header.
Resolves: #82099
Releases: master, 8.7
Change-Id... - 20:53 Revision bb551abc: [BUGFIX] Filter http/verify option for guzzle to boolean
- guzzle expects a real boolean value.
This fix filters the given verify option to either the boolean
equivalent or lea... - 19:52 Revision 6be328f3: [BUGFIX] Do not render <li> in section menu when CE has no header
- Section menu is now not rendering empty <li> when CE has no header.
Resolves: #82099
Releases: master, 8.7
Change-Id... - 15:32 Revision ab8a0e38: [BUGFIX] EXT:form - fix templateRootPaths support for email finishers
- Fixes "templateRootPaths" support for email finishers.
"templatePathAndFilename" is still functional to avoid breakin... - 15:27 Revision 2124bba4: [FEATURE] Add stdWrap to config.additionalHeaders
- Add stdWrap to the elements header, replace and httpResponseCode.
Resolves: #23494
Related: #56236
Releases: master
... - 15:17 Revision d0a54d7d: [TASK] Cleanup .gitignore
- Make sure root level excludes are prefix with
a forward slash (/). The /bin folder exclude
is already fixed by a prev... - 15:16 Revision b9cb0e19: [TASK] Move PageInformationController & TranslationStatusController
- Move the mentioned controllers from EXT:frontend to EXT:info as
those belongs there.
Resolves: #81865
Releases: mast... - 14:00 Revision 2d0d401f: [FEATURE] Add .inline property to includeCSS/includeCSSLibs
- If .inline is set, the contents of the css-file is inlined
using <style>-tags.
.inline implies .excludeFromConcatena... - 11:38 Revision 6a480e99: [BUGFIX] Set anchor in all preview links of content elements
- The button »View webpage« in the list module opens a popup
with a link to the current page and an anchor to the
selec... - 11:37 Revision 8ae6313c: [BUGFIX] EXT:form - fix templateRootPaths support for email finishers
- Fixes "templateRootPaths" support for email finishers.
"templatePathAndFilename" is still functional to avoid breakin... - 11:28 Revision 72c56183: [TASK] div around search word
- - div with css class 'tx-indexedsearch-info-sword' added, to style or hide
this with csc
- only show info about searc... - 11:20 Revision 4973abb6: [BUGFIX] Set anchor in all preview links of content elements
- The button »View webpage« in the list module opens a popup
with a link to the current page and an anchor to the
selec... - 11:15 Revision 65059997: [BUGFIX] parseInt values before comparison for Fluid be.widget.paginate
- Resolves: #82034
Releases: master, 8.7
Change-Id: If56166e33c048a45b01ab70a5938a51525a49db4
Reviewed-on: https://revi... - 10:46 Revision a01a7462: [FEATURE] Add file links sorting by date and sorting direction
- Adds ‘Sort by creation date’ and ‘Sort by modification date’ options
and a new option to set a sorting direction in t... - 10:32 Revision bd1bf0bc: [BUGFIX] parseInt values before comparison for Fluid be.widget.paginate
- Resolves: #82034
Releases: master, 8.7
Change-Id: If56166e33c048a45b01ab70a5938a51525a49db4
Reviewed-on: https://revi...
2017-08-12
- 22:29 Revision e3db31ba: [BUGFIX] Allow translating content on MSSQL
- Translating content on MSSQL installations has
been impossible due to SQL errors.
The GROUP BY statements in page mo...
2017-08-11
- 16:43 Revision b40a4115: [BUGFIX] Remove symlink to typo3 folder in web dir
- When upgrading from older TYPO3 versions, composer installation
from that version created a symlink to the typo3 fold... - 14:55 Revision 8d1dc167: [BUGFIX] Allow translating content on MSSQL
- Translating content on MSSQL installations has
been impossible due to SQL errors.
The GROUP BY statements in page mo... - 12:59 Revision 3c91f544: [BUGFIX] Drop sorting in COUNT() query in list module
- The list module throws an exception on mssql as there
is a COUNT(*) query done with an ORDER BY sorting.
Sorting the... - 11:54 Revision 7e51baf6: [BUGFIX] Let all toplevel exceptions extend the core exception
- This is a small step to unify exception handling in TYPO3 by
ensuring no internal and 3rd party code is forced to cat... - 11:54 Revision 38aab435: [TASK] Add cglFixMyCommit.bat
- This patch introduces a bat file to run php-cs-fixer
with TYPO3 core config on Windows. It does not disable xdebug
li... - 11:50 Revision 6d258d97: [BUGFIX] Readd used fields in css_styled_content
- These fields were removed from EXT:frontend and moved to compatibility6.
But both fields are still used by csc and sh... - 11:39 Revision ee2bd7b9: [TASK] Add cglFixMyCommit.bat
- This patch introduces a bat file to run php-cs-fixer
with TYPO3 core config on Windows. It does not disable xdebug
li... - 11:31 Revision 6546955f: [BUGFIX] Add sorting to group by for SQL compatibility
- Page module, view module and edit document selected data
with an incomplete group by statement, missing the sorting
c... - 11:19 Revision 4ae10c81: [BUGFIX] Add sorting to group by for SQL compatibility
- Page module, view module and edit document selected data
with an incomplete group by statement, missing the sorting
c... - 10:40 Revision 929c02c7: [BUGFIX] Let all toplevel exceptions extend the core exception
- This is a small step to unify exception handling in TYPO3 by
ensuring no internal and 3rd party code is forced to cat...
2017-08-09
- 14:23 Revision 91ec692a: [TASK] Move install tool entry point to typo3/install.php
- To streamline and unify the entry scripts, the install tool
entry point is now moved to typo3/install.php
Calling th... - 14:11 Revision e1a90ee3: [BUGFIX] New values created by AddController are added correctly
- New values created by AddController are now added again to the FlexForm
value by fixing the value parsing.
Additiona... - 10:04 Revision 97debdc1: [BUGFIX] New values created by AddController are added correctly
- New values created by AddController are now added again to the FlexForm
value by fixing the value parsing.
Additiona... - 09:03 Revision ebaea78e: [BUGFIX] Do not allow users to edit doktypes without permissions
- Disallow backend users to edit pages which doktypes are not allowed
via backend usergroup permissions.
Resolves: #79... - 08:49 Revision 338cf9d0: [BUGFIX] Extend Lowlevel lost_files to accept customPath
- This allows the lowlevel lost_files cleaner to use
customPaths as input too.
Resolves: #72202
Releases: master,8.7
C...
2017-08-08
- 11:02 Revision 860374af: [BUGFIX] Update FAL metadata if file is added with REPLACE method
- Make sure the meta data is updated whenever a file is added to
a storage with DuplicationBehavior::REPLACE. This is i... - 10:42 Revision 7059448b: [BUGFIX] Update FAL metadata if file is added with REPLACE method
- Make sure the meta data is updated whenever a file is added to
a storage with DuplicationBehavior::REPLACE. This is i... - 10:42 Revision 9626d394: [BUGFIX] Update FAL metadata if file is added with REPLACE method
- Make sure the meta data is updated whenever a file is added to
a storage with DuplicationBehavior::REPLACE. This is i... - 07:07 Revision c50564aa: [BUGFIX] Do not detect single select fields as relation
- With https://review.typo3.org/50879/ all TCA select fields
are detected as relation to many, even when they are confi... - 07:07 Revision 1f81eac3: [BUGFIX] Do not detect single select fields as relation
- With https://review.typo3.org/50879/ all TCA select fields
are detected as relation to many, even when they are confi...
2017-08-07
- 10:53 Revision 02666a5d: [BUGFIX] Change order of tablename and alias in restriction container
- Changing the order of tablename and alias in method call properties
makes if possible to get correct values from regi... - 10:41 Revision 79af9d6c: [BUGFIX] Change order of tablename and alias in restriction container
- Changing the order of tablename and alias in method call properties
makes if possible to get correct values from regi...
2017-08-02
- 08:37 Revision 1b4d3184: [TASK] Functional test for tt_content rendering
- Add functional tests for tt_content rendering
with different combinations of TypoScript language
settings sys_languag...
2017-08-01
- 15:36 Revision 081ce36b: [FEATURE] Install tool: Extension scanner
- The patch adds a new feature - the "extension scanner" - to the
install tool. It is meant as a helper script for exte... - 15:26 Revision 68228c73: [BUGFIX] Fix nightly CGL check
- Since we introduce auto-generation of entry
scripts, we must exclude them from the check.
To do so, we must instruct... - 15:24 Revision 2651bedc: [BUGFIX] Fix path to jQuery chosen plugin in Install Tool
- Related: #81951
Resolves: #82021
Releases: master
Change-Id: I74b89a74b81b8ae6df73c92552857ca4a5c021a8
Reviewed-on: h... - 01:46 Revision bcabb702: [TASK] Update typo3/cms-cli and typo3/cms-composer-installers
- Use the latest (and stable) versions of these packages.
Composer commands:
composer req typo3/cms-composer-installe...
2017-07-31
- 22:36 Revision 99c144a3: [TASK] Extract cli binary into separate package
- Remove the bin definition in typo3/cms composer.json
And require the package with the binary instead.
Composer comma... - 22:31 Revision 0f86415d: [TASK] Extract cli binary into separate package
- Remove the bin definition in typo3/cms composer.json
And require the package with the binary instead.
Composer comma... - 22:06 Revision 66fae5ed: [BUGFIX] Jump Links in indexed_search Template
- Use Page.Link ViewHelper in indexed_search Search Template for jump links
Resolves: #79982
Releases: master, 8.7
Cha... - 20:52 Revision ff1489b2: [BUGFIX] Jump Links in indexed_search Template
- Use Page.Link ViewHelper in indexed_search Search Template for jump links
Resolves: #79982
Releases: master, 8.7
Cha... - 20:40 Revision 2a618d47: [BUGFIX] Fix folder element browser expand/collapse
- TCA type=group/internal_type=folder
Resolves: #81728
Releases: 7.6
Change-Id: I0c527c13a3632635870e4451a4e7d61eb7bf4... - 20:01 Revision 7e749836: [TASK] Fix reST syntax in core 7.6 changelogs
- Change-Id: Ife6b1e33dd4cd37f122a65a5bb36df3a67f2f796
Resolves: #82011
Releases: 7.6
Reviewed-on: https://review.typo3... - 14:33 Revision 19c2016b: [BUGFIX] Install tool fatal errors at select database action
- Catch the fatal database exceptions in installation progress
"DatabaseSelect" and show a error message.
Releases: 8.... - 11:36 Revision 62835762: [BUGFIX] Install tool fatal errors at select database action
- Catch the fatal database exceptions in installation progress
"DatabaseSelect" and show a error message.
Releases: 8.... - 11:29 Revision ceee1287: [TASK] Use &route=/ajax/ instead of &ajaxId for BE AJAX calls
- In order to streamline backend usage even further, the AJAX Request Handler
is now using the "route" parameter the sa... - 10:49 Revision 65b7caba: [BUGFIX] Prevent PHP warning on entering an empty install tool password
- Show a useful message if an empty install tool password is entered.
Resolves: #81936
Releases: master, 8.7
Change-Id... - 10:27 Revision c084e085: [BUGFIX] Prevent PHP warning on entering an empty install tool password
- Show a useful message if an empty install tool password is entered.
Resolves: #81936
Releases: master, 8.7
Change-Id... - 09:20 Revision a2e27d57: [FEATURE] Introduce device presets and redesign the view module
- The view module was redesigned to provide a more modern and streamlined look
and feel across the existing backend. Wi... - 07:10 Revision df4ee248: [FEATURE] Add code to generate entry scripts on composer run
- With the new composer installers versions,
the core package itself (in fact any composer package)
can add scripts to ...
2017-07-30
- 20:21 Revision ff87f24a: [TASK] Make $permClause parameter optional in QueryGenerator
- The 3rd parameter is optional, so the 4th parameter should be
optional too.
Resolves: #81965
Releases: master
Change... - 19:33 Revision ab2cd1fa: [BUGFIX] Catch error in GeneralUtility::validEmail and GeneralUtility:isValidUrl
- If a wrong email address or URL is parsed and the domain cannot be converted,
an exception is thrown by \Mso\IdnaConv... - 19:32 Revision 197a5b1d: [BUGFIX] Catch error in GeneralUtility::validEmail and GeneralUtility:isValidUrl
- If a wrong email address or URL is parsed and the domain cannot be converted,
an exception is thrown by \Mso\IdnaConv... - 19:32 Revision dfa80ff7: [BUGFIX] Catch error in GeneralUtility::validEmail and GeneralUtility:isValidUrl
- If a wrong email address or URL is parsed and the domain cannot be converted,
an exception is thrown by \Mso\IdnaConv... - 15:55 Revision 77e728e7: [TASK] Synchronize composer.json with ext_emconf.php
- Description, dependencies between core packages and
core package versions are now in sync in ext_emconf.php
and compo...
2017-07-29
- 11:09 Revision 241ce8d2: [TASK] Move install tool entry point to typo3/install.php
- To streamline and unify the entry scripts, the install tool
entry point is now moved to typo3/install.php
Calling th...
2017-07-28
- 17:14 Revision 62bf3ddb: [BUGFIX] Add conflicts to core extensions' composer.json
- Core extensions installed individually (from subtree split)
must never be installed together with the typo3/cms packa... - 17:14 Revision 4adf4e4d: [BUGFIX] Add conflicts to core extensions' composer.json
- Core extensions installed individually (from subtree split)
must never be installed together with the typo3/cms packa...
2017-07-27
- 10:56 Revision 4d9fd9b6: [TASK] Max path length checker
- Windows still has a relatively short max path length limitation
in some situation which the core tends to violate.
Th... - 10:30 Revision 2027473d: [TASK] Max path length checker
- Windows still has a relatively short max path length limitation
in some situation which the core tends to violate.
Th... - 10:07 Revision 33361c53: [BUGFIX] Always hide the loading spinner of System Information
- If the AJAX request that fetches information for the System Information
toolbar item fails for whatever reason, the s... - 09:27 Revision c45b6064: [BUGFIX] Always hide the loading spinner of System Information
- If the AJAX request that fetches information for the System Information
toolbar item fails for whatever reason, the s...
2017-07-26
- 19:40 Revision 471d63a3: [TASK] Add branch alias for system extensions
- To ease installation of master versions of
system extensions from subtree splitted repos,
we add a branch alias to al... - 08:54 Revision 32f6b426: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/101 from garvinhicking/patch-1
- Update Typography.html
- 08:33 Revision 244ee4a8: Update Typography.html
- /Italic text/ is actually italic text and not *bold text* ;-)
2017-07-25
- 19:10 Revision 442b1e1b: [TASK] Set TYPO3 version to 7.6.22-dev
- Change-Id: I72f40ace329660419159fef87a2747a58b1cc4e7
Reviewed-on: https://review.typo3.org/53591
Tested-by: TYPO3com ... - 18:53 Revision a32a598f: [RELEASE] Release of TYPO3 7.6.21
- Change-Id: Id9c975746a31f9d21d8230b9bf4334ebd7d6955f
Reviewed-on: https://review.typo3.org/53590
Reviewed-by: Benni M... - 18:09 Revision 6083dad5: [TASK] Set TYPO3 version to 8.7.5-dev
- Change-Id: I130290f15a8bfeeb8868ed3fc03c2fbbf4550605
Reviewed-on: https://review.typo3.org/53589
Reviewed-by: Benni M... - 18:08 Revision c7c31332: [RELEASE] Release of TYPO3 8.7.4
- Change-Id: Id00e0758a0e403a707baa6344b8005d6bdb7f798
Reviewed-on: https://review.typo3.org/53588
Reviewed-by: Benni M... - 17:49 Revision 8e348184: [BUGFIX] CSS Styled Content should render image captions
- When adding two CEs with one image each (textpic), the
TypoScript register is using faulty data from file:current:des... - 17:34 Revision fd833609: [BUGFIX] CSS Styled Content should render image captions
- When adding two CEs with one image each (textpic), the
TypoScript register is using faulty data from file:current:des... - 16:48 Revision 53b507e1: [BUGFIX] Prevent error with DateTimePicker on IE/Edge
- Change-Id: I3ed07ead31d7f572615916be90ef4c3882360d8b
Resolves: #81729
Releases: master, 8.7
Reviewed-on: https://revi... - 16:25 Revision ac0f024b: [BUGFIX] Attach CKEditor instance to RteLinkBrowser Modal, so it can be found
- Previously if the RteLinkBrowser was called from a CKEditor instance that
is within an extra iframe, the CKEditor ins... - 16:24 Revision 157abdf9: [BUGFIX] Attach CKEditor instance to RteLinkBrowser Modal, so it can be found
- Previously if the RteLinkBrowser was called from a CKEditor instance that
is within an extra iframe, the CKEditor ins... - 14:49 Revision 722fccc5: [BUGFIX] Prevent error with DateTimePicker on IE/Edge
- Change-Id: I3ed07ead31d7f572615916be90ef4c3882360d8b
Resolves: #81729
Releases: master, 8.7
Reviewed-on: https://revi...
2017-07-24
- 23:17 Revision 93353f08: [BUGFIX] DataMapProcessor::synchronizeInlineRelations removes entities
- In case RelationHandler::readForeignField() is called with invalid UID
values for a parent record (e.g. zero, or non-... - 22:21 Revision 8b143fa6: [BUGFIX] DataMapProcessor::synchronizeInlineRelations removes entities
- In case RelationHandler::readForeignField() is called with invalid UID
values for a parent record (e.g. zero, or non-... - 21:12 Revision 1c2cad6a: [BUGFIX] Use HTTP 400 instead of 500 when client is faulty
- When checking for precondition in the request, HTTP 400 code should
be returned whenever the client is responsible fo... - 20:48 Revision a57ea45b: [BUGFIX] Use HTTP 400 instead of 500 when client is faulty
- When checking for precondition in the request, HTTP 400 code should
be returned whenever the client is responsible fo... - 18:33 Revision 01e7df38: [BUGFIX] Outdated resource pointers crash for TCA type group
- Using TCA type "group" with internal_type "folder" crashes in
the backend if existing resource pointers have been mov... - 15:06 Revision e755c688: [BUGFIX] Correct invalid complex query in Doctrine for fetching workspaces
- Change-Id: I447274bc29d1a32745224b6cf5c2e2f76c7dfc2f
Resolves: #81947
Releases: master, 8.7
Reviewed-on: https://revi... - 14:42 Revision 25504207: [BUGFIX] Correct invalid complex query in Doctrine for fetching workspaces
- Change-Id: I447274bc29d1a32745224b6cf5c2e2f76c7dfc2f
Resolves: #81947
Releases: master, 8.7
Reviewed-on: https://revi... - 13:12 Revision cf2d1b5d: [BUGFIX] Respect lowercase „as“ in quoteIdentifiersForSelect
- QueryBuilder->quoteIdentifiersForSelect() now supports lowercase
and mixedcase „as“ to detect alias names for fields.... - 12:14 Revision 0c474286: [BUGFIX] Respect lowercase „as“ in quoteIdentifiersForSelect
- QueryBuilder->quoteIdentifiersForSelect() now supports lowercase
and mixedcase „as“ to detect alias names for fields.... - 12:13 Revision baf59b3e: [BUGFIX] Improve / Modernize style for preview notice
- Resolves: #38735
Releases: master
Change-Id: I5339f7a031b1e365c1d70c6ccb079bcff827c09e
Reviewed-on: https://review.ty... - 10:14 Revision 1cf77c84: [BUGFIX] Escape value in FormEngine.removeOption selector
- Change-Id: I3373078a78cc65cd27fcff7d38ded5291cdc5f3b
Resolves: #81806
Releases: master, 8.7, 7.6
Reviewed-on: https:/... - 08:39 Revision 5f4b88e7: Revert "[BUGFIX] Escape value in FormEngine.removeOption selector"
- This reverts commit be38f08900bf927c1a3196d3a5e5c876db57828f.
escapeSelector is not available in jQuery 2.x
Change-... - 08:27 Revision 85852383: [BUGFIX] Make sure correct sys_language_uid is set for irre items
- Resolves: #76440
Releases: master, 8.7, 7,6
Change-Id: I519641eadd3342369b66252da2d50ca54726aacb
Reviewed-on: https:/... - 08:27 Revision 92e5bd56: [BUGFIX] Unset file properties after signals are triggered
- Unsetting file properties needs to happen AFTER
the storage deleted the file, because the storage emits a signal,
whi... - 08:27 Revision c802e2fa: [BUGFIX] Unset file properties after signals are triggered
- Unsetting file properties needs to happen AFTER
the storage deleted the file, because the storage emits a signal,
whi... - 08:05 Revision bcb41292: [BUGFIX] Make sure correct sys_language_uid is set for irre items
- Resolves: #76440
Releases: master, 8.7, 7,6
Change-Id: I519641eadd3342369b66252da2d50ca54726aacb
Reviewed-on: https:/... - 08:02 Revision 906c1324: [BUGFIX] Unset file properties after signals are triggered
- Unsetting file properties needs to happen AFTER
the storage deleted the file, because the storage emits a signal,
whi... - 08:02 Revision 9f853168: [BUGFIX] MM Relation with add wizard resets the MM Relation
- Use the TcaDatabaseRecord instead of OnTheFly instance. This
in done to ensure what we have the same data as in
TYPO3... - 08:02 Revision 9675455b: [BUGFIX] MM Relation with add wizard resets the MM Relation
- Use the TcaDatabaseRecord instead of OnTheFly instance. This
in done to ensure what we have the same data as in
TYPO3... - 07:29 Revision be38f089: [BUGFIX] Escape value in FormEngine.removeOption selector
- Resolves: #81806
Releases: master, 8.7, 7.6
Change-Id: I1efc630a5579be8c8a1569667253f2572b9261ed
Reviewed-on: https:/... - 07:28 Revision fb771c1c: [BUGFIX] Outdated resource pointers crash for TCA type group
- Using TCA type "group" with internal_type "folder" crashes in
the backend if existing resource pointers have been mov...
Also available in: Atom