Project

General

Profile

Activity

From 2018-06-12 to 2018-07-11

2018-07-11

11:31 Revision 2695c32f: [TASK] Streamline usage of Logging
The Logger can be used with the LoggerAwareInterface+Trait combination
and was fogot for FAL related areas.
The Loca...
Benni Mack
10:48 Revision 07d9fe7b: [BUGFIX] Support fragment/section for record links
This allows for setting fragments e.g. by adding a custom recordlist
RecordLinkHandler.
Resolves: #82717
Releases: m...
Mathias Brodala

2018-07-10

20:25 Revision d8405b55: [TASK] Simplify setting BE/warning_mode
The setting used bits 1 and 2. But useful values were only 0/1/2.
So this setting can be simplified.
Resolves: #8550...
Stefan Neufeind
16:21 Revision 7ccb4a56: [BUGFIX] Repair relative path resolvement in ResourceCompressor
This patch repairs the relative path resolvment when using EXT:
for JavaScript/CSS paths.
Resolves: #84261
Releases:...
Pascal Rinker

2018-07-09

15:51 Revision 0dcb8970: [FEATURE] Introduce conditional variants for form elements
Variants allow you to change properties of a form element.
Variants can contain conditions. If a concrete condition
...
Ralf Zimmermann
15:24 Revision c7bab3e1: [TASK] Simplify and clean up error log system information
Remove inheritance from abstract log module
Inheritance was used only to be able to get the time
from which to start...
Helmut Hummel
14:56 Revision 9fffab5d: [BUGFIX] Use real HTTP status code as default for redirects
TCA defines default status code as 307, which seems
like a good default. However the SQL definition should
match this...
Michael Giek
13:26 Revision 23e02d7f: [BUGFIX] Remove superfluous Doctrine restriction check
Similar to https://review.typo3.org/#/c/57434/
the check for TSFE->showHiddenRecords is unneeded
as the RestrictionCo...
Benni Mack
11:31 Revision a28f4cc1: [BUGFIX] Bring back the maintenance information message
In case the adminOnly flag is set, an information window is shown.
The middleware now creates a valid JSON response t...
Frank Nägler
10:47 Revision c9a498b8: [BUGFIX] Scheduler: Show correct description for ipAnonymization-task
Resolves: #85512
Releases: master, 8.7, 7.6
Change-Id: I4077fe7481063feb97014048580c3fb1b1ca5e2a
Reviewed-on: https:/...
Stefan Neufeind
10:47 Revision b87432f4: [BUGFIX] Scheduler: Show correct description for ipAnonymization-task
Resolves: #85512
Releases: master, 8.7, 7.6
Change-Id: I4077fe7481063feb97014048580c3fb1b1ca5e2a
Reviewed-on: https:/...
Stefan Neufeind
10:36 Revision 80d90c6a: [BUGFIX] Scheduler: Show correct description for ipAnonymization-task
Resolves: #85512
Releases: master, 8.7, 7.6
Change-Id: I4077fe7481063feb97014048580c3fb1b1ca5e2a
Reviewed-on: https:/...
Stefan Neufeind
09:25 Revision 394dac69: [TASK] Use ServerRequestInterface in SchedulerModuleController
* replace usages of _GP, getIndpEnv
* add return hints
Resolves: #84387
Releases: master
Change-Id: I156f9005c132ab9...
Łukasz Uznański

2018-07-07

23:29 Revision a8d51b4a: [BUGFIX] Update complete database after extension installation
If an extension and its dependencies get installed, the whole
database needs to be updated instead of executing each ...
Nicole Cordes
12:15 Revision aab39102: [TASK] Refactor acceptance tests
typo3/testing-framework got a major release:
composer update typo3/testing-framework ^4.0
* codeception acceptance t...
Davert

2018-07-06

22:47 Revision 49f4e9ab: [TASK] Document loginSecurityLevel change when removing rsaauth
Releases: master
Resolves: #85500
Change-Id: I060e27a52a2a840dca2fd65db0e206f73dc5c8f9
Reviewed-on: https://review.ty...
moger-xx
22:46 Revision 88cee7fc: [BUGFIX] Re-add .panel-collapsed for caret handling
Resolves: #85505
Releases: master
Change-Id: I73315ce0c958cccbce401875b13514b7dae58f27
Reviewed-on: https://review.ty...
Andreas Fernandez
22:46 Revision 0ee70a6a: [BUGFIX] Set „scanned“ flag when scanning all extensions
Resolves: #85504
Releases: master
Change-Id: I75580fb05c0217b1c28a2109b7f6bc2147d458d8
Reviewed-on: https://review.ty...
Andreas Fernandez
22:28 Revision 138aba00: [TASK] Use str_replace instead of strtr to improve readability and clarity purposes
Resolves: #85476
Releases: master
Change-Id: I879bb7546e7e7ca0d46e8d682eb739f76df61b01
Reviewed-on: https://review.ty...
Wouter Wolters
22:13 Revision ba63d4a0: [BUGFIX] Scan extension by clicking panel
The extension scanner now scans an extension by opening its
panel again.
Resolves: #85440
Releases: master
Change-Id...
Andreas Fernandez
21:46 Revision fada35b8: [BUGFIX] Fix orientiation of carets in panels
The styling of the caret was only applied, if it is a child of
`.panel-collapsed`, which is no official Bootstrap mar...
Andreas Fernandez
21:26 Revision 085662b3: [BUGFIX] Check for exceptions instead of number of affected rows
Saving a scheduler task without any changes leads to 0 affected
rows which must not be interpreted as an error.
Reso...
Georg Ringer
21:13 Revision bcf02891: [TASK] Replace misused in_array calls
Resolves: #85474
Releases: master
Change-Id: I62b1fe0b5ea3e1b5340aa18c216c7491d2d64fad
Reviewed-on: https://review.ty...
Wouter Wolters
21:00 Revision bf4bfb79: [BUGFIX] Check for exceptions instead of number of affected rows
Saving a scheduler task without any changes leads to 0 affected
rows which must not be interpreted as an error.
Reso...
Georg Ringer
20:47 Revision 934c6154: [TASK] Migrate EXT:backend LoginRefresh to TypeScript
Resolves: #82595
Releases: master
Change-Id: Iebec35d3f1be6b70e3976a04c9820c9277a845e3
Reviewed-on: https://review.ty...
Frank Nägler
19:58 Revision ab410c57: [BUGFIX] Convert date objects to string in SaveToDatabase finisher
The SaveToDatabase now converts DateTime(Immutable) objects to strings
to make it possible to save values from "Date"...
Ralf Zimmermann
19:41 Revision 6134369f: [BUGFIX] Convert date objects to string in SaveToDatabase finisher
The SaveToDatabase now converts DateTime(Immutable) objects to strings
to make it possible to save values from "Date"...
Ralf Zimmermann
17:54 Revision 770b3a56: [BUGFIX] Use correct HTTP method in GeneralUtility::getUrl
When fetching only headers from an URL there is no need
to download the whole content.
This was overlooked when migra...
Markus Klein
17:34 Revision a2a3b699: [BUGFIX] Use correct HTTP method in GeneralUtility::getUrl
When fetching only headers from an URL there is no need
to download the whole content.
This was overlooked when migra...
Markus Klein
17:24 Revision 90a517cf: [TASK] Migrate LayoutModule/DragDrop.js to TypeScript
Change-Id: If29efc14acf4155ac820dfbd966fd7cdc8003fe2
Resolves: #84168
Releases: master
Reviewed-on: https://review.ty...
Andreas Wolf
16:57 Revision 535eca54: [TASK] Code cleanup in /frontend/Tests/Unit/ContentObject/
This patch is just groundwork for upcomming "make test xxx notice free"
patches.
Resolves: #85497
Related: #84456
Re...
Jan Helke
15:36 Revision b5bb23b2: [TASK] Use in_array instead of array_search
Resolves: #85480
Releases: master
Change-Id: I0c666be36a30add9742fdba33d8211daf839fcf9
Reviewed-on: https://review.ty...
Wouter Wolters
14:38 Revision 0bc3e6c1: [BUGFIX] Disable edit of file metadata without translation
This avoids an error in case file metadata is edited through a file
reference and there is no file metadata translati...
Łukasz Uznański
13:46 Revision 6f675678: [TASK] Streamline templates in System Maintenance Area
- Introduce proper `<html>` tag
- Use callouts instead of alerts
- Deleted obsolete template files
- Streamline handl...
Andreas Fernandez
12:20 Revision 28fd8ffe: [BUGFIX] Use unknown OS icon instead of Windows as fallback
Resolves: #84870
Releases: master, 8.7
Change-Id: Ia89f4ba0aa70616e185cad6cc29858157ef0e656
Reviewed-on: https://revi...
Jan Stockfisch
12:08 Revision e04913ff: [TASK] Add various Composer scripts
This vastly simplifies running common commands for TYPO3 development.
E.g. executing PHPUnit can be done like this:
...
Mathias Brodala
11:46 Revision cadbc4d2: [TASK] Add various Composer scripts
This vastly simplifies running common commands for TYPO3 development.
E.g. executing PHPUnit can be done like this:
...
Mathias Brodala
09:24 Revision 09856b40: [TASK] Use secure deserialization in extension manager
In order to harden the deserialization of scalar and array values
in extension manager unserialize() calls are harden...
Oliver Hader

2018-07-05

16:47 Revision 728ec5b0: [TASK] Use secure deserialization in extension manager
In order to harden the deserialization of scalar and array values
in extension manager unserialize() calls are harden...
Oliver Hader
10:03 Revision 9760a61a: [BUGFIX] Fix "orderBy" in DatabaseQueryProcessor example
Releases: master, 8.7, 7.6
Resolves: #85473
Change-Id: Ic0ac284bb8f02c7275e17bde67e79bb20a7fd919
Reviewed-on: https:/...
Daniel Siepmann
10:03 Revision e7423482: [BUGFIX] Fix "orderBy" in DatabaseQueryProcessor example
Releases: master, 8.7, 7.6
Resolves: #85473
Change-Id: Ic0ac284bb8f02c7275e17bde67e79bb20a7fd919
Reviewed-on: https:/...
Daniel Siepmann
09:43 Revision cc6d67cd: [BUGFIX] Fix double slashes in RequireJS config of install tool
RequireJS configs do not have a slash at the end of the path.
The Debug Console shows that files are loaded with dou...
Benni Mack
09:41 Revision d85a271d: [BUGFIX] Fix "orderBy" in DatabaseQueryProcessor example
Releases: master, 8.7, 7.6
Resolves: #85473
Change-Id: Ic0ac284bb8f02c7275e17bde67e79bb20a7fd919
Reviewed-on: https:/...
Daniel Siepmann
08:53 Revision 73033ece: [BUGFIX] Fixing login logo height in IE
Resolves: #78592
Releases: master, 8.7
Change-Id: Ia7b3a25f6af61fce5376a68c1188c9564d603a23
Reviewed-on: https://revi...
Presedo Roberto

2018-07-04

21:52 Revision e128ccac: [BUGFIX] Fixing login logo height in IE
Resolves: #78592
Releases: master, 8.7
Change-Id: Ia7b3a25f6af61fce5376a68c1188c9564d603a23
Reviewed-on: https://revi...
Presedo Roberto
21:51 Revision aa5ccf0e: [BUGFIX] Update complete database after extension installation
If an extension and its dependencies get installed, the whole
database needs to be updated instead of executing each ...
Nicole Cordes
16:40 Revision 3130ee5b: [TASK] Stabilize acceptance tests
This is one patch in the 'stabilize acceptance tests'
again mission. It changes various details in the Cest files.
At...
Christian Kuhn
09:13 Revision e14effc3: [TASK] Improve custom CE explanation in FSC
Resolves: #85459
Releases: master, 8.7
Change-Id: I1732782fa920ffa0f7bfd42016a45ac6437bff0a
Reviewed-on: https://revi...
Mathias Brodala
09:04 Revision 97c4fb23: [TASK] Improve custom CE explanation in FSC
Resolves: #85459
Releases: master, 8.7
Change-Id: I1732782fa920ffa0f7bfd42016a45ac6437bff0a
Reviewed-on: https://revi...
Mathias Brodala

2018-07-03

17:03 Revision ae73acf0: [BUGFIX] Fix „templates“ of Extension scanner
Due to a wrong change on the template container, the extension scanner
broke. This change recovers the functionality....
Andreas Fernandez
11:39 Revision 1a587eb1: [BUGFIX] Ensure extension icon exists before calling ImageInfo
As the extension icon is not required, this patch prevents warnings
that are triggered because no image size can be f...
Nicole Cordes
10:50 Revision 37dcad0b: [BUGFIX] Fix „templates“ of Upgrade Wizards
Due to a wrong change on the template container, the upgrade wizards
broke. This change recovers the functionality.
...
Andreas Fernandez
09:01 Revision 09ece320: [TASK] Store System Maintenance tokens in data attributes
The tokens used in the System Maintenance area are stored in hidden
`<div>` elements, which is syntactically wrong an...
Andreas Fernandez

2018-07-02

21:32 Revision cd1dad8e: [BUGFIX] Use correct type for getSections $mode parameter comment
Resolves: #85399
Releases: master
Change-Id: I981886a920a0229fcb2f9fbb12ff7c914c563fb6
Reviewed-on: https://review.ty...
Tymoteusz Motylewski
16:30 Revision 9c75ad46: [TASK] Synchronize .rst files between core versions
Resolve some minor differences between v8 and master
according to Changelog/Howto.rst. v7 is ok.
Resolves: #85454
Re...
Christian Kuhn
16:30 Revision 95ec21cb: [TASK] Synchronize .rst files between core versions
Resolve some minor differences between v8 and master
according to Changelog/Howto.rst. v7 is ok.
Resolves: #85454
Re...
Christian Kuhn
14:59 Revision 6ac69d7c: [BUGFIX] Adjust Headline of documentation file
With the correct delimiter, the category feature for the documentation
file can be properly retrieved and does not ge...
Anja Leichsenring
14:39 Revision 5ec9772e: [BUGFIX] Display documentation changelog files with same issue number
By using a hash instead of the issue number as array key, no file gets
lost any longer due to collision. Same issue n...
Anja Leichsenring
14:29 Revision f66e72e2: [TASK] Deprecate ContentObjectRenderer->calcIntExplode()
The method ContentObjectRenderer->calcIntExplode() is only used
within GraphicalMenuObject and can be migrated into t...
Benni Mack
14:23 Revision cb446507: [BUGFIX] Display documentation changelog files with same issue number
By using a hash instead of the issue number as array key, no file gets
lost any longer due to collision. Same issue n...
Anja Leichsenring
14:10 Revision 85365955: [TASK] Streamline initialization of PageRepository
PageRepository ($TSFE->sys_page) has an init() function, which sets
some public properties, but is also called from t...
Benni Mack
14:04 Revision 18cc2e4f: [TASK] Make search field in install tool document viewer clearable
The clear button comes in handy after every performed search to
empty the search input field without need for several...
Anja Leichsenring
13:50 Revision e9f40a76: [BUGFIX] Handle missing repository mirrors in Languages module
If no extension repository mirror is present, properly throw the
(actually advertised) exception which is handled in ...
Mathias Brodala
12:57 Revision 0135224f: [BUGFIX] Make ckeditor link browser not drop CSS-Classes if editing again
Fix the link browser to not drop the CSS-Class value with multiple classes
if editing the same link.
Resolves: #8518...
Frédéric Lebel
12:48 Revision 7199809b: [TASK] Decouple TemplateService->getFileName
TemplateService in TYPO3 frontend is responsible for
fetching sys_template records and sorting TypoScript
related thi...
Benni Mack
12:24 Revision bf5e298a: [BUGFIX] Adapt glitches of context patch
Some type hinting related and test changes from the main
context patch are fixed with the patch.
Resolves: #85447
Re...
Christian Kuhn
12:18 Revision b5a61948: [BUGFIX] Make ckeditor link browser not drop CSS-Classes if editing again
Fix the link browser to not drop the CSS-Class value with multiple classes
if editing the same link.
Resolves: #8518...
Frédéric Lebel
12:01 Revision bb8a6067: [BUGFIX] Remove unused Doctrine restriction
During the Doctrine DBAL refactoring, an
additional check for $TSFE->sys_page->showHiddenRecords
was introduced.
Fir...
Benni Mack
11:15 Revision 7f2df9c5: [BUGFIX] Remove unused Doctrine restriction
During the Doctrine DBAL refactoring, an
additional check for $TSFE->sys_page->showHiddenRecords
was introduced.
Fir...
Benni Mack
08:36 Revision 3e83a6b1: [TASK] Migrate Extbase Typo3DbBackend to Context API
Due to the introduction of Contexts, it is now possible
for Extbase to use the global context and to modify
it to set...
Benni Mack

2018-07-01

17:47 Revision ed0e14b2: [BUGFIX] Fix regressions and leftovers in Context API
Some usages where now-deprecated properties are used,
have been adjusted.
The RST file has been enhanced to clarify ...
Benni Mack

2018-06-30

15:08 Revision c2bd0819: [BUGFIX] Try to translate given help text of select items
Use the LanguageService for help texts of select items.
This can be tested with the element 'select_checkbox_3' of th...
Mathias Brodala
09:09 Revision 485f2891: [TASK] Streamline FAL pre-emit signals for createFile and setContent
In order to streamline the FAL API the following signals have been added.
The according post-processing signals have ...
Oliver Hader
08:42 Revision dda2f6c9: [TASK] Streamline FAL pre-emit signals for createFile and setContent
In order to streamline the FAL API the following signals have been added.
The according post-processing signals have ...
Oliver Hader
08:33 Revision 8d214f3b: [TASK] Reduce logic in render methods of YouTube and Vimeo Renderer
This patch moves the logic from the render method of the
YouTube and Vimeo Renderer to dedicated methods to keep
the ...
Daniel Goerz

2018-06-29

10:20 Revision c06a12c4: [BUGFIX] Add allow="autoplay; fullscreen" to YouTube/Vimeo iframes
With the new chrome auto play policies we need to add a additional allow
attribute to the iframe to support autoplay....
Frans Saris
10:03 Revision 22965235: [BUGFIX] Adjust Headline of documentation file
With the correct delimiter, the category feature for the documentation
file can be properly retrieved and does not ge...
Anja Leichsenring
09:40 Revision e81f7e78: [BUGFIX] Adjust Headline of documentation file
With the correct delimiter, the category feature for the documentation
file can be properly retrieved and does not ge...
Anja Leichsenring
08:42 Revision 680c7b75: [TASK] Reduce logic in render methods of YouTube and Vimeo Renderer
This patch moves the logic from the render method of the
YouTube and Vimeo Renderer to dedicated methods to keep
the ...
Daniel Goerz

2018-06-28

21:09 Revision 3ce9cc7a: [BUGFIX] Ensure extension icon exists before calling ImageInfo
As the extension icon is not required, this patch prevents warnings
that are triggered because no image size can be f...
Nicole Cordes
19:51 Revision 0c5436ae: [TASK] Migrate "GFX/processor_effects" to boolean
Ensure "GFX/processor_effects" is a true boolean as suggested in
the settings module and silently migrate integer/str...
Mathias Brodala
15:28 Revision 6a79129b: [BUGFIX] Separate icon and text in inline record control buttons
Resolves: #85415
Releases: master, 8.7
Change-Id: I5cee4230bb415dcb3d7dfcd0aae7614489cec7eb
Reviewed-on: https://revi...
Mathias Brodala
15:04 Revision ad9da640: [BUGFIX] Separate icon and text in inline record control buttons
Resolves: #85415
Releases: master, 8.7
Change-Id: I5cee4230bb415dcb3d7dfcd0aae7614489cec7eb
Reviewed-on: https://revi...
Mathias Brodala
09:38 Revision fd5de42d: [TASK] Drop usages of PATH_typo3, PATH_typo3conf
After PATH_site usages have been dropped, this patch drops
the other path related constants PATH_typo3 and PATH_typo3...
Christian Kuhn
08:57 Revision 4e8c3f68: [TASK] Do not cache results of LiveSearch
Resolves: #85412
Releases: master, 8.7
Change-Id: I7cac1b53f9cc7c7fa3c6c9e1752b7b2513d39c5d
Reviewed-on: https://revi...
Andreas Fernandez
08:39 Revision cdd7325d: [TASK] Do not cache results of LiveSearch
Resolves: #85412
Releases: master, 8.7
Change-Id: I7cac1b53f9cc7c7fa3c6c9e1752b7b2513d39c5d
Reviewed-on: https://revi...
Andreas Fernandez

2018-06-27

19:45 Revision 5ac17650: [TASK] Add Error Codes to Page Failure Reasons
A new class with constants is added to make the TYPO3 internal errors
why a page cannot be displayed in the frontend ...
Benni Mack
16:03 Revision 5d0fdb37: [TASK] Drop unused code in SilentConfigurationUpgradeService
This removes unused code which is left over from the fix for #83591.
Resolves: #83591
Releases: 8.7
Change-Id: Ibdf2...
Mathias Brodala
14:47 Revision ad66e36a: [BUGFIX] Re-Init CKEditor after re-sorting of inline records
This patch triggers an event and uses this event to re-init the
CKEditor after re-sorting inline records.
Resolves: ...
Frank Nägler
14:32 Revision 7f35dc49: [TASK] styleguide: TCA: Add description properties
Christian Kuhn
13:27 Revision 5f8f50a0: [FEATURE] Add Contexts for storing data access modes
A new "Context" concept is added which allows to keep
the state of common TYPO3 Request Data in form of
so-called Asp...
Benni Mack
12:58 Revision e139c972: [!!!][TASK] Drop "documentation" extension
The docs team is working on a new docs.typo3.org rendering
chain that can come with some new long awaited features.
O...
Christian Kuhn
12:18 Revision 95000e9c: [!!!][FEATURE] Add property to disable form elements/finishers
Add a new rendering option called 'enabled' to control
the visibility for form elements and finishers.
Releases: mas...
Ralf Zimmermann
10:58 Revision 0b27b0a9: [BUGFIX] Re-Init CKEditor after re-sorting of inline records
This patch triggers an event and uses this event to re-init the
CKEditor after re-sorting inline records.
Resolves: ...
Frank Nägler
10:41 Revision d6a95812: [TASK] Only import extensions from 2015+ into EM
As proposed here https://decisions.typo3.org/t/reduce-size-of-extension-manager-db-table/329/
the EM only imports ent...
Benni Mack
10:13 Revision a3395ece: [TASK] CKEditor RTE: Add button to insert soft hyphen
This patch re-adds a missing functionality to CKEditor.
Due to the move from htmlArea to CKEditor, the well-known an...
Josef Glatz
10:01 Revision fd8a3362: [TASK] Add LoginType enumeration
A new enumeration class "LoginType" is added to simplify readability and validation
of correct strings within the TYP...
Benni Mack
00:22 Revision 62de88be: [BUGFIX] Repair relative path resolvement in ResourceCompressor
This patch repairs the relative path resolvment when using EXT:
for JavaScript/CSS paths.
Resolves: #84261
Releases:...
Pascal Rinker

2018-06-26

22:34 Revision 600db401: [TASK] Remove console.log call in ContextHelp.js
Resolves: #85397
Releases: master
Change-Id: If0551d96a751474b7281c71c84262da2fa0e7816
Reviewed-on: https://review.ty...
Frank Nägler
22:11 Revision 1ef34b71: [TASK] Move csh handling to backend extension
The core and documentation team decided to drop the inline
manual view from core for various reasons that will be fur...
Christian Kuhn
22:00 Revision 1f2e251a: [BUGFIX] Add index to pid column in sys_file_metadata
This improves the performance of the page tree in workspaces.
Resolves: #85387
Releases: 8.7
Change-Id: I55609d3af95...
Frédéric Lebel
21:44 Revision 998e6e94: [BUGFIX] Make TSConfig preview configuration work again
Fixes regression introduced in https://review.typo3.org/#/c/56693/
the Page TSConfig is now properly fetched.
Resolv...
Tymoteusz Motylewski
21:25 Revision d00ce424: [TASK] Deprecate TYPO3\CMS\Core\Database\PdoHelper
The PdoHelper class with its single method importSql() has
been added for the Pdo cache backend which is also still
t...
Christian Kuhn
14:51 Revision 3686e566: [BUGFIX] Fix override handling for element specific field values
This patch fixes a broken JavaScript code which removes the field and
placeholder divs in FormeEngine.js field overri...
Frank Nägler
14:32 Revision 98000585: [BUGFIX] Fix override handling for element specific field values
This patch fixes a broken JavaScript code which removes the field and
placeholder divs in FormeEngine.js field overri...
Frank Nägler
14:15 Revision 142863cd: [BUGFIX] RTE: Disable autolink functionality in source-mode
Limit the functionality only to the wysiwyg-mode. This also
prevents javascript errors in source-mode.
Resolves: #85...
Josef Glatz
10:51 Revision a8649db0: [BUGFIX] RTE: Disable autolink functionality in source-mode
Limit the functionality only to the wysiwyg-mode. This also
prevents javascript errors in source-mode.
Resolves: #85...
Josef Glatz
09:13 Revision 69789334: [TASK] CKEditor RTE: Add button to insert soft hyphen
This patch re-adds a missing functionality to CKEditor.
Due to the move from htmlArea to CKEditor, the well-known an...
Josef Glatz

2018-06-25

20:54 Revision 4cb53e82: [TASK] Use trait for public method access deprecation
Resolves: #85344
Releases: master
Change-Id: I47e42e974ea14f91b192c6521196c972c404b442
Reviewed-on: https://review.ty...
Mathias Brodala
20:49 Revision 791f62bc: [BUGFIX] CKEditor: show selectAll button in preset "full"
Resolves: #85383
Releases: master, 8.7
Change-Id: I108167eef9ba1028991d332d952c68cecd0fa649
Reviewed-on: https://revi...
Josef Glatz
18:17 Revision 99aea9d7: [BUGFIX] CKEditor: show selectAll button in preset "full"
Resolves: #85383
Releases: master, 8.7
Change-Id: I108167eef9ba1028991d332d952c68cecd0fa649
Reviewed-on: https://revi...
Josef Glatz
16:40 Revision b84873bf: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/115 from andreasfernandez/master
[TASK] styleguide: Add eval=email field to basic Christian Kuhn
11:31 Revision 5daf6d83: [BUGFIX] Remove usage of non core tables in linkvalidator configuration
To avoid possible errors the non core table tt_news is removed from
the linkvalidator configuration.
Resolves: #8532...
Georg Ringer
07:16 Revision 40c6c657: [TASK] Update momentjs components
yarn upgrade moment@2.22.2
yarn upgrade moment-timezone@0.5.20
Resolves: #85223
Releases: master
Change-Id: If353c4a...
Frank Nägler
00:06 Revision 8833bf90: [BUGFIX] Better handling of requests in ExternalLinktype
- Always check for existing response
- If HEAD request fails, a GET request should always be triggered
- Restructured...
Sybille Peters
00:02 Revision c78e9b42: [BUGFIX] Use unique keys for includeJSLibs and addJsFooterLibrary
As both TS configurations use its key the latter must use a prefix
to avoid an instant override of rendered JS file.
...
Georg Ringer
00:02 Revision fd5c9df2: [BUGFIX] Use unique keys for includeJSLibs and addJsFooterLibrary
As both TS configurations use its key the latter must use a prefix
to avoid an instant override of rendered JS file.
...
Georg Ringer

2018-06-24

23:54 Revision c2d1150c: [BUGFIX] Do not link l18n_cfg restricted pages
Prevent linking a page that is either restricted for the default
language or where any fallback is forbidden.
Resolv...
Nicole Cordes
23:54 Revision 416efd8d: [BUGFIX] Do not link l18n_cfg restricted pages
Prevent linking a page that is either restricted for the default
language or where any fallback is forbidden.
Resolv...
Nicole Cordes
23:51 Revision c7f49307: [TASK] Avoid thousands of removeDotsFromTs in TemplatePaths
This patch avoids calling GeneralUtility::removeDotsFromTs
on the entire TS array, instead selectively calling it onl...
Claus Due
14:01 Revision b2aa2012: [BUGFIX] Better handling of requests in ExternalLinktype
- Always check for existing response
- If HEAD request fails, a GET request should always be triggered
- Restructured...
Sybille Peters

2018-06-23

22:10 Revision bee0908a: [TASK] Unsplit the save button of the sites configuration module
Resolves: #85365
Releases: master
Change-Id: Ie7a5bd60218b2dc9293a5a53995e5a63685c6288
Reviewed-on: https://review.ty...
Patrick Schriner
21:38 Revision 24cf38d8: [TASK] Avoid thousands of removeDotsFromTs in TemplatePaths
This patch avoids calling GeneralUtility::removeDotsFromTs
on the entire TS array, instead selectively calling it onl...
Claus Due
21:22 Revision e5045205: [BUGFIX] Calculate count of records instead of using a query
Calculate the count of records within the code instead of using a
query which is conceptionally wrong using limit and...
Georg Ringer
16:41 Revision 2c2a695d: [BUGFIX] Fetch Vimeo preview in higher quality
Resolves: #85176
Releases: master, 8.7
Change-Id: Ic90137b3e58cc7c178eb899448a2efa828f9fb25
Reviewed-on: https://revi...
Frans Saris
16:41 Revision cc60ee08: [FEATURE] Add support to CurrencyViewHelper for mdash
If the option `useDash` is set and a round value is given,
the decimal place is rendered as a dash.
Do tests refactor...
Timo Poppinga
16:28 Revision 21a8cbc6: [BUGFIX] Fetch Vimeo preview in higher quality
Resolves: #85176
Releases: master, 8.7
Change-Id: Ic90137b3e58cc7c178eb899448a2efa828f9fb25
Reviewed-on: https://revi...
Frans Saris
12:32 Revision 6e69a421: [CLEANUP] Introduce early returns in class LinkAnalyzer
Some methods in the class were deeply nested and thus hard to
understand; the early returns make the flow more linear...
Andreas Wolf
12:14 Revision 255cc86d: [BUGFIX] Fix collection of allowed pages in suggest receiver
When using the pidList and pidDepth TSconfig settings of the
suggest wizard the recursive collection of the allowed
p...
Alexander Stehlik
12:12 Revision 7b0f18eb: [BUGFIX] Remove reset of GFX/processor_effects to -1
When entering the Install Tool and the GFX/processor is set to
GraphicsMagick the value for GFX/processor_effects is ...
Marc Willmann
12:08 Revision e8cb2667: [BUGFIX] Remove mediace extraction update
The mediace Extension is only available for TYPO3 7.6.
There is no point for this update in TYPO3 8.
Resolves: #835...
Alexander Stehlik
12:03 Revision dfbd9873: [TASK] Remove IP address from details field of sys_log entry
Avoid persisting the IP address of a login action twice and just use
the one of the IP field.
Additionally the anoym...
Georg Ringer
11:52 Revision 1b869d7a: [BUGFIX] Remove reset of GFX/processor_effects to -1
When entering the Install Tool and the GFX/processor is set to
GraphicsMagick the value for GFX/processor_effects is ...
Marc Willmann
11:36 Revision 52aa454e: [BUGFIX] Fix collection of allowed pages in suggest receiver
When using the pidList and pidDepth TSconfig settings of the
suggest wizard the recursive collection of the allowed
p...
Alexander Stehlik
11:31 Revision 31ae0b67: [TASK] Show speaking exception message if form definition is invalid
Show a speaking exception message within the frontend if the
form definition is invalid.
Releases: master, 8.7
Resol...
Ralf Zimmermann
11:25 Revision 5faebd24: [BUGFIX] Support fragment/section for record links
This allows for setting fragments e.g. by adding a custom recordlist
RecordLinkHandler.
Resolves: #82717
Releases: m...
Mathias Brodala
11:23 Revision 1cebf96e: [FEATURE] Use HTML5 field types and attributes in FormEngine
The FormEngine renders now HTML5 specific field types and attributes
based on its `eval` config.
Resolves: #85355
Re...
Andreas Fernandez
02:53 Revision be657305: [BUGFIX] Unknown OS icon instead of windows as fallback
Resolves: #84870
Releases: master
Change-Id: Ia89f4ba0aa70616e185cad6cc29858157ef0e656
Reviewed-on: https://review.ty...
Jan Stockfisch
01:26 Revision 1d7642ae: [FEATURE] Add interval presets for cron command field of scheduler task
Improve the usability by having presets for the cron command field
of a scheduler task.
Resolves: #44297
Releases: m...
Georg Ringer
01:17 Revision 92ee4e4f: [BUGFIX] Remove Byte Order Mark from TypoScript includes
If TypoScript files have a Byte Order Mark (BOM) set, the TypoScript
parser may fail as the invisible characters dist...
Andreas Fernandez
01:14 Revision 57225f2c: [BUGFIX] Language selector not shown in default page without translation
When editing a page, the language selector in the upper left corner is
not visible when the page is in the default la...
Patrick Broens
01:04 Revision bb84bb58: [TASK] Recommend lockSSL option in reports module
Introduce a new status for $GLOBALS['TYPO3_CONF_VARS']['BE']['lockSSL'].
The new check is only shown if the backend ...
Josef Glatz
00:52 Revision 3ec05825: [TASK] Improve styling of "caches flushed" notification
Change-Id: I1a2459097dfe513b4e40793a74506b56ea858649
Resolves: #85354
Releases: master
Reviewed-on: https://review.ty...
Andreas Wolf
00:22 Revision 73ffa61f: [BUGFIX] Remove Byte Order Mark from TypoScript includes
If TypoScript files have a Byte Order Mark (BOM) set, the TypoScript
parser may fail as the invisible characters dist...
Andreas Fernandez

2018-06-22

23:56 Revision 6df81c3a: [TASK] Improve number fields in the setup module
Improve fields holding numbers in the setup module by using the type "number"
and reducing the size.
Resolves: #6830...
Georg Ringer
23:44 Revision 5b1180d9: [TASK] styleguide: Add eval=email field to basic
Andreas Fernandez
23:41 Revision 2831b603: [BUGFIX] Add allow="autoplay; fullscreen" to YouTube/Vimeo iframes
With the new chrome auto play policies we need to add a additional allow
attribute to the iframe to support autoplay....
Frans Saris
23:34 Revision d8d2a8d6: [TASK] Ask confirmation to install "adminpanel" extension
Resolves: #84789
Releases: master
Change-Id: I5b59519eb3497c7c459efe1f238c91f4fe7e9e19
Reviewed-on: https://review.ty...
Mathias Brodala
23:12 Revision abf65b89: [TASK] Fix typo in Install Tool description
Removes the superfluous word 'the' in the Install Tool.
It is found in the description of [SYS][systemLog].
Resolves...
Sebastian Klein
22:59 Revision 22579e70: [TASK] Open modals in install tool with better sizes
Resolves: #85348
Releases: master
Change-Id: Id9edf5f83719d5923fd410dc8dcf719280cc0095
Reviewed-on: https://review.ty...
Frank Nägler
22:53 Revision 5ff25bdd: [BUGFIX] Display the action-icons "Insert inside" and "Insert after" in white
Added a new css-rule to display the icon in the dropown in the colored
Toolbar.
Resolves: #85135
Releases: master
Ch...
Aljoscha Weber
22:01 Revision 6f0ba6f0: [BUGFIX] Fix exception for folder move/copy between storages
This ensures that the user is shown the correct error message.
Resolves: #85302
Releases: master, 8.7
Change-Id: Ide...
Mathias Brodala
21:58 Revision f972b370: [TASK] Add .ddev to ignore
Resolves: #85324
Releases: master, 8.7, 7.6
Change-Id: I90461715f59cd74c72571151f3e37cb4ee374b7f
Reviewed-on: https:/...
Harry
21:58 Revision f2899f6a: [TASK] Add .ddev to ignore
Resolves: #85324
Releases: master, 8.7, 7.6
Change-Id: I90461715f59cd74c72571151f3e37cb4ee374b7f
Reviewed-on: https:/...
Harry
21:55 Revision 93956ccb: [TASK] Remove NULL initialization and redundant assignments
Class properties explicitly initialized with NULL and
redundant assignments in constructors are removed.
Resolves: #...
Wouter Wolters
21:54 Revision d82c549d: [TASK] Show infobox for records which are set to readOnly
Records can be set to readOnly by setting 'readOnly` in the TCA ctrl section.
Inform editors by rendering an infobox ...
Mathias Brodala
21:48 Revision 8378c8a6: [BUGFIX] Allow setting "ready to publish" workspace state again
The "ready to publish" workspace state has the internal negative
identifier -10 which is not supported anymore since ...
Oliver Hader
21:47 Revision ce546616: [TASK] Add details for named keys in translation arguments
Releases: master
Resolves: #85347
Change-Id: I4214d2cbbf46a1fef78e0ee27793ff7f8f8e0cc2
Reviewed-on: https://review.ty...
Mathias Brodala
21:47 Revision c2d666da: [BUGFIX] Fix exception for folder move/copy between storages
This ensures that the user is shown the correct error message.
Resolves: #85302
Releases: master, 8.7
Change-Id: Ide...
Mathias Brodala
21:46 Revision 10a9e0ee: [TASK] Add .ddev to ignore
Resolves: #85324
Releases: master, 8.7, 7.6
Change-Id: I90461715f59cd74c72571151f3e37cb4ee374b7f
Reviewed-on: https:/...
Harry
21:40 Revision 1a9bb6cd: [TASK] Replace nested dirname calls with using the levels parameter
Resolves: #85292
Releases: master
Change-Id: I3abfce7fb91b007769c63aaff4da6c1b672ef947
Reviewed-on: https://review.ty...
Wouter Wolters
20:54 Revision 5e97e5d3: [TASK] Allow preload Tag in VideoTagRenderer
Add the preload parameter to the VideoTagRenderer.
Resolves: #84523
Releases: master, 8.7
Change-Id: I961eee2c204d74...
Guido Schmechel
20:54 Revision 6a88e81b: [BUGFIX] Make functional tests run with sql_mode STRICT_TRANS_TABLES
The text columns do not support default value.
Let's change the definition of the columns in irre_tutorial to varchar...
Tymoteusz Motylewski
20:38 Revision 32575ea2: [TASK] Add modestbranding to YouTubeRenderer
Add the modestbranding parameter to the YoutubeRender.
Resolves: #85114
Releases: master, 8.7
Change-Id: Id76c0dd9ec...
Guido Schmechel
20:34 Revision 9c9dd1ce: [TASK] Allow preload Tag in VideoTagRenderer
Add the preload parameter to the VideoTagRenderer.
Resolves: #84523
Releases: master, 8.7
Change-Id: I961eee2c204d74...
Guido Schmechel
20:26 Revision 301bde3e: [TASK] Add modestbranding to YouTubeRenderer
Add the modestbranding parameter to the YoutubeRender.
Resolves: #85114
Releases: master, 8.7
Change-Id: Id76c0dd9ec...
Guido Schmechel
18:09 Revision c9539afa: [TASK] Unsplit the splitbutton
This patch splits the splitbutton into several separate buttons, which
all serve a single action. Modals are used for...
Patrick Broens
17:41 Revision 649f96f0: [BUGFIX] Correct HTML markup in database analyzer
HTML lists must only contain list items.
Resolves: #85342
Releases: master
Change-Id: I7eed0814e14a28d0cb49863b0cb9f...
Benjamin Kott
16:02 Revision a2412504: [TASK] Revert "[BUGFIX] Honor l18n_cfg settings in PageRepository"
This reverts commit 7e8a72cfde06597eca5c4d30ecbdb6b3ab7a541d.
Handling l18n_cfg in PageRespository is the wrong plac...
Nicole Cordes

2018-06-21

18:24 Revision 8df89820: [TASK] Document description column added to pages table
Resolves: #85313
Releases: master
Change-Id: I7bf70b4abf1240dfc803f0908b810659d73b4bf6
Reviewed-on: https://review.ty...
Mathias Brodala
15:22 Revision 42f23ff6: [TASK] Add notes field for table pages
The table pages should have the notes field as well.
Resolves: #85313
Releases: master
Change-Id: I47e52334fca490976...
Georg Ringer
13:16 Revision d8db3dd3: [TASK] Unify simulate user settings for Backend admins
The "Simulate user" functionality of the "User settings"
module for backend admins is UX wise a distaster: This
funct...
Christian Kuhn
12:07 Revision 733eaace: [TASK] Improve wording of upgrade wizards in Install Tool
Change the misleading headling "Available wizards" and
switch color of progress bar to success if 100% reached.
Reso...
Nicole Cordes
11:24 Revision 46a57878: [BUGFIX] Only query default language PIDs in suggest wizard
Due to the removal of "pages_language_overlay", the page IDs for
FormEngine's suggest wizard contains page IDs of all...
Benni Mack
11:14 Revision 40a5ff47: [BUGFIX] Avoid prev/next arrows if only 1 system news is shown
If only one system news is shown, it makes no sense to render arrows
to switch to other news records. Therefore those...
Georg Ringer
10:59 Revision 87427a3b: [TASK] Improve wording of upgrade wizards in Install Tool
Change the misleading headling "Available wizards" and
switch color of progress bar to success if 100% reached.
Reso...
Georg Ringer
10:47 Revision 6ef18747: [BUGFIX] Avoid prev/next arrows if only 1 system news is shown
If only one system news is shown, it makes no sense to render arrows
to switch to other news records. Therefore those...
Georg Ringer

2018-06-20

10:08 Revision 9c161c29: [BUGFIX] Allow redirect from typo3/install again
Due to refactorings of constants, Environment:isCli()
needs to be initialized now. This breaks the
existing redirect ...
Benni Mack

2018-06-19

14:34 Revision 878a3449: [TASK] Show infobox for records which are set to readOnly
Records can be set to readOnly by setting 'readOnly` in the TCA ctrl section.
Inform editors by rendering an infobox ...
Georg Ringer
12:48 Revision eed30bb4: [BUGFIX] Cast database result uid to int
As the OrphanRecordsCommand is using strict types
the results in row['uid'] has been casted to int
before usage in fu...
Susanne Moog

2018-06-18

09:36 Revision 17692314: [BUGFIX] Cast uid from database to int in TableWizard
Resolves: #85294
Releases: master
Change-Id: Id15a7dc0896a7031272ef5dde41606aaebaaec9c
Reviewed-on: https://review.ty...
Susanne Moog
07:02 Revision 690e80f5: [TASK] Merge str_replace calls when applied to a variable sequentially
Resolves: #85291
Releases: master
Change-Id: Ia8db330043ccd2d123be8d6257189774969a951c
Reviewed-on: https://review.ty...
Wouter Wolters
06:57 Revision eb793171: [BUGFIX] Fix wrong strlen check in DoubleMetaPhoneUtility
while (strlen($this->primary) < 4 || strlen($this->secondary < 4)) {
should be
while (strlen($this->primary) < 4 ||...
Wouter Wolters
06:40 Revision fe5a723b: [TASK] Replace array_push with normal array assignment
Direct array assignment works faster than invoking php functions
Resolves: #85290
Releases: master
Change-Id: I607b1...
Wouter Wolters
06:33 Revision 80aeefd9: [BUGFIX] Fix wrong strlen check in DoubleMetaPhoneUtility
while (strlen($this->primary) < 4 || strlen($this->secondary < 4)) {
should be
while (strlen($this->primary) < 4 ||...
Wouter Wolters

2018-06-17

17:30 Revision 0b2a0e58: [TASK] Drop child methods that are exactly the same
Resolves: #85289
Releases: master
Change-Id: Ia35e8e36f4d9d97924ff105c549b26d851f5df40
Reviewed-on: https://review.ty...
Wouter Wolters

2018-06-15

22:59 Revision 2dd2e0ec: [TASK] Replace last occurrences of PATH_site with Environment API
Resolves: #85285
Releases: master
Change-Id: I4d12f7add6f536b3a412e554c8a6c4d64fd677e4
Reviewed-on: https://review.ty...
Benni Mack
21:24 Revision 311cfe21: [TASK] Use Environment API instead of PATH_site in core
First batch taking care of "easy" places.
Resolves: #85283
Releases: master
Change-Id: I68fa5a0559aae6191858aba7690b...
Christian Kuhn
21:22 Revision f66e9156: [TASK] Streamline imports in PHP cache classes
Most Cache classes haven't been streamlined since their inception,
some unnecessary imports.
The patch organizes the...
Benni Mack
21:21 Revision ae4fd05e: [TASK] Use Environment API instead of PATH_site in em
Resolves: #85281
Releases: master
Change-Id: I8313d9f9b564d8f6ab0f9a91ebbe93aa9c337e31
Reviewed-on: https://review.ty...
Christian Kuhn
20:20 Revision 50c17c20: [TASK] Use Environment API in documentation extension
Resolves: #85282
Releases: master
Change-Id: If54517105217a1dfba424c46ec0edbe4c5775f15
Reviewed-on: https://review.ty...
Christian Kuhn
20:14 Revision f22fa503: [TASK] Use Environment API instead of PATH_site in install
Resolves: #85280
Releases: master
Change-Id: Id8330e1fda17557284ab5ffd6081433226c74083
Reviewed-on: https://review.ty...
Christian Kuhn
17:51 Revision 506e6e53: [TASK] Use Environment API in scheduler
Resolves: #85279
Releases: master
Change-Id: I2d63540be1883fb2faea763d72a875800eae1cfa
Reviewed-on: https://review.ty...
Benni Mack
17:50 Revision f1ae421d: [TASK] Replace PATH_site with Environment API in various exts
Resolves: #85278
Releases: master
Change-Id: Ibfcad90bad0486f7571ea60edd6aba33cab0c32c
Reviewed-on: https://review.ty...
Benni Mack
17:40 Revision ba4200d9: [TASK] Use Environment API instead of PATH_site in t3editor
Resolves: #85275
Releases: master
Change-Id: Ib0a5a773387252609f01c07a441bdb183f5142c0
Reviewed-on: https://review.ty...
Christian Kuhn
17:36 Revision 76e497e4: [TASK] Use Environment API instead of PATH_site in impexp
Resolves: #85277
Releases: master
Change-Id: I6510ae323051a01e3b0e3bbdf7b347adeb46880c
Reviewed-on: https://review.ty...
Christian Kuhn
17:26 Revision 1cb5233b: [TASK] Use Environment API instead of PATH_site in EXT:backend
Several places of the PATH_site constant in EXT:backend are replaced
by the new Environment API.
Resolves: #85272
Re...
Benni Mack
17:26 Revision 843f7a9f: [TASK] Use Environment API instead of PATH_site in indexed_search
Resolves: #85273
Releases: master
Change-Id: If2a643843532d14f2b7263c66b22ad1bc0402c33
Reviewed-on: https://review.ty...
Christian Kuhn
17:26 Revision b5cd5556: [TASK] Replace PATH_site with Environment API in EXT:frontend
Resolves: #85276
Releases: master
Change-Id: Id85d7538000ce05addaa5c3d4e3607e2ff20d42e
Reviewed-on: https://review.ty...
Benni Mack
16:24 Revision e2e07114: [BUGFIX] Do not use named parameter for list of orphan records ids
The OrphanRecordsCommand fetches records by a list of ids.
This list can get very big so the database will fail if th...
Sascha Egerer
15:37 Revision a3367ca8: [BUGFIX] Do not use named parameter for list of orphan records ids
The OrphanRecordsCommand fetches records by a list of ids.
This list can get very big so the database will fail if th...
Sascha Egerer
15:18 Revision 09576ce7: [FEATURE] Load merged JS files asynchronous
The async attribute is now assigned to the script tag of the concatenated
JS files if all files have the async attrib...
Rune Piper
15:15 Revision 00439ea6: [TASK] Make extbase/Tests/Unit/Mvc/Web/RequestBuilderTest.php notice free
Releases: master
Resolves: #85265
Change-Id: Ie4d13083c256a31987097d2e0990d6e5207bef13
Reviewed-on: https://review.ty...
Jan Helke
15:12 Revision 715946d4: [TASK] Make typo3/sysext/frontend/Tests/Unit/ContentObject notice free
Releases: master
Resolves: #85263
Change-Id: I19e7a26ddf41d7b55dfd1890163364ffd2479e13
Reviewed-on: https://review.ty...
Jan Helke
14:55 Revision b6c6595a: [TASK] Use CLI and Composer Checks via Environment class
Use Environment::isCli() instead of constant munging
in various places. Usages in extbase are left out for
the time b...
Christian Kuhn
14:35 Revision 943b8571: [TASK] Make Persistence/Generic/PersistenceManagerTest.php notice free
Releases: master
Resolves: #85268
Change-Id: I80a1df3e39cafb86788b1434ed0043cc0e7372c3
Reviewed-on: https://review.ty...
Jan Helke
13:46 Revision 25e24eea: [TASK] Update tslint 5.9.1 ❯ 5.10.0
yarn upgrade tslint@^5.10.0
Resolves: #85222
Releases: master
Change-Id: I6964d4a2d7cf1d9eefb5e19468b4fca8876c055a
R...
Frank Nägler
13:03 Revision ff5145bf: [TASK] Make UnitDeprecated/ notice free
Releases: master
Resolves: #85097
Change-Id: I1eb8cb056350badf057e58fe4c0d5c22b3568133
Reviewed-on: https://review.ty...
Christian Kuhn
12:06 Revision 4c0f3aa0: [BUGFIX] Respect query constraints in suggest receiver count
The query builder that fetches the results in the suggest
receiver is re-used to get the correct count of available
r...
Alexander Stehlik
09:05 Revision fbed396e: [TASK] Add proper replaces for merged core extensions
If we merge a core extension into another one, it means
that the remaining extension technically replaces the
removed...
Helmut Hummel

2018-06-14

19:08 Revision 84a4568e: [TASK] Migrate PATH_site usages to Environment API - Part 1
Use Environment::getPublicPath() and Environment::getProjectPath()
respectively, depending on the use-case instead of...
Benni Mack
11:59 Revision 3856604a: [TASK] Update grunt components
yarn upgrade grunt
yarn upgrade grunt-contrib-watch
yarn upgrade grunt-tslint
Resolves: #85224
Releases: master
Chan...
Frank Nägler
11:46 Revision 4428c601: [TASK] Rename $sortRow to $sortColumn in DataHandler
The new name makes the code easier to understand, as the variable
contains the column name configured in ['ctrl']['so...
Tymoteusz Motylewski
11:38 Revision 59d57ee3: [TASK] Add confirmation modal to delete a site configuration
Improve usability by adding a modal to require a second click.
Resolves: #85143
Releases: master
Change-Id: I310a655...
Georg Ringer
10:06 Revision 0b00b424: [FEATURE] Enable SQLite in installation process
The patch adds SQLite as new DBMS platform to the TYPO3
instance installer if pdo_sqlite is available.
* sqlite has ...
Benni Mack
09:49 Revision 7dd71466: [FEATURE] Add trait to detect public deprecated methods
The patch adds a new trait similar to the existing one for
propreties to allow setting public methods to protected in...
Benni Mack
06:31 Revision 233e8768: [BUGFIX] Close file handle only if unused in FileWriter
Keep track of open file handles for resources across instances and
close the handle only on destructing the last know...
Susanne Moog

2018-06-13

21:26 Revision ce6766a3: [BUGFIX] Fix namespace of validation error in form
The FormElementHooks now uses the correct namespace
for the generated error.
The TranslateElementErrorViewHelper req...
Justus Moroni
20:53 Revision c347ac7a: [BUGFIX] Fix namespace of validation error in form
The FormElementHooks now uses the correct namespace
for the generated error.
The TranslateElementErrorViewHelper req...
Justus Moroni
18:15 Revision e2d1c07a: [TASK] Handle some sqlite details
* Similar to postgresql, sqlite index names must be unique
within the entire database. The patch adds a hash of the...
Christian Kuhn
16:37 Revision 414fabba: [TASK] Use Environment API instead of PATH_site for Cache Backends
The new Environment API is now used to define hashes or base paths
in cache backend classes.
Resolves: #85200
Releas...
Benni Mack

2018-06-12

19:49 Revision 7fb2443f: [TASK] Repair failing acceptance test
The test uses now a method to check on the element that takes the
DOM into consideration, and not the visibility on t...
Anja Leichsenring
19:46 Revision a470639d: [TASK] Update karma components
yarn upgrade karma-coverage@1.1.2
yarn upgrade karma-jasmine@1.1.2
Resolves: #85220
Releases: master
Change-Id: I440...
Frank Nägler
19:13 Revision fbd37288: [TASK] Repair failing acceptance test
The test uses now a method to check on the element that takes the
DOM into consideration, and not the visibility on t...
Anja Leichsenring
16:01 Revision 782c3b47: [TASK] Use current request object in Maintenance middleware
The property `$GLOBALS['TYPO3_REQUEST']` is not needed when inside
a middleware, as the current PSR-7 request object ...
Benni Mack
15:58 Revision b51ce8a1: [TASK] Update chosen-js 1.8.3 ❯ 1.8.5
yarn upgrade chosen-js@1.8.5
Resolves: #85221
Releases: master
Change-Id: Ic97a68ead2145183ef3739584af8556b8a6cc139
...
Frank Nägler
15:58 Revision 52f1e444: [TASK] Update @types definitions
yarn upgrade @types/bootstrap@3.3.39
yarn upgrade @types/jasmine@2.8.8
Resolves: #85219
Releases: master
Change-Id: ...
Frank Nägler
15:56 Revision 26a21758: [TASK] Remove mis-usage of TemplateService->fileHash
The fileHash property acts as an internal cache for
TemplateService->getFileName() and was misued since TYPO3 6.0 for...
Benni Mack
13:44 Revision 23267399: [TASK] Remove PHP bug workaround in GIFBUILDER
TYPO3 has a bound box calculation workaround due to a PHP bug,
which was fixed in PHP 7.0.12 / 7.1, which can now saf...
Benni Mack
13:35 Revision 4afcded3: [BUGFIX] Check in images which are marked as changed without changes
Looks like a different file encoding of the images results
in marking these icons as changed on OS X.
Resolves: #852...
Frank Nägler
13:22 Revision b9dabe2f: [BUGFIX] Fix comments in various places
There are some places where phpdoc comments and return types are wrong,
(an IDE shows this ASAP to you if you open up...
Benni Mack
13:22 Revision 83bdeb0a: [TASK] Change label of Sites Module to "Sites"
In order to make finding the module more straightforward, its tab label
has been set to “Sites” which should be more ...
Mathias Schreiber
13:11 Revision 721dea97: [BUGFIX] Fix comments in various places
There are some places where phpdoc comments and return types are wrong,
(an IDE shows this ASAP to you if you open up...
Benni Mack
10:57 Revision 630f063d: [TASK] Deprecate methods in ReflectionService
As the ReflectionService class is only a wrapper to call
methods on ClassSchema instances, all wrapper methods
should...
Alexander Schnitzler
 

Also available in: Atom