Project

General

Profile

Activity

From 2018-01-06 to 2018-02-04

2018-02-04

23:10 Revision 6fbefa62: [BUGFIX] Prevent enforcing opened database connection with initCommands
This patch moves the execution of configured initCommands to the end
of connect function. This prevents a database co...
Nicole Cordes
22:48 Revision c950cdef: [BUGFIX] Add possibility to use session data in TS conditions
Bring back the possibility to access FE session data in
TypoScript conditions:
[globalVar = TSFE:fe_user|sesData|some...
Wolfgang Klinger
20:23 Revision aba02120: [BUGFIX] Catch InvalidPathException for FileStorages
Editing faulty FileStorages is possible again due to catching the
respective exception and piping it into a FlashMess...
Mathias Schreiber
20:22 Revision bc2ad137: [BUGFIX] Re-apply colorspace to resulting image
When using filters the colorspace is not always applied.
A quickfix is to add the colorspace-setting again before
wri...
Stefan Neufeind
19:42 Revision 987a9eaf: [BUGFIX] Re-apply colorspace to resulting image
When using filters the colorspace is not always applied.
A quickfix is to add the colorspace-setting again before
wri...
Stefan Neufeind
19:34 Revision 25f48916: [BUGFIX] Provide Foldername in InaccessibleException
The central InsufficientFolderReadPermissionsException now
displays the name of the folder in question to ease tracin...
Mathias Schreiber
19:28 Revision cecacc9a: [FEATURE] Add toggle switches to FormEngine
In order to give FormEngine a fresher look we add the following
renderTypes to type=checkbox
* checkboxToggle
* chec...
Mathias Schreiber
19:18 Revision 76aa66dd: [BUGFIX] Provide Foldername in InaccessibleException
The central InsufficientFolderReadPermissionsException now
displays the name of the folder in question to ease tracin...
Mathias Schreiber
19:04 Revision 0814406d: [BUGFIX] Catch InvalidPathException for FileStorages
Editing faulty FileStorages is possible again due to catching the
respective exception and piping it into a FlashMess...
Mathias Schreiber
18:43 Revision 7b0e70fe: [BUGFIX] Access parent element in Element Browser correctly
When the element browser is opened in a popup window, the parent element
(=popup) is now accessed properly.
This pat...
Andreas Fernandez
18:41 Revision 6b7c0385: [FEATURE] Allow flexible search in Suggest Wizard
The Suggest Wizard now allows to search for multiple
terms in field by splitting the searchterm by +.
This allows to...
Mathias Schreiber
18:29 Revision 2e515c64: [BUGFIX] Don’t show translated pages in SuggestWizard
The SuggestWizard no longer returns translated pages.
For the sake of database relations, relating directly to a tran...
Mathias Schreiber
15:37 Revision 665c0201: [TASK] Increase cache db backend blob
Sets the typo3 database cache backend "content" field
from mediumblob to longblob.
Mediumblob on mysql equals 16MB ma...
Christian Kuhn

2018-02-03

23:54 Revision b48302a0: [TASK] Revert "Add support for PSR-15 HTTP middlewares"
This reverts commit f22792eceea631b8f01fbe0fcbf3e62b52246cad
reviewed on https://review.typo3.org/#/c/55528/
due to a...
Benni Mack
23:42 Revision 75b84cfb: [TASK] Revert "Move frontend pre-process functionality to PSR-15 middleware"
This reverts commit a1f5a2320cdcf50bf4e5670a191baa116a550310
due to author conflicts.
https://review.typo3.org/#/c/5...
Benni Mack
22:23 Revision a1f5a232: [TASK] Move frontend pre-process functionality to PSR-15 middleware
This patch moves logic out of the RequestHandlers into PSR-15 compatible
middleware classes to call a hook and initia...
Benni Mack
21:56 Revision f22792ec: [FEATURE] Add support for PSR-15 HTTP middlewares
PSR-15 middlewares are hooks on steroids for HTTP requests.
Due to chaining middlewares and the core request handler(...
Benni Mack
21:11 Revision d0243877: [BUGFIX] Element Browser should only render default language pages
The Browseable Trees (Element Browser) show pages with
language > 0 (page translations), due to a missing fix
during ...
Benni Mack
20:47 Revision 7cd09eb3: [BUGFIX] Allow users without delete permissions to drag pages in page tree
BE users without delete rights can now drag-drop pages in the page tree.
The drag - delete area is not shown.
Resolv...
Tymoteusz Motylewski
12:49 Revision d59072a8: [BUGFIX] D3.js uses basic authentication credentials cached in browser
Chrome 64 changed the behaviour regarding xhr.open() calls when passing
null values as password and username.
The d3....
Tymoteusz Motylewski
11:13 Revision 559a2a2b: [TASK] Require "fluid" for "fluid_styled_content"
When requiring fluid_styled_content in an extension
by composer, the extension fluid should be required and
installed...
Thomas Löffler

2018-02-02

14:27 Revision 2f86c50c: [BUGFIX] Apply proper button class to BE Layout Modal
The modal “OK” button of the BE layout column assignment now sports the correct color
for the button.
Resolves: #836...
Mathias Schreiber

2018-02-01

19:13 Revision 123846c0: [TASK] Ensure HTTP RequestHandlers always return a PSR-7 Repsonse
This is in preparation for PSR-15 middleware support which
will require PSR-7 RespnseInterface return type declaratio...
Benjamin Franzke
14:44 Revision 2b686bbb: [BUGFIX] Fix "Select & upload files" button for FAL in flexform
Fix regular expression in escapeCssSelector method, to convert
e.g. "." to "\.".
Resolves: #83747
Branches: master, ...
Armin Vieweg
13:20 Revision 13260552: [BUGFIX] Fix "Select & upload files" button for FAL in flexform
Fix regular expression in escapeCssSelector method, to convert
e.g. "." to "\.".
Resolves: #83747
Branches: master, ...
Armin Vieweg
12:45 Revision f368deda: [TASK] Show language mode in Page module
Editors can now immediately see whether a page is in Free, Connected or
Mixed mode in a certain language.
Resolves: ...
Mathias Schreiber
12:12 Revision 20325a0f: [FOLLOWUP][BUGFIX] Remove uglify of jquery-ui/sortable.js
This patch removes the uglify task of jquery-ui/sortable.js.
With https://review.typo3.org/#/c/55389/ the lib was pat...
Frank Nägler
11:35 Revision b93b30a0: [FOLLOWUP][BUGFIX] Remove uglify of jquery-ui/sortable.js
This patch removes the uglify task of jquery-ui/sortable.js.
With https://review.typo3.org/#/c/55389/ the lib was pat...
Frank Nägler

2018-01-30

23:14 Revision 14a69066: [BUGFIX] Change documentation of [BE][interfaces]
The order of the options given is irrelevant as
they will always be rendered in the same order.
The documentation wa...
Susanne Moog
19:38 Revision ff944bf9: [TASK] Set TYPO3 version to 9.2.0-dev
Change-Id: I221d472b3bd9ac035221cb804601740cf77847b0
Reviewed-on: https://review.typo3.org/55505
Tested-by: TYPO3com ...
Oliver Hader
18:21 Revision e2f80cd0: [BUGFIX] Fix example code for TCA "fieldControl"
Resolves: #83732
Releases: master, 8.7
Change-Id: I7dccb42445dba584ed1c9a814f62525335d26ab1
Reviewed-on: https://revi...
Stephan Großberndt
16:31 Revision a06e0787: [RELEASE] Release of TYPO3 9.1.0
Change-Id: I8ebeca67eb5524682846a2fb7d55ee8bbde1a318
Reviewed-on: https://review.typo3.org/55504
Reviewed-by: Oliver ...
Oliver Hader
16:10 Revision de3e6132: [BUGFIX] Avoid JS error when using 'eval' => 'int,nospace' in TCA
By casting the JavaScript variable to string this patch avoids an error
if 'eval' => 'int,nospace' is used in a TCA c...
Stephan Großberndt
15:43 Revision 8e71dd86: [BUGFIX] Avoid JS error when using 'eval' => 'int,nospace' in TCA
By casting the JavaScript variable to string this patch avoids an error
if 'eval' => 'int,nospace' is used in a TCA c...
Stephan Großberndt
15:41 Revision 8809441a: [BUGFIX] Fix example code for TCA "fieldControl"
Resolves: #83732
Releases: master, 8.7
Change-Id: I7dccb42445dba584ed1c9a814f62525335d26ab1
Reviewed-on: https://revi...
Stephan Großberndt
15:27 Revision 7cb501de: [BUGFIX] EXT:filelist Canceling the file exists already modal works now
When renaming a file with the name of an existing file a modal is shown.
Pressing the cancel button no longer renames...
Michael Oehlhof
14:51 Revision db036cc5: [DOCS] 1/1 9.1 Documentation
Proofread documentation for CMS 9.1.
Two rst snippets remain in Changelog/master in order to ease a scheduled
revert...
Mathias Schreiber
13:04 Revision 160f8db6: Revert "[FEATURE] EXT:form - introduce YAML "imports""
While the intended feature is great (having the possiblity
to extract and re-use parts of the form definition),
imple...
Helmut Hummel

2018-01-29

23:14 Revision dbb6c564: [FEATURE] Option to globally enable redirect hit count
Most websites probably use custom analytics for page
hit statistics or are not interested in the count of
hits on a r...
Susanne Moog
22:52 Revision 310af007: [TASK] Improved extension configuration API
The patch implements feedback from the new
ExtensionConfiguration API.
get() now falls back to a parsing of ext_conf_...
Christian Kuhn
21:50 Revision 8bff8c83: [BUGFIX] NewContentElementWizardController to NewContentElementController
NewContentElementWizardController, which has been introduced for TYPO3 v9
to render the new content element process i...
Oliver Hader
20:35 Revision 245f0a9f: [BUGFIX] Invalid session token on creating content element in admin panel
When creating a new content element in the frontend using the according
button in the "editing" section of the admin ...
Oliver Hader
20:35 Revision 16c664f2: [BUGFIX] Invalid session token on creating content element in admin panel
When creating a new content element in the frontend using the according
button in the "editing" section of the admin ...
Oliver Hader
20:35 Revision dc500835: [BUGFIX] Invalid session token on creating content element in admin panel
When creating a new content element in the frontend using the according
button in the "editing" section of the admin ...
Oliver Hader
18:24 Revision 13efc898: [BUGFIX] Correct example in redirects feature documentation
Resolves: #83723
Releases: master
Change-Id: I010796bd056e6c70d21010ef649f127c4d006a21
Reviewed-on: https://review.ty...
Benjamin Kott
13:35 Revision c6849215: [BUGFIX] Properly check serialized_executions to avoid PHP 7.2 warnings
To avoid warnings with PHP 7.2, `serialized_executions` must be checked
for being not an empty value.
Resolves: #836...
Oliver Hader
13:34 Revision 37e42d5d: [BUGFIX] Properly check serialized_executions to avoid PHP 7.2 warnings
To avoid warnings with PHP 7.2, `serialized_executions` must be checked
for being not an empty value.
Resolves: #836...
Georg Ringer
12:52 Revision 8e617787: [BUGFIX] Properly check `serialized_executions` to avoid warnings with PHP 7.2
To avoid warnings with PHP 7.2, `serialized_executions` must be checked
for being not an empty value.
Resolves: #836...
Georg Ringer
11:07 Revision e643a092: [BUGFIX] EXT:filelist Fixed exception when creating new text file
The exception does not occur with the LocalDriver.
For testing use the driver mentioned in the forge issue.
Resolves...
Michael Oehlhof
11:02 Revision ff11b9d7: [BUGFIX] Change documentation of [BE][interfaces]
The order of the options given is irrelevant as
they will always be rendered in the same order.
The documentation wa...
Susanne Moog
10:56 Revision c098aca2: [BUGFIX] Add preview icon in overview and link to record edit
In the overview table of the redirects module the source path now links
to edit record view (like everywhere in the b...
Frank Nägler

2018-01-28

15:42 Revision 91b0f3be: [TASK] Show language mode in Page module
Editors can now immediately see whether a page is in Free, Connected or
Mixed mode in a certain language.
Resolves: ...
Mathias Schreiber
14:54 Revision 2ab4dd19: [BUGFIX] Add missing htmlspecialchars() and cleanup in EXT:recordlist
Add missing htmlspecialchars() calls in EXT:recordlist and do cleanup.
Resolves: #83358
Releases: master, 8.7
Change...
Stephan Großberndt
13:47 Revision 4ab5437b: [TASK] Move changing preview processing config to processing service
Instead of complementing processing configuration in the file class,
move it to the processing service and LocalPrevi...
Helmut Hummel
13:47 Revision 07ef3630: [TASK] Move changing preview processing config to processing service
Instead of complementing processing configuration in the file class,
move it to the processing service and LocalPrevi...
Helmut Hummel

2018-01-27

19:34 Revision 10d598d2: [BUGFIX] Catch DatabaseRecordException when editing record with deleted relation
Editing a record with a deleted related record leads to an uncaught
DatabaseRecordException. This patch catches the e...
Andreas Fernandez
15:43 Revision 8c532683: [BUGFIX] Use fallback for source link in wildcard redirects
If a wildcard source host is used in a redirect record the link in
the list of redirects the view domain for the firs...
Jigal van Hemert
15:39 Revision 244a9525: [TASK] Make ext:redirect part of factory default
The extension is now loaded by default when installing
the system.
Change-Id: I9bd887b3e4d8779c2591ddec171de627899fd...
Christian Kuhn
15:38 Revision 44eacb7e: [BUGFIX] Add renderType to redirect target statuscode field
Change-Id: I029e0a9e3522adde7c35a82349ecd15c595848d7
Resolves: #83692
Releases: master
Reviewed-on: https://review.ty...
Mathias Brodala
14:00 Revision 641943f4: [BUGFIX] Fix incomplete validation of source_host field
This patch complete the validation of source_host field and
add some tests for the server side validation.
Also a cli...
Frank Nägler
12:10 Revision edfe775e: [BUGFIX] Catch DatabaseRecordException when editing record with deleted relation
Editing a record with a deleted related record leads to an uncaught
DatabaseRecordException. This patch catches the e...
Andreas Fernandez
11:26 Revision be68bd76: [TASK] use horizontal ellipsis instead of 3 dots
Releases: master
Resolves: #83697
Change-Id: I6f7217f8a479298249a92ff43eb650638077d8e5
Reviewed-on: https://review.ty...
Daniel Ruf
11:25 Revision be287e78: [BUGFIX] Only reference existing locallang files
Resolves: #83698
Releases: master, 8.7
Change-Id: I7bfe3c32c5fec6e7098462dcbe0353afd9258900
Reviewed-on: https://revi...
Daniel Goerz
11:20 Revision 061a56e4: [BUGFIX] Only reference existing locallang files
Resolves: #83698
Releases: master, 8.7
Change-Id: I7bfe3c32c5fec6e7098462dcbe0353afd9258900
Reviewed-on: https://revi...
Daniel Goerz
08:44 Revision 07a8a63a: [TASK] Timebased redirects shown correctly
When a timebased redirect is not active now a
sheduled-end icon with additional information
is displayed.
Resolves: ...
Reiner Teubner

2018-01-26

17:39 Revision f96defde: [BUGFIX] Remove validation for field source_path
This patch removes the validation of the source_path field.
It is not possible to validate the input because a RegExp...
Frank Nägler
15:22 Revision 81693692: [BUGFIX] Set correct PHPDoc hint for addPageTSConfig and addUserTSConfig
Resolves: #83687
Releases: master, 8.7
Change-Id: Ifa705340bc0523e914c688eea00dbb2812bbedd0
Reviewed-on: https://revi...
Frans Saris
15:21 Revision 191ca7fd: [TASK] Use SVG icons in EXT:redirects
The module icon is in SVG format with a background color from
the TYPO3 icon set. A similar icon for the record type ...
Jigal van Hemert
15:17 Revision d296ff86: [BUGFIX] Fix system maintainer checkbox size
Change-Id: Ibdd234c7f6c32c5edb9af25ea5e5e74ef91feb57
Resolves: #83690
Releases: master
Reviewed-on: https://review.ty...
Mathias Brodala
15:14 Revision bbea8f4d: [BUGFIX] Set correct PHPDoc hint for addPageTSConfig and addUserTSConfig
Resolves: #83687
Releases: master, 8.7
Change-Id: Ifa705340bc0523e914c688eea00dbb2812bbedd0
Reviewed-on: https://revi...
Frans Saris

2018-01-25

11:54 Revision 11fda7a8: [BUGFIX] Show and hide arrow correctly in page tree
This will set the attribute "visibility" to the correct value "visible"
or "hidden" instead of "collapse" so the arro...
Manuel Selbach

2018-01-24

20:23 Revision 2b5d1c81: [BUGFIX] Add language parameter to preview url in list module
The language parameter was not set if the "View webpage" button was used
within the context menu of an element in the...
Gianluigi Martino
18:09 Revision 05e4d107: [TASK] Display ApacheThreadStackSize message correctly during installation
With this patch the html chars inside the
"ApacheThreadStackSize" flashmessage during the installation are displayed
...
Gianluigi Martino
17:09 Revision 6ba79f46: [TASK] Migrate getPagesTSconfig to runtime cache
BackendUtility::getPagesTSconfig() uses local
method static properties as cache.
This prevents dedicated flushing, wh...
Stefan Froemken
16:54 Revision a2c71b79: [TASK] Migrate getPagesTSconfig to runtime cache
BackendUtility::getPagesTSconfig() uses local
method static properties as cache.
This prevents dedicated flushing, wh...
Stefan Froemken
16:54 Revision dadc7d0d: [TASK] Hide redirect table header when no records exist
Resolves: #83661
Release: master
Change-Id: I8a7307986896fa2d68b5013d1defc235eff1d3e4
Reviewed-on: https://review.typ...
Reiner Teubner
16:47 Revision e23014b8: [BUGFIX] Use correct default value for field data_page_reg1
The field data_page_reg1 of table index_phash is defined as integer.
Therefore the default value must be 0 instead of...
Georg Ringer
16:47 Revision 32775f83: [BUGFIX] Use correct default value for field data_page_reg1
The field data_page_reg1 of table index_phash is defined as integer.
Therefore the default value must be 0 instead of...
Georg Ringer
16:28 Revision 5472badf: [BUGFIX] Use correct default value for field data_page_reg1
The field data_page_reg1 of table index_phash is defined as integer.
Therefore the default value must be 0 instead of...
Georg Ringer
15:54 Revision b88195d7: [TASK] Use … instead of dots for a correct typography
The correct typography is to use the character "…"
instead of "...".
Resolves: #83614
Releases: master, 8.7
Change-...
Georg Ringer
15:43 Revision c71c8baa: [TASK] Use … instead of dots for a correct typography
The correct typography is to use the character "…"
instead of "...".
Resolves: #83614
Releases: master, 8.7
Change-...
Georg Ringer
14:01 Revision a47a40e1: [BUGFIX] EXT:filelist Removed cut and copy buttons from "Extended view"
The cut and copy buttons were shown twice in filelist module.
Once in “Extended view” and once in “Show clipboard”
R...
Michael Oehlhof
13:43 Revision 86e9ec76: [BUGFIX] EXT:filelist Removed cut and copy buttons from "Extended view"
The cut and copy buttons were shown twice in filelist module.
Once in “Extended view” and once in “Show clipboard”
R...
Michael Oehlhof
12:20 Revision aef2307b: [TASK] EXT:form - set of additional unit tests
Resolves: #82386
Releases: master
Change-Id: I40b83041149b8955b51c3a2c54d8690392356ae1
Reviewed-on: https://review.ty...
Marcel Jürgen Falk
11:48 Revision 630342bf: [TASK] EXT:redirects - Wrong variable name in phpdoc of class SourceHost
- Resolves a wrong variable definition in phpdoc
- Adds type safe method parameter
- Adds return type string to metho...
Joerg Boesche

2018-01-23

21:10 Revision e3a4bd77: [BUGFIX] Process large uid lists in chunks in RelationHandler
Uid lists in the relation handler can be very big. To avoid exceeding
query limits like maximum number of placeholder...
Sascha Egerer
21:00 Revision dfffc87d: [BUGFIX] Process large uid lists in chunks in RelationHandler
Uid lists in the relation handler can be very big. To avoid exceeding
query limits like maximum number of placeholder...
Sascha Egerer
20:28 Revision 226a7dae: [FEATURE] Add drawHeaderHook to EXT:recordlist
Add an additional hook to the EXT:recordlist which makes
it possible to add content above any other content.
Resolve...
Georg Ringer
18:28 Revision 842ff30b: [TASK] Add LICENSE.txt to ext:redirects
Change-Id: I59846db22964a26f610a304fab85f570884b063d
Resolves: #83651
Releases: master
Reviewed-on: https://review.ty...
Christian Kuhn
18:05 Revision 5312cb2b: [TASK] Specific exception in ArrayUtility::removeByPath()
Similar to getValueByPath(), removeByPath() now throws
a specific exception if the path to remove does not
exist in g...
Christian Kuhn
17:55 Revision 8c36fd06: [!!!][TASK] Remove sys_domain redirect functionality
The existing functionality of sys_domain database records that redirect to a
different target has been migrated into ...
Benni Mack
16:39 Revision fe2d2fb8: [BUGFIX] Set focus on the search input field in page tree
After clicking on the filter button in the page tree,
the focus is set on the input field allowing to type
search wor...
Tymoteusz Motylewski
16:34 Revision 2a0ea300: [FEATURE] Add system extension "redirects"
A new system extension "redirects" is added, which ships a flexible
handling of HTTP redirects, useful both for marke...
Benni Mack
15:14 Revision 8fb1559c: [BUGFIX] Generate entry points for subtree split packages
Add dependency to a composer package that generates
the entry points for TYPO3 in versions 8.7.*
to typo3/cms-core
T...
Helmut Hummel
11:29 Revision c57eea6d: [BUGFIX] Show correct file reference information
This patch corrects how file references (from softrefs) are stored in
sys_refindex table as this was changed with pat...
Nicole Cordes
11:11 Revision e6b9cdea: [BUGFIX] Show correct file reference information
This patch corrects how file references (from softrefs) are stored in
sys_refindex table as this was changed with pat...
Nicole Cordes
08:46 Revision 0071228d: [BUGFIX] Fix minor typos in ReST of #83637
Resolves: #83644
Related: #83637
Releases: master
Change-Id: Ifdee387950181b869c9dfa1df2644bd5b51e6ce0
Reviewed-on: h...
Andreas Fernandez

2018-01-22

22:41 Revision 90b9959d: [BUGFIX] Fresh tag in TypoScriptConstantsViewHelper per call
With current fluid, the TypoScriptConstantsViewHelper is
instantiated only once and re-used if called multiple times....
Steffen Kamper
21:59 Revision c1798ab3: [FEATURE] Execute hooks on backend user login
When a user successfully logs in to the backend of TYPO3, registered
hooks are executed. This allows for the developm...
Michael Schams
19:38 Revision 69f2f88e: [FEATURE] Add new main module "Site"
A new main module for the TYPO3 Backend is introduced, named "site",
which serves a main entry point for integrators ...
Benni Mack

2018-01-21

13:25 Revision 1186d42f: [FEATURE] Support pecl-memcached in MemcachedBackend
The MemcachedBackend now also supports the pecl-memcached
module. The caching backend detects which modules are insta...
Andreas Fernandez

2018-01-20

20:23 Revision 3d243e6f: [TASK] Add getter for TemplateService->rootId
The rootID holds the page ID where the root sys_template
record was found.
As this is crucial for some hooks this pr...
Benni Mack
15:49 Revision 1a9d307c: [BUGFIX] Install: Typo in category of extension configuration
Resolves: #83620
Releases: master
Change-Id: I903207c22daa20312447c18d6b9ddd8f1cd61a5a
Reviewed-on: https://review.ty...
Michael Oehlhof

2018-01-19

18:31 Revision 0919a7cf: [BUGFIX] Extension config: Write LocalConfiguration only if needed
The extension configuration is currently written by the
install tool silent updater each time the install tool
is ent...
Christian Kuhn
16:08 Revision d0873491: [TASK] Specific exception in ArrayUtility::getValueByPath()
If ArrayUtility::getValueByPath() does not find a given
path in an array structure, it currently throws a generic
\Ru...
Christian Kuhn
15:44 Revision 033a5922: [TASK] Minor annotation and sanitation improvements
Various changes throughout the system improving
method annotations here and there or sanitizing
code a bit better.
C...
Christian Kuhn
15:40 Revision 950219d5: [TASK] Improve documentation of forge issue #33071
Some rewording on a .rst file and some additional information
to make more clear what is meant.
Releases: master
Res...
Riccardo De Contardi

2018-01-18

18:05 Revision 9721e68a: [BUGFIX] Filter pages in page tree by uid
Brings back the possibility to filter pages by uid
in the new SVG page tree.
Resolves: #83245
Releases: master
Chang...
Tymoteusz Motylewski
15:16 Revision e044ef20: [TASK] impexp: Remove size handling
ext:impexp has a "size" display and adds size information
to export formats for records file sizes. This is entirely
...
Christian Kuhn
15:01 Revision fc6bbe83: [TASK] impexp: Streamline position and layout of CSH
This patch streamlines the position and layout for the content help buttons
in ext:impexp. Like already done in FormE...
Frank Nägler
13:43 Revision c0d6d51e: [BUGFIX] Fix wrong position on sorting inline records
This patch fix a wrong position of sortable elements in inline records.
This is a known issue which was never fixed i...
Frank Nägler
13:24 Revision f7ee5f59: [BUGFIX] Fix wrong position on sorting inline records
This patch fix a wrong position of sortable elements in inline records.
This is a known issue which was never fixed i...
Frank Nägler
12:45 Revision 15a68301: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:45 Revision 4e55d9b6: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:44 Revision 39c3a6f6: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:44 Revision d2e5002d: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:44 Revision 569e8871: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:44 Revision 0e93be84: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:44 Revision ca52dd16: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:44 Revision aefe5885: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:44 Revision b9554924: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:43 Revision d5fdb129: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:43 Revision a0b8d94e: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:43 Revision 148d9525: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:43 Revision 88ccfa4a: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
10:33 Revision 4ddc7d09: [TASK] styleguide: Add LICENSE.txt
Christian Kuhn
10:26 Revision 5dc6ed4f: [TASK] styleguide: Update composer.json license definition
Christian Kuhn

2018-01-17

23:33 Revision ea504408: [BUGFIX] Filelist list look alike list module
File list table needs a wrapper div to have borders
and shadows to look alike tables of the list module.
Change-Id: ...
Christian Kuhn
21:06 Revision 8a4cb328: [TASK] styleguide: Adapt table style to current core usages
Christian Kuhn
20:49 Revision c97802eb: [TASK] Add more UnitTests for GeneralUtility::xml2array()
Resolves: #83578
Related: #83580
Releases: master
Change-Id: I2c97edd4bac854b33501ba571ed479bdefc288d7
Reviewed-on: h...
Frank Nägler
16:36 Revision 0fd5a2dc: [TASK] impexp: Remove "Max file size" restriction
The export modules has a file size restriction
that skips file exports if they are bigger than
by default 1MB. This c...
Christian Kuhn
16:24 Revision 1246917a: [BUGFIX] impexp: File upload in import broken
Uploading import files broke with patch for issue #81763
Fix by renaming POST array back from 'data' to 'file'.
Chan...
Christian Kuhn
16:13 Revision 78180a6b: [TASK] impexp: Use XML as default export format
The TYPO3 specific .t3d export format is a funny binary format
and rather hard to read and decipher, even if not comp...
Christian Kuhn
13:49 Revision 80c843a8: [TASK] impexp: Remove 'max number of records' restriction
The 'export' module has a restriction to limit the number
of exported records. The patch removes this from the
interf...
Christian Kuhn
11:05 Revision 653ff635: [BUGFIX] Improve exception output for ImageService
Avoid spamming the log in PHP 7.2 due to get_class(null) if fetching the
image in ImageService->getImage() fails.
Re...
Georg Ringer
11:05 Revision 63ca0268: [BUGFIX] Improve exception output for ImageService
Avoid spamming the log in PHP 7.2 due to get_class(null) if fetching the
image in ImageService->getImage() fails.
Re...
Georg Ringer
11:05 Revision 794e4848: [BUGFIX] Improve exception output for ImageService
Avoid spamming the log in PHP 7.2 due to get_class(null) if fetching the
image in ImageService->getImage() fails.
Re...
Georg Ringer

2018-01-16

14:20 Revision bce2a758: [BUGFIX] Adjust response usage for `file/exists` route
With #83267 a JSON response object was introduced. The patch has the side
effect that any response is now an array bu...
Andreas Fernandez
00:02 Revision 98d866ca: [TASK] Make EXT:rsaauth no longer part of factory-configuration
Since the extension is deprecated, don't activate it by default
(factory-configuration).
Resolves: #81852
Releases: ...
Stefan Neufeind

2018-01-15

20:51 Revision 587e83cc: [BUGFIX] impexp: Wrong FAL references after import
Fix a case during ext:impexp FAL uid mapping where
sys_file_reference end up pointing to wrong sys_file
records in ca...
Christian Kuhn
20:51 Revision 7585a53d: [BUGFIX] impexp: Wrong FAL references after import
Fix a case during ext:impexp FAL uid mapping where
sys_file_reference end up pointing to wrong sys_file
records in ca...
Christian Kuhn
20:50 Revision cd7a8572: [BUGFIX] impexp: Wrong FAL references after import
Fix a case during ext:impexp FAL uid mapping where
sys_file_reference end up pointing to wrong sys_file
records in ca...
Christian Kuhn
08:41 Revision ae465ae2: [TASK] Mark EXT:rsaauth as deprecated
Only https can really secure a connection. Therefore rsaauth
should be marked as deprecated. An additional report che...
Georg Ringer

2018-01-14

19:56 Revision 52c714d2: [BUGFIX] GeneralUtility::copyDirectory() should mkdir_deep() destination dir
If path to the destination directory does not exist yet,
copyDirectory() does not copy anything. Use mkdir_deep() for...
Christian Kuhn
19:37 Revision 1aba19dd: [BUGFIX] GeneralUtility::copyDirectory() should mkdir_deep() destination dir
If path to the destination directory does not exist yet,
copyDirectory() does not copy anything. Use mkdir_deep() for...
Christian Kuhn
14:11 Revision 0ba14b9c: [FOLLOWUP][BUGFIX] Break too long values in Application Information
`break-all` breaks the text in the cache menu. Use `break-word` to keep whole words intact.
Resolves: #83443
Release...
Andreas Fernandez
14:10 Revision f9cfb3cc: [FEATURE] EXT:form - make FinisherVariableProvider iterable
Makes it possible to iterate through FinisherVariableProvider items.
Resolves: #83396
Releases: master
Change-Id: I0...
Ralf Zimmermann
14:04 Revision 12c9ab08: [TASK] Use @TYPO3\CMS\Extbase\Annotation\Inject in core extensions
Releases: master
Resolves: #83522
Change-Id: Ie1f9db6e3180c1d32e3d8b99e37ff88669ede86d
Reviewed-on: https://review.ty...
Alexander Schnitzler
13:41 Revision 8892250b: [TASK] Use @TYPO3\CMS\Extbase\Annotation\ORM\Cascade in core extensions
Releases: master
Resolves: #83521
Change-Id: I8bd477ccf2ae6fca478b758cf61654a1bec388cd
Reviewed-on: https://review.ty...
Alexander Schnitzler
13:08 Revision 31a79dd7: [TASK] Use @TYPO3\CMS\Extbase\Annotation\ORM\Lazy in core extensions
Releases: master
Resolves: #83520
Change-Id: Idd10aa62692198f7aa20af1492fb9670149d5ac9
Reviewed-on: https://review.ty...
Alexander Schnitzler
12:35 Revision a04d91ae: [BUGFIX] Return correct available package information
The PackageManager needs to scan over all package location to be able
to decide whether a package is available or not...
Nicole Cordes

2018-01-13

22:59 Revision dc5a7f98: [BUGFIX] Ensure PackageManager scans every possible directory
If a scanAvailablePackages() of the PackageManager is triggered, we
need to make sure all possible packagesBasePaths ...
Nicole Cordes
22:58 Revision c84cc692: [BUGFIX] Ensure PackageManager scans every possible directory
If a scanAvailablePackages() of the PackageManager is triggered, we
need to make sure all possible packagesBasePaths ...
Nicole Cordes
20:45 Revision 6fafd011: [BUGFIX] Enable deletion of translated sys_file_metadata records
UserTS disableDelete was set for sys_file_metadata globally
and therefore also prevented the deletion of translated f...
Wolfgang Klinger
20:12 Revision ea530186: [BUGFIX] Return correct available package information
The PackageManager needs to scan over all package location to be able
to decide whether a package is available or not...
Nicole Cordes
20:05 Revision 7a9b54ba: [BUGFIX] Enable deletion of translated sys_file_metadata records
UserTS disableDelete was set for sys_file_metadata globally
and therefore also prevented the deletion of translated f...
Wolfgang Klinger
19:23 Revision 09863322: [BUGFIX] Update extension scanner docs.typo3.org link
The extension scanner docs has recently been moved around
within core api docs. Update the link within the upgrade
mo...
Christian Kuhn
18:42 Revision 1ad185f3: [TASK] CGL: Whitespace fixes
Apply a series of CGL whitespace fixes, mostly:
* No whitespace after type cast
* One space around '='
Change-Id: I6...
Christian Kuhn
17:50 Revision 453a8a2c: [TASK] CGL: Fix a series of minor indentation issues
Apply various minor indentation CGL fixes, as suggested
by scrutinizer-ci, mostly related to places where indentation...
Christian Kuhn
16:31 Revision 7b94e2a6: [TASK] Add spaces around '=' of 'strict_types=1'
This cosmetical CGL change just substitutes all
declare(strict_types=1);
with
declare(strict_types = 1);
to be in l...
Christian Kuhn
16:13 Revision 311f62ac: [TASK] Context menu rename "Export to .t3d" to "Export"
Patch renames the context menu options "Export to .t3d"
to "Export" and "Import from .t3d" to "Import".
The technical...
Christian Kuhn
15:39 Revision dae60858: [BUGFIX] Show folder meta information next to path
Output folder meta information (file count and
total file size) next to the folder path in Filelist again.
Additional...
Wolfgang Klinger
14:50 Revision 6c65a46e: [BUGFIX] Show folder meta information next to path
Output folder meta information (file count and
total file size) next to the folder path in Filelist again.
Additional...
Wolfgang Klinger
13:36 Revision b3c4c423: [BUGFIX] Harden ValidatorResolver and add functional tests
This patch mainly converts several unit tests with heavy
mocking to functional tests with real fixtures instead of
'e...
Alexander Schnitzler
13:33 Revision 02913c92: [TASK] Drop 'typo3/ should be link' recommendation
The recommendation of FolderStructure having index.php and typo3/
folder as links is old fashioned, even if not using...
Christian Kuhn
12:17 Revision f656ad02: [TASK] Update UnicodeData.txt
Source: http://unicode.org/Public/UNIDATA/UnicodeData.txt
Releases: master, 8.7
Resolves: #83541
Change-Id: I0ba23c7...
Markus Klein
12:16 Revision 91bc637a: [TASK] Update UnicodeData.txt
Source: http://unicode.org/Public/UNIDATA/UnicodeData.txt
Releases: master, 8.7
Resolves: #83541
Change-Id: I0ba23c7...
Markus Klein
12:12 Revision 673630dc: [TASK] Drop 'typo3/ should be link' recommendation
The recommendation of FolderStructure having index.php and typo3/
folder as links is old fashioned, even if not using...
Christian Kuhn
12:01 Revision 6dded358: [BUGFIX] fixPermissions() on install tool test image
One of the environment image tests misses an explicit
fixPermissions() call on a created image resulting in
potential...
Christian Kuhn
11:02 Revision 067693de: Merge branch 'master' of https://github.com/wmdbMattes/TYPO3.CMS.Styleguide
# Conflicts:
# Configuration/TCA/tx_styleguide_elements_basic.php
Mathias Schreiber
11:01 Revision 58906c9d: Add Checkbox RenderTypes
In order to prepare the core for the new checkbox renderTypes, EXT:styleguide gets its new
configuration here
Mathias Schreiber
10:57 Revision d0bcd7d7: Add Checkbox RenderTypes
In order to prepare the core for the new checkbox renderTypes, EXT:styleguide gets its new
configuration here
Mathias Schreiber

2018-01-12

15:38 Revision ec5d31ee: [TASK] Test cases for function specCharsToASCII()
Add a new test for the function specCharsToASCII().
Resolves: #83546
Related: #20612
Releases: master
Change-Id: Id2...
Reiner Teubner
13:11 Revision f52c2a73: [BUGFIX] ModuleMenu::loadNavigationComponent must load custom tree
This patch changes initialization of the pagetree to make it possible
to open a custom module with its own navigation...
Sebastian Fischer
12:44 Revision c047e343: [TASK] Introduce Matcher for required arguments in static calls
Add a matcher that is able to detect hits of method calls that do
not comply to a minimum amount of arguments, where ...
Anja Leichsenring
10:14 Revision 4945e839: [BUGFIX] Remove empty values from intExplode in TreeController
intExplode missed an additional parameter which prevents the method
from returning array with empty element.
Now whe...
Tymoteusz Motylewski
08:23 Revision 66939219: [BUGFIX] Rename directory for deprecated unit tests
The directory name for deprecated unit tests are named "Unit_Deprecated" for EXT:core and EXT:form,
which is wrong, t...
Andreas Fernandez

2018-01-11

21:31 Revision e33e87f6: [TASK] Support longer database passwords
Sometimes the database user has a password
that is larger than 50 characters. At the moment TYPO3
throws an error mes...
Tobias Hüske
21:05 Revision 47438d96: [TASK] bamboo: Use yarn instead of npm install
With the switch from npm install to yarn install we
forgot to adapt the test suites. Update plan specs.
Change-Id: I...
Christian Kuhn
21:05 Revision 26813d39: [TASK] bamboo: Use yarn instead of npm install
With the switch from npm install to yarn install we
forgot to adapt the test suites. Update plan specs.
Change-Id: I...
Christian Kuhn
12:59 Revision fcc4a0dc: [BUGFIX] Update tslint to 5.9.1 and fix syntax issue in Login.ts
Resolves: #83537
Releases: master
Change-Id: I8da8f31447bd2ca73aa7d7c22a929b918a085da8
Reviewed-on: https://review.ty...
Andreas Fernandez
12:15 Revision a153795f: [BUGFIX] Give correct information in addLLrefForTCAdescr exception
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr
needs a non-empty key as first parameter. Oth...
Nicole Cordes
09:00 Revision c3e9b275: [BUGFIX] Make it possible to add cHash to preview links
It must be possible to generate preview URLs with a cHash, e.g. to
display records using Extbase which enforces cHash...
Georg Ringer

2018-01-10

16:17 Revision 37b747a1: [BUGFIX] Populate extension configuration on install
Instead of duplicating default extension configuration
in DefaultConfiguration.php, we now populate it
after LocalCon...
Helmut Hummel
16:11 Revision e5e93a30: [FOLLOWUP][BUGFIX] Break too long values in Application Information
`break-all` breaks the text in the cache menu. Use `break-word` to keep whole words intact.
Resolves: #83443
Release...
Andreas Fernandez
13:49 Revision 17136ee9: [BUGFIX] Refresh page tree after context menu actions are completed
Instead of hardcoded 500ms delay, context menu actions refresh page tree
as soon as the operation is completed.
Rele...
Tymoteusz Motylewski
13:48 Revision 8a5b3209: [BUGFIX] Break too long values in Application Information
Some values in the Application Information toolbar menu are too long any
may exceed the box's width. The CSS is adjus...
Andreas Fernandez
10:08 Revision 3939bdef: [TASK] EXT:form - add documentation for #82210
Add the missing breaking rst for issue #82210.
Resolves: #83517
Related: #82210
Releases: master
Change-Id: Id157cf0...
Ralf Zimmermann

2018-01-09

21:52 Revision 1ef719ab: [BUGFIX] New content element wizard fails for not given header value
As additional sanitation, accept an empty header for items groups
by rendering "-" if none is given.
Resolves: #8348...
Steffen Kamper
21:50 Revision cb6096f3: [BUGFIX] Break too long values in Application Information
Some values in the Application Information toolbar menu are too long any
may exceed the box's width. The CSS is adjus...
Andreas Fernandez
20:55 Revision 498fc495: [BUGFIX] Use local paths for image tests (EXT:install)
Use local paths for image tests in EXT:install to avoid
problems with PHP allow_url_fopen configuration.
The "data://...
Tim Lochmüller
20:37 Revision 61fde61f: [BUGFIX] Use local paths for image tests (EXT:install)
Use local paths for image tests in EXT:install to avoid
problems with PHP allow_url_fopen configuration.
The "data://...
Tim Lochmüller
20:18 Revision b983787a: [BUGFIX] Re-add 'members' field to the select query in getDefaultWorkspace
The field was forgotten during Doctrine migration.
See https://review.typo3.org/#/c/47576/
Resolves: #80901
Releases...
Dima Nozdrin
19:41 Revision 39bfde43: [BUGFIX] Re-add 'members' field to the select query in getDefaultWorkspace
The field was forgotten during Doctrine migration.
See https://review.typo3.org/#/c/47576/
Resolves: #80901
Releases...
Dima Nozdrin
19:11 Revision a52a9922: [FEATURE] EXT:form - introduce YAML "imports"
The form extension now features imports in YAML configuration files via
the special toplevel "imports" option. With t...
Ralf Zimmermann
09:38 Revision 9bbdc768: [BUGFIX] New content element wizard fails for not given header value
As additional sanitation, accept an empty header for items groups
by rendering "-" if none is given.
Resolves: #8348...
Steffen Kamper

2018-01-08

22:07 Revision 6f4ab275: [BUGFIX] Make empty $GLOBALS['TBE_MODULES_EXT'] traversable
Prevent warnings and notices if $GLOBALS['TBE_MODULES_EXT'] is not
set, which can be the case if no extensions are in...
Richard Haeser
22:04 Revision 9f62f1b2: [TASK] Deprecate AbstractValidatorTestcase
The class implemented logic to presumably make
testing validators more easy. However, a decision
on more atomic tests...
Alexander Schnitzler
21:26 Revision 8e28536f: [BUGFIX] Add missing htmlspecialchars() in ActionTask
Add missing htmlspecialchars() calls in
EXT:sys_action/Classes/ActionTask.php
Resolves: #83359
Releases: master, 8.7...
Stephan Großberndt
21:11 Revision 40430fd2: [TASK] Update karma components
karma-firefox-launcher 1.0.1 ❯ 1.1.0
karma-jasmine 1.1.0 ❯ 1.1.1
Resolves: #83492
Releases: master
Change-Id: Ib753c...
Frank Nägler
21:02 Revision 5e1ecd00: [TASK] Cleanup DataMapperTest
Replace evaled classes with actual fixtures
Releases: master
Resolves: #83488
Change-Id: Id9b5e3040a8fde8cf260423dfd...
Alexander Schnitzler
21:00 Revision ded16443: [TASK] Cleanup GenericObjectValidatorTest
- Replace eval with anonymous classes
- Avoid mocks if not necessary
Releases: master
Resolves: #83485
Change-Id: I5...
Alexander Schnitzler
20:56 Revision 1cfb9b32: [TASK] Cleanup StringLengthValidatorTest
- Replace eval with anonymous classes
- Avoid mocks if not necessary
Releases: master
Resolves: #83482
Change-Id: I3...
Alexander Schnitzler
20:44 Revision b2c00a92: [TASK] Cleanup CollectionValidatorTest
Replace eval with anonymous classes
Releases: master
Resolves: #83487
Change-Id: Ib09ac0ecf9fe5bf3945b46a403be389d2a...
Alexander Schnitzler
20:42 Revision 45f04e50: [TASK] Cleanup StringValidatorTest
- Replace eval with anonymous classes
- Avoid mocks if not necessary
Releases: master
Resolves: #83483
Change-Id: Id...
Alexander Schnitzler
20:39 Revision c7bfc16e: [TASK] Update doctrine/dbal 2.5.10 ❯ 2.6.3
Resolves: #83478
Releases: master
Change-Id: Ic7d249deefa4f188c039c2c3f8aa285f4e4effed
Reviewed-on: https://review.ty...
Stefan Neufeind
20:25 Revision 23f6a9e3: [TASK] Update ckeditor 4.7.3 ❯ 4.8.0
Resolves: #83493
Releases: master
Change-Id: I4a44da6fcca7462298b54d236e6aa601971de3b6
Reviewed-on: https://review.ty...
Frank Nägler
20:22 Revision cfe05e61: [TASK] Update moment 2.19.2 ❯ 2.20.1
Resolves: #83498
Releases: master
Change-Id: I0f58711d5396a5b45269eb3fe609cf718976916f
Reviewed-on: https://review.ty...
Frank Nägler
20:19 Revision 3af267a0: [TASK] Update types definitions
Resolves: #83491
Releases: master
Change-Id: I7fe75639dfc1a83de5b3fdcfb9dba36d5d9c2c0f
Reviewed-on: https://review.ty...
Frank Nägler
14:20 Revision d6466296: [TASK] Cleanup AbstractEntityTest
Replace eval with anonymous classes
Releases: master
Resolves: #83486
Change-Id: Ic90e72f2cec212d44a32aa0ee7767e821c...
Alexander Schnitzler
11:31 Revision 4485117d: [TASK] Deprecate unneeded RawValidator
The RawValidator is a useless Validator that is
automatically attached to all method params that
are annotated with "...
Alexander Schnitzler
10:46 Revision 26f68b8a: [BUGFIX] Prevent javascript error in backend
Adding a condition to check if a backend user has permissions on the
search to prevent a JS error while initializing ...
Markus Günther

2018-01-07

23:10 Revision 3513af37: [BUGFIX] Make empty $GLOBALS['TBE_MODULES_EXT'] traversable
Prevent warnings and notices if $GLOBALS['TBE_MODULES_EXT'] is not
set, which can be the case if no extensions are in...
Richard Haeser
23:07 Revision c39209a3: [BUGFIX] Make empty $GLOBALS['TBE_MODULES_EXT'] traversable
Prevent warnings and notices if $GLOBALS['TBE_MODULES_EXT'] is not
set, which can be the case if no extensions are in...
Richard Haeser
11:25 Revision 29984cd1: [TASK] Update codemirror 5.31.0 ❯ 5.33.0
Resolves: #83494
Releases: master
Change-Id: I81c813d7a8604ae5c066a491d89e721ebcd599e8
Reviewed-on: https://review.ty...
Frank Nägler
11:19 Revision 72dbe45f: [TASK] Update imagesloaded 4.1.3 ❯ 4.1.4
Resolves: #83497
Releases: master
Change-Id: I1d22a6934dfdbe5987b5d7da00e357719fab88db
Reviewed-on: https://review.ty...
Frank Nägler
11:16 Revision e7647207: [TASK] Update d3 4.11.0 ❯ 4.12.2
Resolves: #83495
Releases: master
Change-Id: I7313a8ca2fa5a4f7e69255549c0b16c28b997c11
Reviewed-on: https://review.ty...
Frank Nägler

2018-01-06

17:22 Revision 01751ad2: [BUGFIX] Remove invalid configuration of class-alias-map in reports
There is no class alias map for ext:reports. Remove the configuration
in composer.json therefore.
Releases: 8.7
Reso...
Markus Klein
17:21 Revision e26fcb2a: [BUGFIX] Use strict flag in signalslot dispatcher
To avoid exceptions with complex structures, the strict flag
must be used in the in_array check.
Resolves: #82736
Re...
Georg Ringer
17:21 Revision 842ccb7d: [BUGFIX] Use strict flag in signalslot dispatcher
To avoid exceptions with complex structures, the strict flag
must be used in the in_array check.
Resolves: #82736
Re...
Georg Ringer
12:13 Revision 26c7e3ce: [TASK] Migrate ContextHelp to TypeScript
Resolves: #82579
Releases: master
Change-Id: Ic2d44d8567c2b144f9250f9011b6106fe73358e9
Reviewed-on: https://review.ty...
Andreas Fernandez
 

Also available in: Atom