Project

General

Profile

Activity

From 2017-11-02 to 2017-12-01

2017-12-01

22:41 Revision f5daa014: [CLEANUP] Add class-imports in Extbase Persistence classes
This cleanup should ease backporting future patches in that area.
Releases: master, 8.7, 7.6
Resolves: #83189
Change...
Stefan Neufeind
21:52 Revision 85030908: [BUGFIX] Fix wrong reference to language file in FileList class
During a backport of #80920 the file reference was not updated to
the right location.
Resolves: #83187
Releases: 7.6...
Wouter Wolters
21:49 Revision 77384643: [BUGFIX] Remove double quotations in FileList class
On two occasions there are too many double quotes.
Resolves: #83186
Releases: master
Change-Id: I8708bc5ff1d6ac680bc...
Wouter Wolters
20:21 Revision ff0d2d56: [TASK] Save 2 calls to the runtime cache in DataHandler
By just getting the value and checking what is returned instead of
calling the runtime cache twice for each call
Res...
Wouter Wolters
13:24 Revision 40518282: [BUGFIX] Fix ExtJS removal documentation files
A couple of syntax errors in the .rst files of the
ExtJS / page tree feature.
Resolves: #83185
Related: #82426
Relea...
Christian Kuhn

2017-11-30

21:38 Revision 523f6ce4: [TASK] Re-add autolinking RTE feature in CKeditor
A missing functionality is added, which happened when introducing CKeditor.
Automatically linking a URL when typing ...
Benni Mack
17:16 Revision 71cdfeff: [BUGFIX] Fix injured workspace encapsulation in record localize summary.
This patch resolves problem with the injured workspace encapsulation
for removed records while fetching the record lo...
Gleb Levitin
16:49 Revision 2320d7f9: [BUGFIX] Fix injured workspace encapsulation in record localize summary.
This patch resolves problem with the injured workspace encapsulation
for removed records while fetching the record lo...
Gleb Levitin
16:45 Revision 7c5c26eb: [BUGFIX] Make category tree filterable for editors with category mounts
TCEFORM.pages.categories.config.treeConfig.rootUid should filter
the category tree. Non-Admin users with category mou...
Christoph Lehmann
16:25 Revision 49e2f9cf: [BUGFIX] Add `config.frontend_editing` to tsref.xml of EXT:t3editor
Resolves: #79736
Releases: master
Change-Id: I8662c7adfa38669b3a66b3959485722a285b4448
Reviewed-on: https://review.ty...
Andreas Fernandez
15:40 Revision 86481c37: [BUGFIX] Make quoting of SQL fragments in TCA possible
The table and column name quoting method {#tableName}.{#columnName}
introduced for TypoScript in issue #80506 is now ...
Stephan Großberndt
15:38 Revision 91aa1488: [BUGFIX] Make quoting of SQL fragments in TCA possible
The table and column name quoting method {#tableName}.{#columnName}
introduced for TypoScript in issue #80506 is now ...
Stephan Großberndt
15:26 Revision 3d1fbfd4: [FEATURE] Provide a trait to support public access deprecation
Provides a trait to leverage a smooth migration of public
property access to protected. For the period of deprecation...
Elmar Hinz
15:24 Revision 5b4e54a7: [BUGFIX] Fix language of placeholder for relations
When a parent record (e.g. tt_content) has inline relations
(e.g. sys_file_reference)and these relations show a place...
Nicole Cordes
14:55 Revision 01465531: [BUGFIX] Fix language of placeholder for relations
When a parent record (e.g. tt_content) has inline relations
(e.g. sys_file_reference)and these relations show a place...
Nicole Cordes
14:29 Revision 0ee39dde: [!!!][FEATURE] Replace ExtJS page tree
The ExtJS/ExtDirect based page tree has been replaced with
new implementation based on SVG.
Refactoring and performa...
Tymoteusz Motylewski
14:02 Revision 945f3586: [BUGFIX] Fix exceptions from BE Routing change
Change-Id: I3f74892da6c82a7213b7f77d5027160ee118eabb
Resolves: #83174
Releases: master
Reviewed-on: https://review.ty...
Susanne Moog
13:39 Revision d761efb1: [TASK] Suggest PHP "intl" extension
This is the basis for further improvements, which require
locale aware operations.
Resolves: #83171
Releases: master...
Markus Klein
10:56 Revision 873e4305: [TASK] Use BE Routing / PSR-7 instead of BackendUtility::getModuleUrl
The new PSR-7-based solution since TYPO3 v7 should be used everywhere
instead of "BackendUtility::getModuleUrl()". Th...
Benni Mack
10:32 Revision 87f67654: [FOLLOWUP][BUGFIX] Preview information should not conflict with frontend layout
Switch order of arguments to implode().
Resolves: #83158
Releases: master, 8.7
Change-Id: I15ff9827418e9d24fefae5f3f...
Markus Klein
10:31 Revision e32bfd67: [FOLLOWUP][BUGFIX] Preview information should not conflict with frontend layout
Switch order of arguments to implode().
Resolves: #83158
Releases: master, 8.7
Change-Id: I15ff9827418e9d24fefae5f3f...
Markus Klein

2017-11-29

23:46 Revision ac6519f5: [BUGFIX] Handle docroot relative paths correctly in ResourceCompressor
Resolves: #82863
Releases: master, 8.7
Change-Id: Iaf775d83c526017ff882d21c8f6d7c5c1f78a038
Reviewed-on: https://revi...
Markus Klein
23:29 Revision c33288e5: [BUGFIX] Handle docroot relative paths correctly in ResourceCompressor
Resolves: #82863
Releases: master, 8.7
Change-Id: Iaf775d83c526017ff882d21c8f6d7c5c1f78a038
Reviewed-on: https://revi...
Markus Klein
23:15 Revision e096754a: [TASK] Re-add autolinking RTE feature in CKeditor
A missing functionality is added, which happened when introducing CKeditor.
Automatically linking a URL when typing ...
Benni Mack
22:34 Revision b2bd51f9: [BUGFIX] Return null value instead of string 'NULL'
Add local getPlainValue method in persistence backend, so a
null value instead of string 'NULL' is written to databas...
Gernot Leitgab
22:18 Revision b61e7117: [BUGFIX] Return null value instead of string 'NULL'
Add local getPlainValue method in persistence backend, so a
null value instead of string 'NULL' is written to databas...
Gernot Leitgab
21:43 Revision 01ed5888: [TASK] Add HTML5 checks for "create new admin user" in Install Tool
This patch adds HTML5 attributes to the form fields so the username
field is set to required and the password has to ...
Jonathan IROULIN
20:38 Revision b14b6207: [TASK] Make install tool cards more speaking
Resolves: #83169
Releases: master
Change-Id: Ic9ed0f3ceb06aa3befcc3931ba656639615c2f6f
Reviewed-on: https://review.ty...
Benni Mack
20:32 Revision 6f3fa758: [BUGFIX] Properly handle flexform related exceptions
The FlexFormTools class tries to resolve the datastructure
of flex fields by the given TCA configuration. The flexfor...
Alexander Schnitzler
20:12 Revision 34363179: [BUGFIX] Avoid reflection for public property injection
The property injection in the ObjectContainer always
did reflect the object and made the property accessible,
even if...
Alexander Schnitzler
20:12 Revision 7ee93637: [BUGFIX] Properly handle flexform related exceptions
The FlexFormTools class tries to resolve the datastructure
of flex fields by the given TCA configuration. The flexfor...
Alexander Schnitzler
19:55 Revision 61a9cd35: [TASK] All TCA columns should have a config section
Having a TCA columns field without 'config' array doesn't make
sense. ['config']['type'] is marked as mandatory field...
Christian Kuhn
19:39 Revision f1a0f803: [BUGFIX] Clarify description of FE|sessionDataLifetime
The FE|sessionDataLifetime option is solely used for anonymous
frontend sessions. It does not influence any other ses...
Markus Klein
19:37 Revision 4dead4b5: [BUGFIX] Fix source collection for GIFBUILDER
If the file resource is a GIFBUILDER object, the dimension is set in the
properties XY, maxWidth or maxHeight.
Chang...
Marco Huber
19:24 Revision 308b75fc: [FEATURE] Possibility to set sessionTimeout for Frontend Users
Currently it was only possible to set the session timeout for the backend users
You can define the sessionTimeout wit...
Alexander Opitz
19:21 Revision a3dee2fa: [BUGFIX] Clarify description of FE|sessionDataLifetime
The FE|sessionDataLifetime option is solely used for anonymous
frontend sessions. It does not influence any other ses...
Markus Klein
19:05 Revision 58fa022a: [TASK] Simplify the Clear temp file section in Install Tool
Hide the button for cleaning a directory if the directory is
empty.
Resolves: #82561
Releases: master
Change-Id: I06...
Georg Ringer
18:34 Revision ebe5ac92: [BUGFIX] Install tool: Racy clear tables
JS ajax call to reload stats must be called after
clear table finished and not in parallel.
Change-Id: Ifdaa6f89eafe...
Christian Kuhn
18:31 Revision 1791bebc: [!!!][TASK] Migrate backend_layout.icon to FAL
The last place in TYPO3 Core to use internal_type=file (backend_layout.icon)
is now moved to FAL with sys_file_refere...
Benni Mack
18:13 Revision 5c048a4c: [BUGFIX] Fix recursive FLUIDTEMPLATE cObj's that use layoutRootPaths
FLUIDTEMPLATE variables may contain content elements (e.g. recursive
FLUIDTEMPLATE's) which may instantiate own Templ...
Benjamin Franzke
17:43 Revision d7e1728e: [TASK] Use booleans where currently 1/0 are used
Releases: master
Resolves: #83023
Change-Id: I9fe436f94a1223020b5fd0c308fa5bdb1b81ec39
Reviewed-on: https://review.ty...
Stefan Neufeind
17:38 Revision aa3ad5a5: [BUGFIX] Apply correct button styles on EDITPANEL for pages
Resolves: #83162
Releases: master, 8.7
Change-Id: I76bc60d9ac94eb1fe510bfe324cf49c0ed3bf896
Reviewed-on: https://revi...
Benjamin Kott
17:33 Revision 3adecebc: [!!!][TASK] Remove TYPO3.LLL usages in TYPO3 core
Remove TYPO3.LLL after moving to new JS API for translations TYPO3.lang
Resolves: #83161
Releases: master
Change-Id:...
Pawel Cieslik
17:23 Revision 395e434f: [TASK] Use $pathsToProvideInTestInstance in functional import tests
$pathsToProvideInTestInstance offers the possibility to use real
duplicates instead of linked resources in the filesy...
Oliver Hader
17:12 Revision bf9b0e27: [BUGFIX] Apply correct button styles on EDITPANEL for pages
Resolves: #83162
Releases: master, 8.7
Change-Id: I76bc60d9ac94eb1fe510bfe324cf49c0ed3bf896
Reviewed-on: https://revi...
Benjamin Kott
17:05 Revision 9102e98c: [BUGFIX] Ignore translations from other workspaces
Ignore translations of content elements (tt_content) which are created in
other workspace, so it is able to create a ...
Markus Goldbach
16:59 Revision 0e9c009f: [BUGFIX] Determine Chinese simplified Han "Accept-Language" header
Internet Explorer (IE11 & Edge) changed the submitted HTTP header
for "Accept-Language" from "zh-cn" to "zh-hans-cn"....
DavidsWONG
16:58 Revision 1578f20b: [TASK] Use $pathsToProvideInTestInstance in functional import tests
$pathsToProvideInTestInstance offers the possibility to use real
duplicates instead of linked resources in the filesy...
Oliver Hader
16:51 Revision 21861b1b: [BUGFIX] Ignore translations from other workspaces
Ignore translations of content elements (tt_content) which are created in
other workspace, so it is able to create a ...
Markus Goldbach
16:22 Revision d9c83a79: [FEATURE] URL validator for Extbase
Add a new Extbase validator to check if a value is a valid URL.
Change-Id: Ic4ce6ee0f8a38f082e869c094ae6013493d7fb96...
Roland Golla
16:10 Revision 745e0b28: [BUGFIX] Determine Chinese simplified Han "Accept-Language" header
Internet Explorer (IE11 & Edge) changed the submitted HTTP header
for "Accept-Language" from "zh-cn" to "zh-hans-cn"....
DavidsWONG
16:07 Revision 1553fd49: [BUGFIX] System information: set error filter in link to log
The link in system information menu "We have found 2 errors.
Please check your system log" will now set the appropria...
Felix Althaus
15:54 Revision 08a132d3: [FEATURE] Add support to native SQL time column type
This patch introduce a new key "time" to the TCA property
"dbType" to allow using native SQL time column type.
Resol...
Eric Chavaillaz
14:58 Revision 61c77568: [BUGFIX] Ensure all sys_file_metadata TCA columns have a config section
The main issue is that the core ships a TCA column without a config section.
If EXT:filemetadata is available, this ...
Benni Mack
14:41 Revision 46dbd8b7: [BUGFIX] Ensure all sys_file_metadata TCA columns have a config section
The main issue is that the core ships a TCA column without a config section.
If EXT:filemetadata is available, this ...
Benni Mack
13:42 Revision 301e3f40: [BUGFIX] Preview information should not conflict with frontend layout
The preview information badge was reworked and now has a fixed
always visible position. Clicks on the preview badge a...
Benjamin Kott
13:16 Revision 9b5088ff: [BUGFIX] Preview information should not conflict with frontend layout
The preview information badge was reworked and now has a fixed
always visible position. Clicks on the preview badge a...
Benjamin Kott
12:33 Revision 24a16f9a: [BUGFIX] Prevent catchable error during workspace publishing
When publishing a workspace, incorrect TCA might lead to a catchable
fatal error. This happened, when TCA for a field...
Benni Mack
12:33 Revision f8ecea00: [BUGFIX] Prevent catchable error during workspace publishing
When publishing a workspace, incorrect TCA might lead to a catchable
fatal error. This happened, when TCA for a field...
Benni Mack
12:07 Revision e1146138: [TASK] Remove unused method isLocalizationEnabled
Change-Id: Ib7fd53d28dfd08ba8cc81b14e854812981db268f
Resolves: #83156
Releases: master
Reviewed-on: https://review.ty...
Susanne Moog
12:01 Revision 94418b6b: [BUGFIX] Prevent catchable error during workspace publishing
When publishing a workspace, incorrect TCA might lead to a catchable
fatal error. This happened, when TCA for a field...
Benni Mack
11:42 Revision ebe81613: [TASK] Port TYPO3.LLL usages to TYPO3.lang
TYPO3 core uses new JS api for fetching language labels - TYPO3.lang.
Resolves: #83142
Releases: master
Change-Id: I...
Pawel Cieslik
10:04 Revision 9f879047: [BUGFIX] Allow to upload online media via file list
It was not possible due to a form name mixup to add online media files
via the FileList in TYPO3 v9 anymore.
Related...
Benni Mack
00:12 Revision 016054de: [TASK] Log warning on invalid charset
This gives users a clear hint if e.g. config.metaCharset contains
an invalid value instead of showing a blank page.
...
Stefan Neufeind

2017-11-28

23:46 Revision 1b14468a: [TASK] Remove hard-coded l10n_parent fields for pages
Due to the change of the pages_language_overlay migration, a lot
of hard-coded "l10n_parent" and "sys_language_uid" f...
Benni Mack
23:41 Revision 1432d9ec: [!!!][TASK] Remove BE/fileExtensions/webspace
The option $TYPO3_CONF_VARS[BE][fileExtensions][webspace][*]
is removed.
It was only used in some specific cases, wh...
Benni Mack
23:38 Revision 09945032: [TASK] Add missing delete button for Documentation
Add a missing delete button within the Documentation module. Right now,
a user can't delete previously downloaded do...
Łukasz Uznański
23:34 Revision f8c9afec: [!!!][TASK] Remove stdWrap options space, spaceBefore, spaceAfter
The stdWrap options 'space', 'spaceBefore', 'spaceAfter'
are rarely used and should be better done completely by CSS....
Georg Ringer
23:28 Revision fbd1d72a: [BUGFIX] Disable column sys_file_reference.sorting
Disable the column sys_file_reference.sorting by its according TCA
definition as it is not useful and leads to severe...
Stephan Großberndt
23:11 Revision d1105723: [BUGFIX] Failing task "Fileadmin garbage collection"
Fix the identifier string, which is used to retrive the file object,
a relative path instead of an absolute path is e...
Sebastian Hofer
23:07 Revision dbce47d7: [TASK] Separately extract @validate annotations
Separately exctracting the @validate annotations
makes resolving these annotations more testable.
Also this allows t...
Alexander Schnitzler
23:06 Revision b1413c7d: [TASK] Add missing delete button for Documentation
Add a missing delete button within the Documentation module. Right now,
a user can't delete previously downloaded do...
Łukasz Uznański
20:50 Revision fc4fbc4a: [BUGFIX] Hint for 'Check for broken extensions' if install tool crashes
If the install tool crashes in cards that load ext_* files from extensions,
it currently clears html body and only re...
Christian Kuhn
20:41 Revision 8da63a45: [BUGFIX] Disable column sys_file_reference.sorting
Disable the column sys_file_reference.sorting by its according TCA
definition as it is not useful and leads to severe...
Stephan Großberndt
20:14 Revision 9cefc0a5: [BUGFIX] UpgradeWizard check for utf8 is wrong
The upgrade wizard checking for utf-8 sets a
variable called charsetOk which worked
differently on MySQL compared to ...
Susanne Moog
19:56 Revision bd606fda: [FEATURE] Add support for addQueryString to TypolinkViewHelper
This enables {Link,Uri}/TypoLinkViewHelper to support addQueryString,
addQueryString.method and addQueryString.exclud...
Sebastian Hofer
17:19 Revision 93b720d4: [BUGFIX] Also show port when trustedHosts pattern mismatches
Add the port information to the error message when the
trustedHostsPattern mismatches. This is important as
the SERVE...
Oliver Thiele
16:02 Revision 7eda1b6e: [TASK] Install Tool: Display a warning if PHP fileinfo extension is not loaded
Show a warning message during the installation process if
the PHP fileinfo extension is not loaded.
It only displays ...
Jonathan IROULIN
15:30 Revision 4337087a: [TASK] Install Tool: Display a warning if PHP fileinfo extension is not loaded
Show a warning message during the installation process if
the PHP fileinfo extension is not loaded.
It only displays ...
Jonathan IROULIN
15:29 Revision 1d63c773: [BUGFIX] Check simplexml return type in ImageInfo
According to the php documentation[1] simplexml_load_file may return
false on failure. We need to check for this befo...
Tim Spiekerkötter
15:27 Revision 97de3458: [BUGFIX] Streamline page translation localization modes for enableFields
During the migration of page translations from pages_language_overlay
some fields have been migrated to a localizatio...
Benni Mack
13:52 Revision adfa7822: Revert "[BUGFIX] Fix language of placeholder for relations"
This reverts commit 5be3ec134bf1186260e3172832e8c69dfd13913d.
Further issues popped up in the master patch.
Reverts...
Christian Kuhn
13:47 Revision 6db0ff19: [BUGFIX] Also show port when trustedHosts pattern mismatches
Add the port information to the error message when the
trustedHostsPattern mismatches. This is important as
the SERVE...
Oliver Thiele
13:18 Revision ba19b869: [FOLLOWUP][BUGFIX] Check simplexml return type in ImageInfo
Fix unit test which fails on current master since last patch
set has been too long ago and no re-run was triggered af...
Christian Kuhn
12:14 Revision 8275f3af: [BUGFIX] Check simplexml return type in ImageInfo
According to the php documentation[1] simplexml_load_file may return
false on failure. We need to check for this befo...
Tim Spiekerkötter
11:51 Revision 6708d691: [BUGFIX] Properly escape "dropzone-target" selector in DragUploader.js
We properly escape some characters of "dropzone-target" data attribute,
since it is being used as a CSS selector to i...
Giannis Economou
11:43 Revision bb39b226: [BUGFIX] Set correct HTTP header when page access is denied
Accessing an existing page with insufficient permissions should
not set a 404 header but a 403 header.
Resolves: #23...
Markus Klein
11:34 Revision bffeb737: [FEATURE] Allow nested GET-parameters for config.linkVars
Resolves: #22439
Releases: master
Change-Id: I013d455c2024caede7897551240a0c4fe5c6e1e1
Reviewed-on: https://review.ty...
Markus Klein
11:31 Revision 15f06616: [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
11:23 Revision b9784877: [BUGFIX] Make `top.TYPO3.Storage` available again
`top.TYPO3.Storage` is now globally available again, it's not necessary to
load this module via RequireJS. Please kee...
Andreas Fernandez
11:09 Revision bf6ee546: [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
11:08 Revision 5be3ec13: [BUGFIX] Fix language of placeholder for relations
When a parent record (e.g. tt_content) has inline relations
(e.g. sys_file_reference)and these relations show a place...
Nicole Cordes
10:50 Revision e8fbcb4c: [CLEANUP] Move rst changelog docs into correct folder
Resolves: #83130
Releases: master, 8.7
Change-Id: I9b552fcdda64a5a1a9a8c1d1e06d20d0ed43cad0
Reviewed-on: https://revi...
Markus Klein
10:28 Revision 0662c815: [CLEANUP] Add missing rst changelog docs
Add the rst files which have been added meanwhile in the 8.7 branch.
Resolves: #83130
Releases: master, 8.7
Change-I...
Markus Klein
09:03 Revision 6b2addc4: [BUGFIX] Use correct language file in element information popup
Use the correct language file which changed by accident during
the fluid transformation.
Resolves: #83126
Releases: ...
Georg Ringer
08:51 Revision 2ba1bc31: [BUGFIX] Set correct HTTP header when page access is denied
Accessing an existing page with insufficient permissions should
not set a 404 header but a 403 header.
Resolves: #23...
Markus Klein
08:50 Revision e4bbf74f: [BUGFIX] Use correct language file in element information popup
Use the correct language file which changed by accident during
the fluid transformation.
Resolves: #83126
Releases: ...
Georg Ringer

2017-11-27

23:52 Revision 3cd59bc3: [BUGFIX] Make category tree filterable for editors with category mounts
TCEFORM.pages.categories.config.treeConfig.rootUid should filter
the category tree. Non-Admin users with category mou...
Christoph Lehmann
23:41 Revision bef9a799: [BUGFIX] Validate page error handler result to report wrong configuration
Resolves: #50186
Releases: master, 8.7
Change-Id: I082a2d48608d43856cd60076852a19aec8a21a7e
Reviewed-on: https://revi...
Markus Klein
23:39 Revision c75083c5: [BUGFIX] IRRE actions should render error messages from DataHandler
When IRRE actions (localize/synchronize) are triggered that result in a
DataHandler error (e.g. "Localization failed,...
Benni Mack
23:37 Revision 4228c7c5: [BUGFIX] Catch Exception while extracting metadata
Catch InsufficientFileAccessPermissionsException while extracting
metadata. Reason for this exception could be that t...
Ricky Mathew
23:27 Revision b5c25e9d: [BUGFIX] Don't show “cut” and “cut release” at the same time
This patchs prevents showing “cut” and “cut release” at the same time in
the clickmenu of the page tree.
Resolves: #...
Frank Nägler
23:26 Revision ed4e4601: [TASK] Visual tweak of "SelectMultipleSideBySideElement"
The position of the buttons aside the wizard are not correct.
Releases: master, 8.7
Resolves: #83072
Change-Id: Ib6...
Gianluigi Martino
23:25 Revision d1fb91bf: [FEATURE] Introduce scheduler task to execute console commands
This commit introduces a task that is similar to the extbase
task that can run command controllers via the scheduler....
Alexander Schnitzler
23:14 Revision 08370e2f: [FEATURE] Replace @ignorevalidation with @Extbase\IgnoreValidation
This patch introduces the "TYPO3\CMS\Extbase\Annotation\IgnoreValidation"
annotation that replaces the @ignorevalidat...
Alexander Schnitzler
23:12 Revision 65f634e9: [BUGFIX] IRRE actions should render error messages from DataHandler
When IRRE actions (localize/synchronize) are triggered that result in a
DataHandler error (e.g. "Localization failed,...
Benni Mack
23:11 Revision ed57eb53: [BUGFIX] Correctly resolve dots inside flexform field names
When a flexform field index attribute contained a dot, only
the last value was kept.
We now correctly append the new ...
Christian Weiske
23:09 Revision bb87f5d1: [BUGFIX] Validate page error handler result to report wrong configuration
Resolves: #50186
Releases: master, 8.7
Change-Id: I082a2d48608d43856cd60076852a19aec8a21a7e
Reviewed-on: https://revi...
Markus Klein
22:54 Revision 6190341f: [TASK] Resolve translated page IDs to default language page in FE
Currently, when accessing a translated page ID via index.php?id=23,
the TypoScript cannot be resolved, as the GET par...
Benni Mack
22:54 Revision 2188f919: [BUGFIX] Correctly resolve dots inside flexform field names
When a flexform field index attribute contained a dot, only
the last value was kept.
We now correctly append the new ...
Christian Weiske
22:51 Revision d94eab59: [BUGFIX] Prepared statement contains too many placeholders
Fix method findInStorageAndNotInUidList where $uidList
contains more then 65536 records in MySQL, 64000 in Oracle,
34...
Pawel Cieslik
22:49 Revision 7c9099c0: [TASK] Visual tweak of "SelectMultipleSideBySideElement"
The position of the buttons aside the wizard are not correct.
Releases: master, 8.7
Resolves: #83072
Change-Id: Ib6...
Gianluigi Martino
22:43 Revision f48f8586: [BUGFIX] Add missing initialization of GraphicalFunctions
Add missing initialization of the GraphicalFunctions helper
during image processing.
Resolves: #83058
Releases: mast...
Joschi Kuphal
22:33 Revision 93f26c24: [BUGFIX] Prepared statement contains too many placeholders
Fix method findInStorageAndNotInUidList where $uidList
contains more then 65536 records in MySQL, 64000 in Oracle,
34...
Pawel Cieslik
22:25 Revision 7d5b706d: [BUGFIX] Only update fe_users.is_online if user is logged in
The field is_online is updated in TSFE right after a user has authenticated,
but if the user has no usergroup, he/she...
Benni Mack
22:23 Revision 5771457d: [BUGFIX] Redirect to the list after save&close in text file edit form
Clicking on the Save & Close button in the FileList
text file editing form redirects back to the list view.
Releases...
Tymoteusz Motylewski
22:19 Revision 3907e862: [TASK] Switch isset() and is_array() to null coalesce
Several hundred function calls and vast numbers
of indentations can be saved by using the null
coalesce operator inst...
Tymoteusz Motylewski
22:16 Revision e3385140: [TASK] Deprecate BE/FE delete clause methods
Prior to Doctrine DBAL, all queries used the deleteClause for BE/FE
in various places, but this is gone, and this fun...
Benni Mack
21:31 Revision da8841e2: [TASK] Deprecate BackendUtility::getHash/storeHash
The methods are only wrappers for the Caching framework, and come
from the time where the caching framework wasn't av...
Benni Mack
19:56 Revision 5b9bf53b: [TASK] Deprecate DataHandler->newlog2()
The "shorthand" method "newlog2()" is deprecated in favor of starting
to integrate a better logging API.
Resolves: #...
Benni Mack
19:44 Revision 5c4aedca: [FEATURE] Separation of search result path to title, uri, linkTag
For styling and individual html markup of the result of indexed_search
it is now possible to get the path information...
Joerg Boesche
19:27 Revision d79d4188: [BUGFIX] Colorpicker in irre records
This patch checks if a value is set before writing
a possbile empty value to the field.
Resolves: #83000
Releases: m...
Frank Nägler
19:04 Revision c6bab2b6: [BUGFIX] Colorpicker in irre records
This patch checks if a value is set before writing
a possbile empty value to the field.
Resolves: #83000
Releases: m...
Frank Nägler
18:56 Revision ac3e12db: [BUGFIX] Fix editing a FileStorage from FileTree on PostgreSQL
Avoid a SQL error on PostgreSQL when editing a FileStorage from FileTree
by passing the UID instead of a combined ide...
Stephan Großberndt
18:21 Revision 3655f532: [BUGFIX] Changed logical operator.
As the Exception says: It is not allowed to have a section without a type
OR a type without a section. So it is not a...
Gabriel Comte
18:00 Revision 78330ec3: [TASK] Use general functionality for fetching templates
Some places in the TYPO3 Core can use the general coding functionality
to fetch absolute URLs, but "GeneralUtility::g...
Benni Mack
17:58 Revision 4bb9a50e: [TASK] styleguide: TCA: Input colorpicker with valuePicker as inline child
Related: https://github.com/TYPO3-CMS/styleguide/issues/83000 Christian Kuhn
17:34 Revision 8f13dc52: [BUGFIX] styleguide: Duplicate l10n_diffsource definition
Christian Kuhn
17:19 Revision 589372b9: [BUGFIX] Send correct Cache-Control header if no client side caching
Add 'Cache-Control: no-store' if conditions allowing client caching
are not met. This change will prevent caching con...
Łukasz Uznański
17:12 Revision 6dcc51c8: [FEATURE] Replace @cascade with @Extbase\ORM\Cascade
This patch introduces the "TYPO3\CMS\Extbase\Annotation\ORM\Cascade"
annotation that replaces the @cascade annotation...
Alexander Schnitzler
17:11 Revision 49fc343c: [BUGFIX] Send correct Cache-Control header if no client side caching
Add 'Cache-Control: no-store' if conditions allowing client caching
are not met. This change will prevent caching con...
Łukasz Uznański
17:03 Revision 9de7f844: [BUGFIX] fix missing l18n fields in blog tag table
The field l18n_parent was missing in table
tx_blogexample_domain_model_tag, but configured in TCA.
This causes an exc...
Sebastian Hofer
17:02 Revision ae1f0289: [BUGFIX] Send correct Cache-Control header if no client side caching
Add 'Cache-Control: no-store' if conditions allowing client caching
are not met. This change will prevent caching con...
Łukasz Uznański
16:42 Revision 03b08c7e: [BUGFIX] fix missing l18n fields in blog tag table
The field l18n_parent was missing in table
tx_blogexample_domain_model_tag, but configured in TCA.
This causes an exc...
Sebastian Hofer
16:37 Revision be807f55: [TASK] Move llXmlAutoFileName() into AbstractXmlParser
The global function in GeneralUtility is moved into the AbstractXmlParser.
Resolves: #83083
Releases: master
Change-...
Benni Mack
16:37 Revision 54033bc5: [FEATURE] Replace @transient with @Extbase\ORM\Transient
This patch introduces the "TYPO3\CMS\Extbase\Annotation\ORM\Transient"
annotation that replaces the @transient annota...
Alexander Schnitzler
16:00 Revision 0b3eb366: [FEATURE] Replace @lazy with @Extbase\ORM\Lazy
This patch introduces the "TYPO3\CMS\Extbase\Annotation\ORM\Lazy"
annotation that replaces the @lazy annotation which...
Alexander Schnitzler
14:28 Revision f2a97547: [BUGFIX] Use config.extTarget for menu links to external URLs
Resolves: #78151
Releases: master
Change-Id: I65356a01f76d1c693a45e4ba84884f6ad01cdf65
Reviewed-on: https://review.ty...
Benni Mack
13:23 Revision 58b23c62: [TASK] Use proper PHPdoc type annotations in Extbase error layer
Resolves: #83111
Releases: master, 8.7
Change-Id: Ifde44802b9cf120f1a6ba3490022ccda1458e00d
Reviewed-on: https://revi...
Oliver Hader
13:03 Revision 4f7fadc7: [TASK] Use proper PHPdoc type annotations in Extbase error layer
Resolves: #83111
Releases: master, 8.7
Change-Id: Ifde44802b9cf120f1a6ba3490022ccda1458e00d
Reviewed-on: https://revi...
Oliver Hader
12:57 Revision 8225ab80: [BUGFIX] Fix editing a FileStorage from FileTree on PostgreSQL
Avoid a SQL error on PostgreSQL when editing a FileStorage from FileTree
by passing the UID instead of a combined ide...
Stephan Großberndt
12:39 Revision 59839c08: [TASK] Use @DoctrineAnnotation ruleset for php-cs-fixer
As doctrine annotations have been introduced in the core
the ruleset for proper formatting should be enabled.
Releas...
Alexander Schnitzler
12:24 Revision b11bdc10: [TASK] Ensure introduction package is properly installed
Resolves: #83108
Releases: master, 8.7
Change-Id: I72d30fdab6ea3cc72078d5cf50b38915ff388fa2
Reviewed-on: https://revi...
Andreas Fernandez
12:24 Revision f98d3c70: [TASK] Ensure introduction package is properly installed
Resolves: #83108
Releases: master, 8.7
Change-Id: I72d30fdab6ea3cc72078d5cf50b38915ff388fa2
Reviewed-on: https://revi...
Andreas Fernandez
12:18 Revision 5bbc9540: [CLEANUP] Alwas put null at the last position
This patch applies the phpdoc_types_order rule of the
php-cs-fixer. See http://cs.sensiolabs.org/ -> phpdoc_types_ord...
Alexander Schnitzler
11:37 Revision a3301a61: [CLEANUP] Alwas put null at the last position
This patch applies the phpdoc_types_order rule of the
php-cs-fixer. See http://cs.sensiolabs.org/ -> phpdoc_types_ord...
Alexander Schnitzler
11:30 Revision 0e2f39d7: [BUGFIX] bamboo: Label parsing
The bamboo test setup relies on a funny solution to determine the
gerrit patch id and patch set, used for reporting r...
Christian Kuhn
11:29 Revision 797b862f: [CLEANUP] The correct case must be used for standard PHP types in phpdoc
This patch applies the phpdoc_types rule of the
php-cs-fixer. See http://cs.sensiolabs.org/ -> phpdoc_types
Releases...
Alexander Schnitzler
11:21 Revision c856e042: [BUGFIX] bamboo: Label parsing
The bamboo test setup relies on a funny solution to determine the
gerrit patch id and patch set, used for reporting r...
Christian Kuhn
11:11 Revision a5efad31: [BUGFIX] bamboo: Label parsing
The bamboo test setup relies on a funny solution to determine the
gerrit patch id and patch set, used for reporting r...
Christian Kuhn
10:38 Revision aed4b6b0: [CLEANUP] The correct case must be used for standard PHP types in phpdoc
This patch applies the phpdoc_types rule of the
php-cs-fixer. See http://cs.sensiolabs.org/ -> phpdoc_types
Releases...
Alexander Schnitzler
09:36 Revision 63a2a917: [BUGFIX] Add missing initialization of GraphicalFunctions
Add missing initialization of the GraphicalFunctions helper
during image processing.
Resolves: #83058
Releases: mast...
Joschi Kuphal

2017-11-26

23:30 Revision 091543cd: [CLEANUP] Remove/Replace non-standard phpdoc annotations
Over the years many different non-standard phpdoc anotations
made it into that core which will now break the Annotati...
Alexander Schnitzler

2017-11-25

18:45 Revision 3b7c06e3: [FEATURE] Introduce Yarn and fix dependency handling and downgrade some libs
Because of the broken dependency manager logic in NPM this patch introduce
yarn as dependency manager for node module...
Benjamin Kott

2017-11-24

20:34 Revision e950ebed: [FOLLOWUP][BUGFIX] Fix some PHP Notices thrown rendering page module
Refer to the correct LanguageService.
The referenced class is not present in TYPO3 version 8.
Related: #82921
Releas...
Jan Helke
17:27 Revision 442211f0: [FEATURE] Introduce Yarn and fix dependency handling and downgrade some libs
Because of the broken dependency manager logic in NPM this patch introduce
yarn as dependency manager for node module...
Frank Nägler
07:51 Revision c860dbf0: [FOLLOWUP][BUGFIX] Spaces between attributes in boolean fields
Spaces added between attributes of boolean input fields.
Resolves: #83040
Releases: 7.6
Change-Id: I28f24bbfbc46d992...
Jigal van Hemert

2017-11-23

21:34 Revision 414a4d74: [TASK] Show allowed media sources in "Add media by URL" modal
In the modal view of "Add media by URL" the possible sources from where
media can be embedded are now shown.
Resolve...
Gianluigi Martino
18:18 Revision 7f9c183c: [BUGFIX] Don't show “cut” and “cut release” at the same time
This patchs prevents showing “cut” and “cut release” at the same time in
the clickmenu of the page tree.
Resolves: #...
Frank Nägler
16:49 Revision 1692a100: [FEATURE] Exclude doktypes in path of search result
The search result has a path with the pagetree structure.
It must be possible to exclude doktypes from the path.
Rel...
Joerg Boesche
16:19 Revision 49edc90c: [TASK] EXT:Scheduler: Extract HTML markup from "editAction" into Fluid
Resolves: #68683
Releases: master
Change-Id: I5bb4327b685d18b6575137f166d18d9640662af2
Reviewed-on: https://review.ty...
Michael Oehlhof
14:39 Revision 690204a3: [BUGFIX] Fix some PHP Notices thrown when rendering page module
Resolves: #82921
Releases: master, 8.7
Change-Id: Id26239e65321aa3653de849932a0be7e626bd653
Reviewed-on: https://revi...
Tymoteusz Motylewski
11:41 Revision 6b46e14f: [BUGFIX] Fix broken back button in EXT:form
This patch fix a regression, introduced with #82668
Resolves: #83057
Related: #82668
Releases: master, 8.7
Change-Id...
Frank Nägler
11:19 Revision 379f0635: [BUGFIX] Use correct runtime cache identifier for locked records
The runtime cache was re-built wrong by using
a custom identifer, thus being called EVERY time a
record is checked. T...
Benni Mack
11:03 Revision 3bfba77a: [BUGFIX] Use correct runtime cache identifier for locked records
The runtime cache was re-built wrong by using
a custom identifer, thus being called EVERY time a
record is checked. T...
Benni Mack
09:27 Revision 2dc0a952: [!!!][TASK] Remove fixed year 2038 in FormEngine validation JavaScript
This patch removes the fixed year 2038 from the validation.
The validation has been simplified.
Resolves: #81973
Rel...
Frank Nägler
09:26 Revision 23d7a015: [TASK] Migrate EXT:backend Login.js and UserPassLogin.js to TypeScript
Resolves: #82594
Resolves: #82608
Releases: master
Change-Id: Ibc3fce2983d5a193db17d8acc1c4dab2baee31db
Reviewed-on: ...
Frank Nägler
09:13 Revision 2d9416d9: [TASK] Optimize FormEngineValidation, Part II
Some functions inside FormEngineValidation are optimized to reduce
runtime or run multiple validations on fields that...
Andreas Fernandez
01:01 Revision 1dcdb136: [BUGFIX] Fix broken back button in EXT:form
This patch fix a regression, introduced with #82668
Resolves: #83057
Related: #82668
Releases: master, 8.7
Change-Id...
Frank Nägler

2017-11-22

20:54 Revision 12b52059: [BUGFIX] Make category tree filterable for editors with category mounts
TCEFORM.pages.categories.config.treeConfig.rootUid should filter
the category tree. Non-Admin users with category mou...
Christoph Lehmann
20:45 Revision c4dd1885: [BUGFIX] backend formfields: Make boolean fields UI working in Edge/IE
Add for/id so clicking the label toggles the checkbox.
Resolves: #83040
Releases: master, 8.7, 7.6
Change-Id: I3dc08...
Stefan Neufeind
13:57 Revision b48e1973: [BUGFIX] Page tree nodes can be (un)mounted again
(Un)mounting nodes in the page tree is now possible again by fixing calls
to the page tree objects.
Resolves: #83051...
Andreas Fernandez
12:57 Revision 9bd69b77: [BUGFIX] Page tree nodes can be (un)mounted again
(Un)mounting nodes in the page tree is now possible again by fixing calls
to the page tree objects.
Resolves: #83051...
Andreas Fernandez
12:56 Revision 38cabb11: [BUGFIX] Use `Storage/Persistent` in page tree
There is a left over usage of `top.TYPO3.Storage` in the ExtJS based
page tree. This usage is replaced with the `Stor...
Andreas Fernandez
09:38 Revision 78e57612: [BUGFIX] backend formfields: Make boolean fields UI working in Edge/IE
Add for/id so clicking the label toggles the checkbox.
Resolves: #83040
Releases: master, 8.7, 7.6
Change-Id: I3dc08...
Stefan Neufeind
09:27 Revision d317842d: [BUGFIX] backend formfields: Make boolean fields UI working in Edge/IE
Add for/id so clicking the label toggles the checkbox.
Resolves: #83040
Releases: master, 8.7, 7.6
Change-Id: I3dc08...
Stefan Neufeind
08:13 Revision c9ee0f52: [BUGFIX] Use correct argument name in PageViewHelper
Fix a variable name which has been changed with the latest
refactoring to make it possible again to set links without...
Georg Ringer

2017-11-21

23:10 Revision 393bc3f6: [BUGFIX] Fix thrown \InvalidArgumentException in access module
The returnUrl is not available if the access module is accessed via
context menu of the page tree. The module now che...
Andreas Fernandez
22:39 Revision 066e8ad7: [BUGFIX] Fix thrown \InvalidArgumentException in access module
The returnUrl is not available if the access module is accessed via
context menu of the page tree. The module now che...
Andreas Fernandez
11:31 Revision 02303de4: [BUGFIX] Fix sorting extensions in "Get Extensions" module
During some Doctrine cleanup the constraint for fetching extension by
extension key got messed up. This patch removes...
Nicole Cordes
00:42 Revision c304e745: [BUGFIX] GIFBUILDER files cannot be delivered via web server
GIFBUILDER uses provided file names and text snippets in order to
generate the final name for files to be written to....
Oliver Hader
00:32 Revision 5dde3a36: [BUGFIX] GIFBUILDER files cannot be delivered via web server
GIFBUILDER uses provided file names and text snippets in order to
generate the final name for files to be written to....
Oliver Hader

2017-11-20

23:57 Revision a2892653: [BUGFIX] Reload page tree if `extendToSubpages` flag changes
Resolves: #83052
Releases: master, 8.7
Change-Id: I9d86c38f8d1749583e154bd52c77b168d20af7dc
Reviewed-on: https://revi...
Andreas Fernandez
23:12 Revision d6c039ff: [BUGFIX] Reload page tree if `extendToSubpages` flag changes
Resolves: #83052
Releases: master, 8.7
Change-Id: I9d86c38f8d1749583e154bd52c77b168d20af7dc
Reviewed-on: https://revi...
Andreas Fernandez
20:51 Revision f3a43aea: [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
20:39 Revision 7c7e4edb: [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
20:29 Revision 65a05362: [BUGFIX] Catch Exception while extracting metadata
Catch InsufficientFileAccessPermissionsException while extracting
metadata. Reason for this exception could be that t...
Ricky Mathew
20:29 Revision 98440bb4: [BUGFIX] Fix sorting extensions in "Get Extensions" module
During some Doctrine cleanup the constraint for fetching extension by
extension key got messed up. This patch removes...
Nicole Cordes
20:29 Revision 9e4f48e6: [TASK] Example for a RTE Flexform config after migration
Releases: master, 8.7
Resolves: #83031
Change-Id: I918ef9ca5ae28f9c605e3c7940cea53b6ed3325a
Reviewed-on: https://revi...
Jörg Velletti
20:14 Revision eac7d30c: [BUGFIX] Fix notices in Filelist module
Resolves: #83002
Releases: master
Change-Id: I06c09f282df7fdcc0d8af11d65c5113f33a9c849
Reviewed-on: https://review.ty...
Tymoteusz Motylewski
16:32 Revision 67a7dddc: [TASK] Example for a RTE Flexform config after migration
Releases: master, 8.7
Resolves: #83031
Change-Id: I918ef9ca5ae28f9c605e3c7940cea53b6ed3325a
Reviewed-on: https://revi...
Jörg Velletti
14:44 Revision ad3bbbc5: [BUGFIX] Fix class name of success button in the install tool
Releases: master, 8.7, 7.6
Fixes: #83044
Change-Id: I2c16f160a18f4c0e58b87261b59fbde90aca2f82
Reviewed-on: https://re...
Markus Günther
14:42 Revision 3aee4f35: [BUGFIX] Fix class name of success button in the install tool
Releases: master, 8.7, 7.6
Fixes: #83044
Change-Id: I2c16f160a18f4c0e58b87261b59fbde90aca2f82
Reviewed-on: https://re...
Markus Günther
14:21 Revision a4a7bd94: [BUGFIX] Fix class name of success button in the install tool
Releases: master, 8.7, 7.6
Fixes: #83044
Change-Id: I2c16f160a18f4c0e58b87261b59fbde90aca2f82
Reviewed-on: https://re...
Markus Günther
10:24 Revision 9ef9c10b: [BUGFIX] Show deleted page actions in record history
Because users have no access to deleted pages,
the access check always fails, leading to delete page
actions not bein...
Helmut Hummel
08:39 Revision 6bf0b30a: [BUGFIX] ConstantEditor: Make boolean fields UI working in Edge/IE
Move the hidden form field out of the label tag to ensure clicking
the label's content (eg. fa icon) really toggles t...
Markus Klein
08:39 Revision e121b779: [BUGFIX] ConstantEditor: Make boolean fields UI working in Edge/IE
Move the hidden form field out of the label tag to ensure clicking
the label's content (eg. fa icon) really toggles t...
Markus Klein
08:36 Revision 1e26d090: [BUGFIX] ConstantEditor: Make boolean fields UI working in Edge/IE
Move the hidden form field out of the label tag to ensure clicking
the label's content (eg. fa icon) really toggles t...
Markus Klein
08:29 Revision 33bc5712: [BUGIFX] Fix JS error in filtering page tree
While fixing #82877 a mistake was introduced which leads
to a JavaScript error when filtering the page tree.
Problem...
Helmut Hummel
08:26 Revision fea8a24e: [BUGIFX] Fix JS error in filtering page tree
While fixing #82877 a mistake was introduced which leads
to a JavaScript error when filtering the page tree.
Problem...
Helmut Hummel
07:03 Revision 7650ede4: [FEATURE] Show page translations in list module
Translations of the current page can now be listed and edited through the
list module again.
This is a follow-up cha...
Benni Mack

2017-11-19

02:37 Revision f6de7c84: [BUGFIX] use included TSconfig files in frontend
The files included in the field tsconfig_includes are now included
when collecting the page TSconfig in the TypoScrip...
Jigal van Hemert
01:57 Revision b10a2b26: [BUGFIX] use included TSconfig files in frontend
The files included in the field tsconfig_includes are now included
when collecting the page TSconfig in the TypoScrip...
Jigal van Hemert

2017-11-17

12:40 Revision 505031df: [TASK] Correct link to a 7.6 changelog resource
The link pointing to the positioning of own handlers (a changelog of v7.6)
was missing a version paramater after "cor...
Robert Wildling
10:36 Revision 1d07441c: [FEATURE] Hook to modify the display results before FluidView assignment
To modify the display result rows before data is assigned to the fluid
view there is a new hook inside the `getDispla...
Joerg Boesche
09:49 Revision fe0de963: [BUGFIX] Add correct conversion of RTE pageTS config
Add all pageTS.RTE options to config without dots appended to the key
to be able to override the RTE config with page...
Frans Saris
08:43 Revision 308af12b: [BUGFIX] Fix notices in UserAuthentication
Resolves: #83003
Releases: master, 8.7
Change-Id: Iceaa7ab9bd436322229e591677c0aee16cd69f5c
Reviewed-on: https://revi...
Tymoteusz Motylewski

2017-11-16

22:04 Revision 9252d63f: [!!!][TASK] Always use "Localization view" in list module
When working with localizations in a system,
the option "Localization view" in the list module is
a pre-requisite for...
Benni Mack
21:46 Revision 693f270e: [BUGFIX] Set l10n_state before synchronizing fields
L10nModeUpdater checks whether fields in translated records are
modified, thus not synchronized with the parent recor...
Helmut Hummel
21:46 Revision 31fa79ce: [BUGFIX] Set l10n_state before synchronizing fields
L10nModeUpdater checks whether fields in translated records are
modified, thus not synchronized with the parent recor...
Helmut Hummel
21:24 Revision 2abc4244: [BUGFIX] Fix keepItems and removeItems handling with 0 values
TSConfig properties keepItems and removeItems are checked
with a weak in_array() test (third argument not set to true...
Helmut Hummel
21:22 Revision c1543fc2: [BUGFIX] Fix keepItems and removeItems handling with 0 values
TSConfig properties keepItems and removeItems are checked
with a weak in_array() test (third argument not set to true...
Helmut Hummel
19:31 Revision 5657d12b: [FOLLOWUP][TASK] FAL-based database fields moved to integer
Remove duplicated "image" field definition in test scenario.
Related: #69909
Releases: master, 8.7
Change-Id: Ie87e2...
Oliver Hader
19:31 Revision bb9c7729: [FOLLOWUP][TASK] FAL-based database fields moved to integer
Remove duplicated "image" field definition in test scenario.
Related: #69909
Releases: master, 8.7
Change-Id: Ie87e2...
Oliver Hader
18:50 Revision 4df710e1: [BUGFIX] Avoid invalid references in DataMapProcessor
If DataMapProcessor is called with a non-reference id, e.g.
zero (0), this submission is considered as a reference. S...
Oliver Hader
18:22 Revision 88290dd4: [BUGFIX] Avoid invalid references in DataMapProcessor
If DataMapProcessor is called with a non-reference id, e.g.
zero (0), this submission is considered as a reference. S...
Oliver Hader
16:46 Revision d4f055b1: [FEATURE] Replace @inject with @TYPO3\CMS\Extbase\Annotation\Inject
This patch introduces the usage of doctrine annotations.
Therefore the AnnotationRegistry is configured during the
bo...
Alexander Schnitzler
15:37 Revision 08a2cce3: [BUGFIX] Fix notices in UserAuthentication
Resolves: #83003
Releases: master, 8.7
Change-Id: Iceaa7ab9bd436322229e591677c0aee16cd69f5c
Reviewed-on: https://revi...
Tymoteusz Motylewski
15:23 Revision be47f2d8: [BUGFIX] Add correct conversion of RTE pageTS config
Add all pageTS.RTE options to config without dots appended to the key
to be able to override the RTE config with page...
Frans Saris
13:54 Revision 17ad2f31: [BUGFIX] Use correct parameters for trimExplode
In QueryBuilder::quoteIdentifiersForSelect the 3rd parameter of
trimExplode is inserted. To prevent notices array_pad...
Wouter Wolters
13:53 Revision 766290b2: [BUGFIX] Remove "[newlog()] " from DataHandler log info
DataHandlers' newlog() function is a shorthand method that
should act as a simple API, which it does, but it also add...
Benni Mack
13:36 Revision 6437162f: [BUGFIX] Remove "[newlog()] " from DataHandler log info
DataHandlers' newlog() function is a shorthand method that
should act as a simple API, which it does, but it also add...
Benni Mack
11:35 Revision e6878a52: [BUGFIX] Use correct parameters for trimExplode
In QueryBuilder::quoteIdentifiersForSelect the 3rd parameter of
trimExplode is inserted. To prevent notices array_pad...
Wouter Wolters
09:54 Revision 25ccdf9c: [BUGFIX] Fix allowLanguageSynchronization on pages_language_overlay
In case a TCA field uses allowLanguageSynchronization (or
l10n_mode=exclude) for table pages_language_overlay, depend...
Oliver Hader
08:28 Revision 5b5336f6: [BUGFIX] Fix some PHP Notices thrown when rendering page module
Resolves: #82921
Releases: master, 8.7
Change-Id: Id26239e65321aa3653de849932a0be7e626bd653
Reviewed-on: https://revi...
Tymoteusz Motylewski

2017-11-15

15:44 Revision 927365df: [BUGFIX] Do not iterate over empty logger configuration
Fixes PHP notices thrown by accessing non existing array key.
Resolves: #83004
Releases: master
Change-Id: Ib5ff0ace...
Tymoteusz Motylewski
12:57 Revision dd4cf172: [BUGFIX] FileStorageExtractionTask breaks if file not found
Before the file is processed a extra check is done to be sure the file
exists. If the file doesn't exist it's marked ...
Thomas Hohn
12:05 Revision 4f17f87e: [FEATURE] Add hook for used/unused content record processing
This patch adds a new hook to determine whether a content record is
used or not. Since the default decision is fairly...
Claus Due
11:32 Revision 9ba9c878: [BUGFIX] FileStorageExtractionTask breaks if file not found
Before the file is processed a extra check is done to be sure the file
exists. If the file doesn't exist it's marked ...
Thomas Hohn
08:41 Revision 6c4f06a1: [TASK] Allow all fields in felogin hook "forgotPasswordMail"
Return all fields to ease the work with hooks.
Intention is not having to query again in hook
$GLOBALS['TYPO3_CONF_VA...
Tom Novotny
08:25 Revision 6366ea4f: [TASK] Allow all fields in felogin hook "forgotPasswordMail"
Return all fields to ease the work with hooks.
Intention is not having to query again in hook
$GLOBALS['TYPO3_CONF_VA...
Tom Novotny
08:22 Revision e1cf064e: [TASK] Extend untangleFilesArray function test in RequestBuilder
Check for cases where the files array is nested more complex or
keywords (e.g. "error") are used as field names.
Run...
Joshua Westerheide
07:18 Revision 4770e0b7: [BUGFIX] Ensure "pid" and "parentid" of pages - inline fields are correct
When doing translations with pages and inline elements (e.g. pages.media),
there is an inconsistency when an addition...
Benni Mack

2017-11-14

19:44 Revision f6953bda: [TASK] Do not silently ignore exceptions in ImageViewhelper
Exceptions in the ImageViewhelper are currently silently ignored.
So you'll get no information if a wrong value has b...
Sascha Egerer
19:33 Revision 6255fc5e: [BUGFIX] Stabilize Language Acceptance tests
Stabilize the acceptance tests to activate and deactivate a language by
checking only for the alerts instead of the e...
Mathias Schreiber
19:33 Revision 254ceef4: [BUGFIX] Stabilize Language Acceptance tests
Stabilize the acceptance tests to activate and deactivate a language by
checking only for the alerts instead of the e...
Mathias Schreiber
15:30 Revision 4f04f40f: [BUGFIX] Remove orderBy in count query
OrderBy does not make sense in a count only query and
fails on SQL Server, hence it is removed.
Change-Id: I676d1913...
Susanne Moog
15:09 Revision b7d0353f: [BUGFIX] Handle variadic arguments in Extbase DebuggerUtility
Variadic arguments are optional but do not have a default value, thus
properly check this.
Also render the variadic ...
Mathias Brodala
14:57 Revision ab77786b: [BUGFIX] Handle variadic arguments in Extbase DebuggerUtility
Variadic arguments are optional but do not have a default value, thus
properly check this.
Also render the variadic ...
Mathias Brodala
10:22 Revision 8e107484: [BUGFIX] Add label to page ID field in PageLinkHandler
Add the missing label and adopt styling of the additional
field which allows to link to a page by providing the page ...
Georg Ringer
08:13 Revision 30b633ca: [BUGFIX] Add FLUIDTEMPLATE to t3editor code completion
With this patch t3editor is now aware of `FLUIDTEMPLATE`, thus supported
by code completion.
Resolves: #82967
Releas...
Andreas Fernandez
08:06 Revision e95feacb: [BUGFIX] Add label to page ID field in PageLinkHandler
Add the missing label and adopt styling of the additional
field which allows to link to a page by providing the page ...
Georg Ringer
07:42 Revision 83155a80: [TASK] Deprecate usage of @inject with non-public properties
When using private or protected properties for Dependency Injection
via `@inject`, Extbase needs to use the object re...
Alexander Schnitzler

2017-11-13

20:17 Revision db050815: [BUGFIX] Add FLUIDTEMPLATE to t3editor code completion
With this patch t3editor is now aware of `FLUIDTEMPLATE`, thus supported
by code completion.
Resolves: #82967
Releas...
Andreas Fernandez
19:02 Revision 77cc3742: [TASK] Upgrade chromedriver to 2.33
Use latest chromedriver to deal with youngest chrome
in acceptance tests.
Change-Id: I7d637022fa9e327e771198625943b1...
Christian Kuhn
19:02 Revision e7e38ae0: [TASK] Upgrade chromedriver to 2.33
Use latest chromedriver to deal with youngest chrome
in acceptance tests.
Change-Id: I7d637022fa9e327e771198625943b1...
Christian Kuhn
17:35 Revision 0759379c: [BUGFIX] Fix multi-checkbox/radiobox labels for values containing dots
If checkbox/radiobox values contain dots, these are falsely evaluated as
array lookup paths. Fix this by passing in s...
Oliver Hader
09:47 Revision 6c60d6b9: [BUGFIX] Improve performance iterating local files
Improve performance iterating local files by avoiding multiple calls to
SplFileInfo.
Releases: master, 8.7
Resolves:...
Stephan Großberndt
09:47 Revision d31fd8b4: [BUGFIX] Improve performance iterating local files
Improve performance iterating local files by avoiding multiple calls to
SplFileInfo.
Releases: master, 8.7
Resolves:...
Stephan Großberndt
09:28 Revision d604511f: [BUGFIX] Fix path-resolution for template-resource in EXT:felogin
Do not use frontend inclusion API for private template resource.
Instead resolve to full absolute path for inclusion....
Daniel Siepmann
09:06 Revision ba5e1f24: [BUGFIX] Fix path-resolution for template-resource in EXT:felogin
Do not use frontend inclusion API for private template resource.
Instead resolve to full absolute path for inclusion....
Daniel Siepmann

2017-11-12

10:33 Revision b4767358: [FOLLOWUP][TASK] Migrate pages_language_overlay into pages
An additional SQL index is added to the database.
Resolves: #82445
Releases: master
Change-Id: I94d1eab5f492b465fafb...
Benni Mack

2017-11-11

16:57 Revision 021d393e: [BUGFIX] Fix multi-checkbox/radiobox labels for values containing dots
If checkbox/radiobox values contain dots, these are falsely evaluated as
array lookup paths. Fix this by passing in s...
Oliver Hader

2017-11-10

11:59 Revision b268f001: [BUGFIX] Add missing code-block:: php line in feature rst file
Resolves: #82964
Releases: master, 8.7
Change-Id: Iccaae0c2aeefa7c82b3df50956424509acea4233
Reviewed-on: https://revi...
Frans Saris
11:58 Revision b33a682d: [BUGFIX] Add missing code-block:: php line in feature rst file
Resolves: #82964
Releases: master, 8.7
Change-Id: Iccaae0c2aeefa7c82b3df50956424509acea4233
Reviewed-on: https://revi...
Frans Saris
08:39 Revision 0d3afdfc: [TASK] EXT:form - cache merged YAML settings
Cache the merged YAML settings into the assets cache to improve the
performance.
Resolves: #82373
Releases: master, ...
Ralf Zimmermann

2017-11-09

19:20 Revision 8b2dd6f1: [BUGFIX] Show deleted page actions in record history
Because users have no access to deleted pages,
the access check always fails, leading to delete page
actions not bein...
Helmut Hummel
19:16 Revision 3b0654fc: [BUGFIX] Show deleted page actions in record history
Because users have no access to deleted pages,
the access check always fails, leading to delete page
actions not bein...
Helmut Hummel
13:15 Revision 8766f367: [TASK] Add Fluid expressions and pre-processors global config
This patch moves a previously hardcoded list of Fluid
implementations from the RenderingContext constructor,
to TYPO3...
Claus Due
10:51 Revision 3e871f80: [TASK] Update typo3/cms-composer-installers
Update the lock file to pull in the latest (1.4.5) release.
This version is marked as PHP 7.2 compatible.
composer co...
Alexander Opitz
09:36 Revision f7cdd083: [TASK] Update typo3/cms-composer-installers
Update the lock file to pull in the latest (1.4.5) release.
This version is marked as PHP 7.2 compatible.
composer co...
Alexander Opitz
09:19 Revision 856ddf39: [TASK] EXT:form - cache merged YAML settings
Cache the merged YAML settings into the assets cache to improve the
performance.
Resolves: #82373
Releases: master, ...
Ralf Zimmermann
09:15 Revision 7d1506ee: [TASK] Reduce PHP queries of pagetree SQL
The TYPO3 Backend PageTree, built in TYPO3 4.5, has
some strange quirks resolving DB records, doing
a lot of queries ...
Benni Mack

2017-11-08

22:20 Revision a75a8b62: [BUGFIX] Properly encode text in JS in install tool
Several times the install tool was using html()
instead of text(). Use text() whenever possible.
Resolves: #82949
Re...
Susanne Moog
16:46 Revision 54959380: [TASK] Update ext:styleguide to 9.0.0
The v9/master branch of styleguide generates correct
page localizations of styleguide demo data pages in
table pages ...
Christian Kuhn
15:17 Revision 4cad2c4a: [TASK] Update ext:styleguide to 8.0.13
This is probably the last version with v8 and v9
in sync before branching off styleguide v8.
Styleguide introduced a...
Christian Kuhn
15:17 Revision bf309e2a: [TASK] Update ext:styleguide to 8.0.13
This is probably the last version with v8 and v9
in sync before branching off styleguide v8.
Styleguide introduced a...
Christian Kuhn
14:50 Revision 7153f802: [TASK] styleguide: TCA data generator: Drop pages_language_overlay
With the core v9 merge of pages_language_overlay into pages
the TCA data generator needs a couple of adjustments to
p...
Christian Kuhn
13:59 Revision d964d76f: [FOLLOWUP][FEATURE] Load new content element wizard via modal instead of new page
Ensure that jQuery is available in NewRecordController.
Resolves: #75676
Releases: master
Change-Id: Idf437554fb136e...
Andreas Fernandez
12:44 Revision 22ea9ad3: [TASK] styleguide: TCA: Remove deprecated localizeChildrenAtParentLocalization
Christian Kuhn
12:37 Revision 33714fee: [FEATURE] Load new content element wizard via modal instead of new page
Instead of having the new content element wizard in a separate module page
it will be opened in a modal now.
Resolve...
Jo Hasenau
11:55 Revision 355be2e7: [!!!][TASK] Migrate pages_language_overlay into pages
The patch migrates all data from pages_language_overlay into pages,
and moves all API calls to overlay pages.
The fo...
Benni Mack
11:49 Revision 5b40db8e: [BUGFIX] TcaMigration should not skip on existing overrideChildTca
If an overideChildTca key is already added by a TYPO3 core
function like ExtensionManagementUtility::getFileFieldTCAC...
Malte Koitka
10:34 Revision 6621faf1: [!!!][TASK] Remove sys_domain.forced database field
The DB setting "sys_domain.forced" is confusing and does not make sense
nowadays, especially with nested domain recor...
Benni Mack
08:29 Revision 432862d4: [BUGFIX] Add workspace overlay for translated page title
The title of a translated page must be overlayed with the
workspace version.
Resolves: #65607
Releases: master, 8.7,...
Georg Ringer
08:29 Revision d4e7f31a: [BUGFIX] Add workspace overlay for translated page title
The title of a translated page must be overlayed with the
workspace version.
Resolves: #65607
Releases: master, 8.7,...
Georg Ringer
07:30 Revision f11241b5: [BUGFIX] Add workspace overlay for translated page title
The title of a translated page must be overlayed with the
workspace version.
Resolves: #65607
Releases: master, 8.7,...
Georg Ringer

2017-11-07

18:07 Revision b6c72882: [BUGFIX] TcaMigration should not skip on existing overrideChildTca
If an overideChildTca key is already added by a TYPO3 core
function like ExtensionManagementUtility::getFileFieldTCAC...
Malte Koitka
16:42 Revision f1475e8d: [TASK] Unify Backend module registration for Extbase modules
This patch unifies the Backend module registration for Extbase modules
like it has already been done for all other Ba...
Benni Mack
15:29 Revision 15b4b9a7: [TASK] Filter duplicate cache commands from CacheQueue
under the right condition multiple duplicate cache commands are executed
for Example: save a record in Backend can c...
Benjamin Rannow
14:44 Revision 2b7e7c9c: [TASK] Filter duplicate cache commands from CacheQueue
under the right condition multiple duplicate cache commands are executed
for Example: save a record in Backend can c...
Benjamin Rannow
14:29 Revision 0d63f849: [TASK] Apply JS CGL on SvgTree files
In order to make page tree smaller and easier to review,
this patch applies new JS CGLs on SvgTree related files.
Re...
Tymoteusz Motylewski
13:55 Revision b8f745f4: [TASK] Add Fluid expressions and pre-processors global config
This patch moves a previously hardcoded list of Fluid
implementations from the RenderingContext constructor,
to TYPO3...
Claus Due
00:18 Revision ce60414e: [BUGFIX] Element file browser respects allowedExtensions
The type=input, renderType=inputLink field control has an option
"allowedExtensions" to restrict the file element bro...
Christian Kuhn
00:02 Revision f743e13a: [BUGFIX] Element file browser respects allowedExtensions
The type=input, renderType=inputLink field control has an option
"allowedExtensions" to restrict the file element bro...
Christian Kuhn

2017-11-06

21:40 Revision 33d8ea0e: [BUGFIX] Fix path to language file in SelectTreeElement
Fixes missing labels in the svg category tree toolbar.
Releases: master
Resolves: #82934
Change-Id: Iac29bc35b408946...
Tymoteusz Motylewski
13:14 Revision 1b891d61: [BUGFIX] Fix PHP Notices in cached ext_localconf.php
Resolves: #82920
Releases: master, 8.7
Change-Id: I7a533f56ec68a119c19aad6c87de9dfc2e59dc6a
Reviewed-on: https://revi...
Tymoteusz Motylewski
12:55 Revision df455741: [TASK] Updated Examples for Usage
Added default and inline usage for the optional attribute "allowedTags"
Maybe you have to think about the name, caus...
Dandy Umlauft
12:31 Revision fd15f484: [TASK] Update typo3/cms-composer-installers
Update the lock file to pull in the latest release.
composer command: composer update typo3/cms-composer-installers
...
Helmut Hummel
12:31 Revision 6885e191: [TASK] Update typo3/cms-composer-installers
Update the lock file to pull in the latest release.
composer command: composer update typo3/cms-composer-installers
...
Helmut Hummel
11:35 Revision 3ace4185: [BUGFIX] Replace forgotten back button to new button API
With #69884 the new button API was introduced but the back button
in DatabaseRecordList was forgotten. The button is ...
Wouter Wolters
11:28 Revision d8de96e5: [TASK] Refactor implementation of PaginateWidget
Refactors templates to minimise the impact of using the
uncompilable PaginateWidget. By moving the Widget to
a separa...
Claus Due
11:18 Revision 945c39aa: [!!!][TASK] Remove hardly used pagetree related TS options
The following pageTSconfig options are removed:
- options.pageTree.excludeDoktypes
No doktypes are exclueded anymore...
Benni Mack
10:46 Revision 9ac932c5: [TASK] Add parameter gclid to excludedParameters for cHash generation
The parameter 'gclid' is used as click identifier for Google AdWords
and must not be used during the cHash generation...
Georg Ringer
10:32 Revision 3ad2756d: [TASK] Add parameter gclid to excludedParameters for cHash generation
The parameter 'gclid' is used as click identifier for Google AdWords
and must not be used during the cHash generation...
Georg Ringer
10:09 Revision ee33fc2e: [BUGFIX] Fix PHP Notices in cached ext_localconf.php
Resolves: #82920
Releases: master, 8.7
Change-Id: I7a533f56ec68a119c19aad6c87de9dfc2e59dc6a
Reviewed-on: https://revi...
Tymoteusz Motylewski
10:04 Revision f65b811e: [BUGFIX] Replace forgotten back button to new button API
With #69884 the new button API was introduced but the back button
in DatabaseRecordList was forgotten. The button is ...
Wouter Wolters

2017-11-05

11:21 Revision 8b9ca41f: [!!!][TASK] Remove TS option page.stylesheet
Remove the TypoScript option 'page.stylesheet' in favor of
using `page.includeCSS`.
Resolves: #82915
Releases: maste...
Georg Ringer
00:40 Revision 562b329e: [!!!][TASK] Remove the TS option page.bodyTagMargins
The option 'page.bodyTagMargins' is rarly used and can be removed.
Any style information should be placed in a CSS fi...
Georg Ringer

2017-11-04

19:45 Revision e42ca813: Revert "[BUGFIX] Set _localizedUid in OriginColumnName"
This reverts commit 3d03fc2891331593ee348944bfbe3ccc34bb9f5f.
The patch needs to be reverted due to wrong implementa...
Helmut Hummel
19:45 Revision 641611f4: Revert "[BUGFIX] Set _localizedUid in OriginColumnName"
This reverts commit 68e8530319faea18fbc61eee55fc00298582e8de.
The patch needs to be reverted due to wrong implementa...
Helmut Hummel
16:38 Revision d9da2d5e: [FOLLOWUP][FEATURE] Add MetaTag API
Bring back the meta generator which got lost in the original patch
Resolves: #81464
Releases: master
Change-Id: I5c6...
Mathias Schreiber
09:24 Revision 73239fa6: [TASK] Refactor implementation of PaginateWidget
Refactors templates to minimise the impact of using the
uncompilable PaginateWidget. By moving the Widget to
a separa...
Claus Due

2017-11-03

23:05 Revision 96144717: [FEATURE] Add Meta Tag API
TYPO3 now allows to set, get and unset meta tags with an clear and
concise API. This API allows it to set any meta ta...
Mathias Schreiber
21:43 Revision 4dbe5bdc: [FEATURE] Add possibility to get a label in a specific language
Add possibility to get a label in a specific language in
LocalizationUtility::translate() and the TranslateViewHelper...
Markus Hölzle
18:45 Revision c5867cfb: [!!!][FEATURE] Added deleted field for scheduler task
Add a deleted flag to database table "tx_scheduler_task".
Any task execution will also consider this field.
Resolves...
Pascal Rinker
17:37 Revision c2d30f54: [TASK] Remove TypoScript option config.typolinkCheckRootline
The TypoScript option 'config.typolinkCheckRootline' was introduced
back in TYPO3 v4.x when there was no proper rootl...
Benni Mack
15:40 Revision a3fcf6d6: [BUGFIX] FormEngine: returnUrl handling in inline
If an inline child, opened via ajax request, generates links leaving
the current records and opening a different one,...
Christian Kuhn
15:21 Revision 0ef7ce1d: [BUGFIX] FormEngine: returnUrl handling in inline
If an inline child, opened via ajax request, generates links leaving
the current records and opening a different one,...
Christian Kuhn
13:06 Revision 6f706862: [TASK] Set JS .editorconfig indent style to 2 spaces
Resolves: #82900
Releases: master
Change-Id: I9e80f662981dc107d5bcd1e4fc28bcf9d2ff3b4a
Reviewed-on: https://review.ty...
Tymoteusz Motylewski
12:23 Revision 7120fe89: [BUGFIX] Remove unused ExtJS inclusion in System->Log
Resolves: #82908
Releases: master
Change-Id: I96d661e294a737e36a084d4fa7423cc9257d1578
Reviewed-on: https://review.ty...
Benni Mack
11:58 Revision a5d866db: [TASK] Deprecate ClientUtility
The class ClientUtility is outdated and not used anymore and can be
deprecated.
Resolves: #82903
Releases: master
Ch...
Georg Ringer

2017-11-02

17:51 Revision a9382eae: [TASK] Make SVG category tree use JS Icon API
This change make SVG tree expect icon identifier instead of icon source
in JSON node data.
Tree fetches icon source v...
Tymoteusz Motylewski
17:08 Revision 075c7a65: [BUGFIX] Ensure cache tags are strings in workspaces
On SQLServer you cannot insert integers in varchar
columns therefore the workspaces module ajax requests
are failing ...
Susanne Moog
16:43 Revision 38d689d5: [!!!][TASK] Streamline ExtensionManagementUtility
The following functionality within this API class is marked as deprecated:
- siteRelPath()
- getExtensionKeyByPrefix(...
Benni Mack
14:46 Revision 92496f92: [BUGFIX] Add checks to ReflectionService to have correct return values
Resolves: #82885
Releases: master, 8.7
Change-Id: I422f920187186fe83b6043f806fc1be9a16c8a25
Reviewed-on: https://revi...
Markus Klein
13:41 Revision 70665796: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/105 from tmotyl/patch-2
Fix input_38 label Christian Kuhn
13:23 Revision 6331c34f: Fix input_38 label
Tymoteusz Motylewski
11:49 Revision 080ef8cb: [!!!][TASK] Migrate EXT:version into EXT:workspaces
The concept of versioning records based on how it is
integrated into TYPO3 only makes sense in conjunction
with works...
Benni Mack
10:46 Revision eab8eed8: [CLEANUP] Minor argument and comment cleanup
Some methods are called with default arguments, which can be omitted
when calling the methods.
Additionally, some PH...
Benni Mack
09:49 Revision 9098e357: [BUGFIX] Handle returnUrl for access module
With this fix the access module again returns to the correct
page the user expects it to return to.
Resolves: #82883...
Markus Klein
09:39 Revision 4113ced9: [BUGFIX] Access module preselects owner/group when changed via AJAX
Resolves: #79915
Releases: master, 8.7, 7.6
Change-Id: Ie3b573857ff011295be198633a0f6868b1ff55b6
Reviewed-on: https:/...
Markus Klein
09:29 Revision f4eb5829: [BUGFIX] Handle returnUrl for access module
With this fix the access module again returns to the correct
page the user expects it to return to.
Resolves: #82883...
Markus Klein
09:18 Revision 8a97df22: [BUGFIX] Access module preselects owner/group when changed via AJAX
Resolves: #79915
Releases: master, 8.7, 7.6
Change-Id: Ie3b573857ff011295be198633a0f6868b1ff55b6
Reviewed-on: https:/...
Markus Klein
08:46 Revision ae180326: [BUGFIX] Handle returnUrl for access module
With this fix the access module again returns to the correct
page the user expects it to return to.
Resolves: #82883...
Markus Klein
08:32 Revision 7254c6cf: [BUGFIX] Access module preselects owner/group when changed via AJAX
Resolves: #79915
Releases: master, 8.7, 7.6
Change-Id: Ie3b573857ff011295be198633a0f6868b1ff55b6
Reviewed-on: https:/...
Markus Klein
05:50 Revision de36c808: [!!!][TASK] Remove global variable PARSETIME_START
The global variable $GLOBALS['PARSETIME_START'] is removed,
as it has been superseded by $GLOBALS['TYPO3_MISC']['micr...
Benni Mack
 

Also available in: Atom