Project

General

Profile

Activity

From 2021-03-29 to 2021-04-27

2021-04-27

22:25 Revision e109a086: [BUGFIX] Avoid text/javascript for HTML doctypes
The PageRenderer `inlineJavaScriptWrap`, used for
wrapping general JavaScript such as spam protection,
is adjusted to...
Oliver Bartsch
21:43 Revision c67cf753: [BUGFIX] Fixed @return annotation
current() returns FALSE if array is empty or internal array pointer is
beyond the end.
Without this change, this cur...
Rico Sonntag
21:42 Revision 932ff134: [BUGFIX] Avoid exception when trying to download a non-existing file
This patch fixes a regression introduced by change
https://review.typo3.org/c/Packages/TYPO3.CMS/+/65126 which lead t...
Stephan Großberndt
21:42 Revision 7337998a: [BUGFIX] Avoid text/javascript for HTML doctypes
The PageRenderer `inlineJavaScriptWrap`, used for
wrapping general JavaScript such as spam protection,
is adjusted to...
Oliver Bartsch
21:13 Revision 667d7660: [BUGFIX] Remove unused import in PageRenderer
Resolves: #93999
Releases: master, 10.4
Change-Id: I949ccee64cab9081d93d668fc57812cea487d118
Reviewed-on: https://rev...
Oliver Bartsch
20:33 Revision e743ed54: [BUGFIX] Remove unused import in PageRenderer
Resolves: #93999
Releases: master, 10.4
Change-Id: I949ccee64cab9081d93d668fc57812cea487d118
Reviewed-on: https://rev...
Oliver Bartsch
20:09 Revision 2263c068: [TASK] Deprecate Hook t3lib/class.t3lib_parsehtml_proc.php:transformation
Deprecates both Hooks and adds the fact to the changelog.
Resolves: #92992
Releases: master
Change-Id: Iaa17c0f5c91c...
Lina Wolf
19:57 Revision 563788c4: [TASK] Get rid of TBE_EDITOR.fieldChanged
TBE_EDITOR has some old code still managing FormEngine today, even with
substitutions available since at least TYPO3 ...
Andreas Fernandez
19:27 Revision d355f9d6: [BUGFIX] Fix open pageTree status
To determine the opened page branch, the uc path must be
BackendComponents.States.Pagetree.stateHash
instead of brows...
Uwe Trotzek
19:18 Revision a85bac03: [FEATURE] FAL: Add getFile() methods in Folder objects
This change adds a getFile() implementation within the FAL Folder object,
which is very convenient compared to $folde...
Benni Mack
19:17 Revision 712ca95b: [TASK] Inline example: Translate key from custom locallang file
Releases: master, 10.4
Resolves: #93991
Change-Id: Ia2f47aa329347e8c239e2979c9def6efc5ed5d71
Reviewed-on: https://rev...
medarob
19:16 Revision 36fc373e: [TASK] Inline example: Translate key from custom locallang file
Releases: master, 10.4
Resolves: #93991
Change-Id: Ia2f47aa329347e8c239e2979c9def6efc5ed5d71
Reviewed-on: https://rev...
medarob
18:51 Revision a3bfe284: [BUGFIX] Fix open pageTree status
To determine the opened page branch, the uc path must be
BackendComponents.States.Pagetree.stateHash
instead of brows...
Uwe Trotzek
18:17 Revision 9cbec075: [BUGFIX] Prevent calling isFileValid with null
Resolves: #93997
Releases: master
Change-Id: Idf0591125371cc25f53b8c9cc178a5c595c7be2d
Reviewed-on: https://review.ty...
Daniel Goerz
18:15 Revision f4ca2229: [BUGFIX] Use t3ver_oid for workspace evaluation
Since #89122 workspace records are not longer identified
by pid=-1, but by checking for their t3ver_oid value. In cas...
Oliver Bartsch
18:14 Revision c381b47f: [TASK] Replace GU::getIndpEnv('TYPO3_SSL') with normalizeParam option
This one occurence of the infamous getIndpEnv method can be replaced with
the requests normalizedParams information.
...
Anja Leichsenring
18:05 Revision 8e4de7c5: [TASK] Extend itemsProcFunc parameters for parent related information
The parameters array of TCA itemsProcFunc is extended for
several (inline) parent table related properties. These are...
Nikita Hovratov
17:50 Revision 92297cce: [TASK] Extend itemsProcFunc parameters for parent related information
The parameters array of TCA itemsProcFunc is extended for
several (inline) parent table related properties. These are...
Nikita Hovratov
17:48 Revision b4ff37dd: [TASK] Validate email address for field "be_users.email"
It is currently possible to save any value to the field
"be_users.email" using the "Backend Users" backend module.
T...
Torben Hansen
17:36 Revision 0c773e2c: [BUGFIX] Check if property is null
ObjectAccess::getPropertyPath requires its second parameter to be string,
so it should not be called if the property ...
Jonas Götze
17:23 Revision 34249c5f: [BUGFIX] Use t3ver_oid for workspace evaluation
Since #89122 workspace records are not longer identified
by pid=-1, but by checking for their t3ver_oid value. In cas...
Oliver Bartsch
17:19 Revision 47cdc194: [TASK] Remove obsolete compatibility method HttpUtility::idn_to_ascii()
Since PHP 7.4 the core can use the Intl function directly.
Resolves: #93900
Releases: master
Change-Id: I2428fc9765b...
Martin Kutschker
17:15 Revision d0cf4cbe: [BUGFIX] Use live record for diff view
The diff view for new and deleted placeholder records,
introduced in #93620, used the current version record
for the ...
Oliver Bartsch
17:14 Revision c26dbb33: [BUGFIX] Use live record for diff view
The diff view for new and deleted placeholder records,
introduced in #93620, used the current version record
for the ...
Oliver Bartsch
17:11 Revision 9827a72a: [TASK] Update phpstan/phpstan
Update phpstan to version 0.12.84 and fix new issues
detected by the new version.
Releases: master
Resolves: #93979
...
Alexander Schnitzler
17:07 Revision b8dac1ae: [TASK] Optimize GeneralUtility::validEmail()
With multiple registered email validators, stop as soon
as the first one fails.
Resolves: #93890
Releases: master
Ch...
Thomas Löffler
15:13 Revision 0c4ec857: [TASK] Clean up legacy tree implementations
Various code occurrences within the legacy tree implementations,
which were marked as internal are removed
(e.g. the ...
Benni Mack
15:09 Revision d81ac21c: [TASK] Drop bamboo test plans
With the CI migration from bamboo to gitlab being finished,
the bamboo test plan setup can be dropped from core.
Res...
Christian Kuhn
15:08 Revision 9059e5b5: [TASK] Drop bamboo test plans
With the CI migration from bamboo to gitlab being finished,
the bamboo test plan setup can be dropped from core.
Res...
Christian Kuhn
13:31 Revision d99b2ce9: [TASK] Drop bamboo test plans
With the CI migration from bamboo to gitlab being finished,
the bamboo test plan setup can be dropped from core.
Res...
Christian Kuhn
13:18 Revision 5d5a041d: [BUGFIX] Use local variable to allow multi-format mails
Use a local variable instead of overwriting the options
to keep the format intact when sending multi-format
mails.
R...
Oliver Bartsch
12:45 Revision d5f8ce55: [BUGFIX] Use local variable to allow multi-format mails
Use a local variable instead of overwriting the options
to keep the format intact when sending multi-format
mails.
R...
Oliver Bartsch
12:37 Revision 10913600: [BUGFIX] Do not log failed HMAC validation from forms
When a HMAC of a submitted form is invalid, TYPO3 throws
a BadRequestException which is logged to sys_log and logfile...
Torben Hansen

2021-04-26

19:57 Revision 22cd4028: [TASK] Streamline size of email field in setup module
Allow 255 chars for the field "email" of a backend user
in the setup module.
Resolves: #93987
Releases: master, 10.4...
Torben Hansen
19:31 Revision 07c4b677: [TASK] Streamline size of email field in setup module
Allow 255 chars for the field "email" of a backend user
in the setup module.
Resolves: #93987
Releases: master, 10.4...
Torben Hansen
14:06 Revision 0bff1c26: [FEATURE] Add pagination to FormManagement module
To increase the usability, the FormManagement module
now makes use of the Pagination API to limit the amount
of displ...
Guido Schmechel
11:26 Revision b739ca88: [TASK] Migrate status report to Fluid
The status report within EXT:reports now uses
the StandaloneView for rendering the status table.
Resolves: #93978
Re...
Oliver Bartsch
09:24 Revision 64264da4: [BUGFIX] Re-add highlighting of filter term in Svg Tree
This change re-adds the highlighting of filter
results in the Svg Trees, which was present
before in the Page Tree be...
Benni Mack
07:37 Revision 8fb0bfd7: [TASK] Update @popperjs/core to match bootstrap v5 requirements
This fixes a warning during `yarn install`, which revealed
that we used an unsupported version of @popperjs/core:
...
Benjamin Franzke
07:30 Revision a269a4bb: [TASK] Inform about disallowed file extension in image ViewHelpers
Throws an exception when a file extension is given to the image
or media ViewHelpers which is not within the allowed ...
Richard Haeser

2021-04-25

18:03 Revision 32b508b0: [BUGFIX] Improve mocking for doctrine/dbal related tests
With doctrine/dbal 2.13.1 a new return type to executeStatement()
was introduced, which needs to be taken into consid...
Anja Leichsenring

2021-04-23

19:13 Revision d0da616d: [TASK] Update to Lit v2-rc1
Lit is the umbrella term for the next major
lit-html (v2) and lit-element (v3) versions.
Therefore we will refer to t...
Benjamin Franzke
16:19 Revision 0005bc5b: [BUGFIX] Hide tooltip after scrolling
Will hide all tooltips when scrolling
in the page tree panel to avoid multiple
tooltips to show up and get stuck on s...
Jochen Roth
14:30 Revision 0ec95a1d: [BUGFIX] Fix PageTreeFilterCest
The SvgTree markup changed in #87743 causing
acceptance test failures.
This wasn't discovered as gitlab-ci missed to ...
Benjamin Franzke
12:04 Revision 2e9faab1: [BUGFIX] Check if property is null
ObjectAccess::getPropertyPath requires its second parameter to be string,
so it should not be called if the property ...
Jonas Götze
08:37 Revision 51c2c9ab: [BUGFIX] Re-add highlighting of filter term in Svg Tree
This change re-adds the highlighting of filter
results in the Svg Trees, which was present
before in the Page Tree be...
Benni Mack
08:34 Revision 9b651087: [BUGFIX] Include IP in authentication logs
Logs written via the logging API now include the correct
remote address instead of the marker ###IP###.
Additionally...
Markus Klein

2021-04-22

15:11 Revision 912ffb5b: [BUGFIX] Display correct message if slug suggestion is modified
If a user enters a slug proposal, which is already taken by
another page in the same site, the automatically modified...
Benni Mack
12:54 Revision 5c7cc33e: [TASK] Use %currentWorkingDirectory% in phpstan config files
To avoid issues due to relative paths in config files, all
paths are now prepended with the %currentWorkingDirectory%...
Alexander Schnitzler
06:08 Revision 97d09d22: [BUGFIX] Make ext:form previous step button work again
Since #92815 the extbase request dispatcher sets an "original
request" within a subrequest in case of a "ForwardRespo...
Ralf Zimmermann
05:42 Revision 3b2dd110: [BUGFIX] Make context menu icon in SVG tree better clickable
This change adds a <rect> element inside the icon group for
making the icon better clickable.
Resolves: #87453
Resol...
Benni Mack

2021-04-21

08:02 Revision 4e29c4fd: [BUGFIX] Display correct message if slug suggestion is modified
If a user enters a slug proposal, which is already taken by
another page in the same site, the automatically modified...
Benni Mack
07:44 Revision 6cfec87e: [TASK] Activate phpstan option reportUnmatchedIgnoredErrors
Releases: master
Resolves: #93955
Change-Id: Idb5e338c7a1e34f1197d38d01bec5f8735509e8f
Reviewed-on: https://review.ty...
Daniel Goerz

2021-04-20

17:44 Revision e6597404: [TASK] Run phpstan with PHP 8 in nightly and premerge builds
Resolves: #93704
Releases: master
Change-Id: I24067c4b705c671b87a9bbdfed30535a39528879
Reviewed-on: https://review.ty...
Daniel Goerz
17:32 Revision 30bf9dcc: [TASK] Limit GET/POST requests of PersistentStorage
This change limits the GET request for the PersistentStorage
to only "get" and "getAll", where as the others are only...
Benni Mack
12:56 Revision e6c3c783: [BUGFIX] Set background of td/th in ".table-transparent" to transparent
This solves a display white text on white background for
the selected size in image cropping tool panel
Resolves: #9...
Jochen Roth
10:19 Revision 8c6b9ac3: [TASK] Remove legacy tree implementations
Various PHP classes, which were previously a specific implementation
for various Link Picker / Element Browser render...
Benni Mack
09:17 Revision 871442ff: [BUGFIX] Optimize drag&drop of folders in the UI
Allow a user to move a folder into a folder on the same
level and prevent moving a folder into its child folder.
Res...
Jochen Roth
08:10 Revision bd6916ee: [BUGFIX] Ensure password recovery email can be fully translated
Resolves: #93864
Releases: master, 10.4
Change-Id: I3ed1b9d33809302d46016f4a7b4f49fdbf131f01
Reviewed-on: https://rev...
Xavier Perseguers

2021-04-19

19:33 Revision dd88dd49: [TASK] Move LoginProvider logic into a separate class
The LoginProvider functionality, which was baked into the LoginController
is now moved into a separate Resolver class...
Benni Mack
19:33 Revision 2f73f685: [BUGFIX] Check if site language is enabled before redirecting
Only if a site language is enabled, it should be taken into account for
redirecting.
To keep the interface valid, the...
Benni Mack
19:02 Revision 58eceafd: [BUGFIX] Check if site language is enabled before redirecting
Only if a site language is enabled, it should be taken into account for
redirecting.
To keep the interface valid, the...
Benni Mack
18:41 Revision 89af98c7: [BUGFIX] Ensure password recovery email can be fully translated
Resolves: #93864
Releases: master, 10.4
Change-Id: I3ed1b9d33809302d46016f4a7b4f49fdbf131f01
Reviewed-on: https://rev...
Xavier Perseguers
18:14 Revision 48dbdd41: [TASK] Move reset password logic into a separate class
Since the reset password logic does not directly relate
on the login step, just as MFA, it's now extracted into
a ded...
Oliver Bartsch
08:30 Revision 823cc429: [BUGFIX] Replace duplicated form attributes in LinkBrowser
The form to update an already existing link in the
LinkBrowser used the same name and id as the
form for "Additional ...
Oliver Bartsch
08:06 Revision d9df1421: [BUGFIX] Check if page exist before using record for preview
Deleted pages must be excluded at content element previews in the page
module to avoid exceptions.
Resolves: #93938
...
Georg Ringer
08:02 Revision 19e131ff: [BUGFIX] Prevent saveAndClose in MultiStep wizard
With #90461 a new option "saveAndClose" was added
to the newContentElement wizard. When opening the
wizard and select...
Oliver Bartsch
08:02 Revision baa2613c: [BUGFIX] Reload page module after deleting content
The page module is now being reloaded when
deleting a content element via the context menu.
Side note: Since there a...
Oliver Bartsch
07:52 Revision 2d76a796: [BUGFIX] Replace duplicated form attributes in LinkBrowser
The form to update an already existing link in the
LinkBrowser used the same name and id as the
form for "Additional ...
Oliver Bartsch
07:47 Revision 8bc8419f: [BUGFIX] Check if page exist before using record for preview
Deleted pages must be excluded at content element previews in the page
module to avoid exceptions.
Resolves: #93938
...
Georg Ringer

2021-04-18

16:43 Revision e7b59474: [TASK] Update XLIFF version to 1.2
Update all XLIFF files to use version 1.2, which makes it possible to
use a validation schema.
Also drop the TYPO3-s...
Georg Ringer

2021-04-16

13:02 Revision f2873970: [BUGFIX] Restore altIcons TSconfig option
In #35891 a feature was introduced, which allowed to
override the icon of select items via Page TSconfig.
This featu...
Oliver Bartsch
13:00 Revision 8e560d8d: [BUGFIX] Prematurely end data array processing on invalid item
In case the amount of items, shown in the workspace module,
does not exceed the pagination limit - default 30 - the i...
Nikita Hovratov
13:00 Revision 7258b524: [BUGFIX] Prematurely end data array processing on invalid item
In case the amount of items, shown in the workspace module,
does not exceed the pagination limit - default 30 - the i...
Nikita Hovratov
12:38 Revision 881906ee: [BUGFIX] Restore altIcons TSconfig option
In #35891 a feature was introduced, which allowed to
override the icon of select items via Page TSconfig.
This featu...
Oliver Bartsch
12:29 Revision 5afe6003: [BUGFIX] Reload page module after deleting content
The page module is now being reloaded when
deleting a content element via the context menu.
Side note: Since there a...
Oliver Bartsch
12:28 Revision d6732046: [BUGFIX] Prevent saveAndClose in MultiStep wizard
With #90461 a new option "saveAndClose" was added
to the newContentElement wizard. When opening the
wizard and select...
Oliver Bartsch
11:59 Revision 03bbd188: [TASK] Improve multi-factor authentication view
Following improvements are done:
* Reduce margin-top of the MFA provider title
* The bottom border of card-body is c...
Oliver Bartsch
11:38 Revision 051a083a: [BUGFIX] Fix checkbox items in "Global Configuration" card
Resolve duplicated `class` declaration which prevented
the element from being recognized by the JavaScript
endpoint.
...
Oliver Bartsch
11:35 Revision b0b36436: [FEATURE] Use SVG Trees in Record Selector
This change adds the SVG-based page tree in the
record selector and the Page Link picker, replacing
decade-old clumsy...
Benni Mack
11:27 Revision 356300b5: [BUGFIX] Add missing id to panel group element
The panel items in the global configuration card (EXT:install)
are referencing to a not defined `id` in their `data-b...
Oliver Bartsch
11:24 Revision aab695f1: [BUGFIX] Add missing tooltip in workspaces module
In #92206 swapping of elements was removed along
with some labels. The missing label for the publish
button is now ad...
Oliver Bartsch

2021-04-15

17:08 Revision a0b5e940: [BUGFIX] Apply enableFields in JOIN's ON condition
If an OUTER JOIN is requested, the "disabled" rows
of the joined table must be filtered before the join
is executed. ...
Markus Klein
12:30 Revision 9bb6b3cb: [BUGFIX] Apply enableFields in JOIN's ON condition
If an OUTER JOIN is requested, the "disabled" rows
of the joined table must be filtered before the join
is executed. ...
Markus Klein
11:13 Revision b6839214: [BUGFIX] Respect extendToSubpages on generating preview urls
When defining "extendToSubpages" on a page, all subpages
inherit the access restriction from this page. Therefore, wh...
Oliver Bartsch
11:01 Revision 373b25b8: [BUGFIX] Respect extendToSubpages on generating preview urls
When defining "extendToSubpages" on a page, all subpages
inherit the access restriction from this page. Therefore, wh...
Oliver Bartsch

2021-04-14

18:11 Revision f99186ca: [TASK] Remove unused logger implementation from LoginController
Since #93898 no more logging takes place in the
LoginController. Therefore, the logger trait as well
as the implement...
Oliver Bartsch

2021-04-13

13:47 Revision 211821fb: [TASK] Replace FormEngine update request invocation
This patchs adds a new LitElement that invokes the update request of
FormEngine if a field's value with such configur...
Andreas Fernandez
12:31 Revision 23644892: [TASK] Unify authentication form styles
Using backend extension configuration, it's possible
to customize the authentication forms, e.g. login and
password r...
Oliver Bartsch
07:29 Revision d2cf0862: [TASK] Set TYPO3 version to 10.4.16-dev
Change-Id: Ied9e3bb1057e3f2f963ca865412274e5d62ca92e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/687...
Benni Mack
07:16 Revision a654213c: [RELEASE] Release of TYPO3 10.4.15
Change-Id: I81fd4375494fc237c365cd9531dba1d043f85657
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/687...
Benni Mack

2021-04-12

21:08 Revision a560b9b0: [TASK] Streamline moduleName handling
* Avoid custom moduleName in EXT:form and add a new moduleClass
property for the purpose of custom controller styl...
Benjamin Franzke
21:07 Revision a3a4510a: [BUGFIX] Fix MSSQL support with Doctrine DBAL
When using older versions with Doctrine DBAL
and "pdo_sqlsrv" the "free()" method was already
occupied and failed wit...
Benni Mack
20:44 Revision 4a1204bb: [BUGFIX] Fix MSSQL support with Doctrine DBAL
When using older versions with Doctrine DBAL
and "pdo_sqlsrv" the "free()" method was already
occupied and failed wit...
Benni Mack
19:16 Revision 8d956220: [BUGFIX] Remove DeferredBackendImageProcessor from configuration
Remove DeferredBackendImageProcessor from default configuraion,
because it requires usage of a newly introduced API f...
Helmut Hummel
12:44 Revision e9073b72: [BUGFIX] Use correct action code to fetch workspace comments
With #89483 some constants to have named DataHandler actions were
introduced. Unfortunately, a location in Workspace ...
Andreas Fernandez
12:20 Revision 3a77b918: [BUGFIX] Use correct action code to fetch workspace comments
With #89483 some constants to have named DataHandler actions were
introduced. Unfortunately, a location in Workspace ...
Andreas Fernandez

2021-04-09

21:23 Revision ace65ef4: [TASK] Re-style record list search box
The search box (accessible via the list module in docheader, and
also used inside the Record Selector) is now simplif...
Benni Mack
20:53 Revision 2c0436e5: [TASK] Unify SVG toolbar generation
This change creates a default toolbar for SVG trees to filter, in order
to avoid duplicate code (which will be added ...
Benni Mack
20:27 Revision d12ca005: [TASK] Set ModuleTemplate details from request
This change adds a new ModuleTemplateFactory, which
is built with the Request in the object, allowing to use
the curr...
Benni Mack
19:58 Revision 189e065f: [BUGFIX] Re-add support for existing prepared statements
The lowlevel bindValue() API is re-introduced in a way that
supports both Doctrine 3.0 and Doctrine 2.10 (for TYPO3 v...
Benni Mack
19:57 Revision d5a28bbe: [BUGFIX] Re-add support for existing prepared statements
The lowlevel bindValue() API is re-introduced in a way that
supports both Doctrine 3.0 and Doctrine 2.10 (for TYPO3 v...
Benni Mack
19:55 Revision 2388af01: [TASK] Cleanup setup module
Some cleanup of the SetupModuleController:
Remove an unused function for adding Javascript,
because it has not been ...
Oliver Bartsch

2021-04-08

12:44 Revision 7aad9f6d: [TASK] Centralize LinkBrowser / ElementBrowser HTML
This change migrates the ElementBrowser / LinkBrowser HTML
Layouts to use the ElementBrowser Layout.
In addition, th...
Benni Mack
07:18 Revision 571a5e8a: [FEATURE] Resizable navigation for all element / record selectors
This change adds a new Lit-based custom HTML component
called "<typo3-backend-navigation-switcher>" which moves
the c...
Benni Mack

2021-04-07

22:12 Revision 2c858ea1: [BUGFIX] Keep filter settings after editing or deleting a redirect
Resolves: #91322
Releases: master, 10.4
Change-Id: Ie03d6e120fcd62f9b14922ca28c61d6cd0dc2854
Reviewed-on: https://rev...
Daniel Goerz
20:09 Revision cbe4455a: [TASK] Migrate backend live search to use lit-html for templating
Migrates backend UI component `LiveSearch` to be based on `lit-html`.
In order to avoid string based concatenation wh...
Benjamin Franzke
20:00 Revision 6e72c685: [BUGFIX] Keep filter settings after editing or deleting a redirect
Resolves: #91322
Releases: master, 10.4
Change-Id: Ie03d6e120fcd62f9b14922ca28c61d6cd0dc2854
Reviewed-on: https://rev...
Daniel Goerz
19:52 Revision 84be79ed: [BUGFIX] Remove surplus characters in XLIFF files
Removes an additional `>` characters in EXT:dashboard
XLIFF files.
Resolves: #93859
Relates: #93594
Releases: master...
Oliver Klee
19:09 Revision 0d8f0cf4: [BUGFIX] Send change event to proper slug input field
When regenerating a slug value via form engine in the backend user
interface, changed states are not addressed anymor...
Oliver Hader
09:11 Revision e56ea995: [TASK] Move doc header generation out of DatabaseRecordList
This change primarily moves the ModuleTemplate / DocHeader
generation out of the DatabaseRecordList class into the ac...
Benni Mack
09:05 Revision 75c3ce30: [TASK] Replace Mock with real instance in ReferrerEnforcerTest
Usage of real instances in tests avoid the awkward situation
that the test might not be useful anymore due to refacto...
Anja Leichsenring
08:34 Revision 74593e71: [TASK] Replace Mock with real instance in ReferrerEnforcerTest
Usage of real instances in tests avoid the awkward situation
that the test might not be useful anymore due to refacto...
Anja Leichsenring
07:41 Revision 82ce9c52: [BUGFIX] Do not log failed HMAC validation from forms
When a HMAC of a submitted form is invalid, TYPO3 throws
a BadRequestException which is logged to sys_log and logfile...
Torben Hansen
06:33 Revision 3e4edfc8: [BUGFIX] Use correct field name ses_permanent in UserSessionManager
The correct field name is `ses_permanent` instead of `is_permanent`.
Resolves: #93862
Releases: master
Change-Id: Ie...
Georg Ringer

2021-04-06

18:59 Revision 6572f5f3: [BUGFIX] Remove surplus characters in XLIFF files
Removes an additional `>` characters in EXT:dashboard
XLIFF files.
Resolves: #93859
Relates: #93594
Releases: master...
Oliver Klee
16:28 Revision f33182eb: [BUGFIX] Do not log failed HMAC validation from forms
When a HMAC of a submitted form is invalid, TYPO3 throws
a BadRequestException which is logged to sys_log and logfile...
Torben Hansen
13:28 Revision 0ecca871: [TASK] Use native PSR-7 Request in Extbase Request building
Because the original PSR-7 request is now
handed into Extbase at any times, the RequestBuilder
can now utilize a PSR-...
Benni Mack
09:59 Revision 1324402a: [Feature] https://github.com/TYPO3-CMS/styleguide/issues/91008 - Item sorting for TCA select items (#203)
refs https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-TCA/issues/273 Lina Wolf

2021-04-05

19:51 Revision 90fa470e: [TASK] Optimize search box for record lists
The search box is currently available in
* Page module (docheader)
* List module (docheader)
* Record Selector / Elem...
Benni Mack

2021-04-04

20:04 Revision fe3deeb5: [FEATURE] Provide list of available system locales
Providing a list of available locales makes it faster
and less error prone to setup a site and its languages.
Resolv...
Georg Ringer

2021-04-02

18:21 Revision f627a2c5: [TASK] Clean up TypeScript code for Element Browser / Link Picker
The Link Picker (RecordLinkHandler) and Element Browser logic
has been simplified to avoid jQuery where possible and ...
Benni Mack

2021-04-01

14:24 Revision 99376843: [TASK] Add compatibility with Doctrine DBAL 2.13.0
This change removes some type hints which are invalid with
Doctrine DBAL 2.13.0 / 3.0 (builds forward compatibility),...
Benni Mack
14:24 Revision 198ff6e3: [TASK] Add compatibility with Doctrine DBAL 2.13.0
This change removes some type hints which are invalid with
Doctrine DBAL 2.13.0 / 3.0 (builds forward compatibility),...
Benni Mack
11:42 Revision 5044fe4d: [TASK] Split up RecordList table rendering
The DatabaseRecordList class has a few larger methods
to compile HTML ready to be rendered.
This change cleans up se...
Benni Mack
09:57 Revision fca4b6d1: [TASK] Deprecate special property of TCA type select
In #57082 the special=languages option was migrated to the
new TCA type "language". The remaining options for "specia...
Oliver Bartsch

2021-03-31

14:08 Revision e0e49ed0: [TASK] DatabaseRecordList: Streamline pagination
* The pointer to the first record has been replaced
by the current page for the pagination.
* The calculation of th...
Daniel Windloff
13:05 Revision 2ef6a89d: [BUGFIX] Fix typo in docstring of AbstractValidator::addError()
Resolves: #93836
Related: #93835
Releases: master, 10.4
Change-Id: I54da5bcb014337c0c0aea11aed1a3fc709ba0998
Reviewed...
Volker Diels-Grabsch
12:40 Revision 5a95b7f8: [BUGFIX] Fix typo in docstring of AbstractValidator::addError()
Resolves: #93836
Related: #93835
Releases: master, 10.4
Change-Id: I54da5bcb014337c0c0aea11aed1a3fc709ba0998
Reviewed...
Volker Diels-Grabsch
12:14 Revision adc47c6f: [BUGFIX] DatabaseRecordList constructor
- Remove the unnecessarily duplicate IconFactory
Resolves: #93838
Release: 10.4
Change-Id: I609c214226fc0a4639735c66...
Eric Chavaillaz
12:14 Revision ca800554: [TASK] Update syfony/mailer and adapt tests
In the 5.2.6 and 4.4.21 version of symfony/mime which is a requirement
of symfony/mailer, the name of the e-mail addr...
Richard Haeser

2021-03-30

19:52 Revision fae69702: [TASK] Update package stylelint
Update the package stylelint to get better validations
and to allow more CSS properties.
Used commands:
> cd Build
...
Georg Ringer
19:24 Revision 6c6d08c9: [BUGFIX] Correct display of unused elements in PageLayout
Unused elements in PageLayout view will be displayed
as unused elements again.
Resolves: #93829
Releases: master, 10...
Stefan Froemken
12:42 Revision 2f2bdef6: [BUGFIX] Correct display of unused elements in PageLayout
Unused elements in PageLayout view will be displayed
as unused elements again.
Resolves: #93829
Releases: master, 10...
Stefan Froemken
12:23 Revision c1e6763d: [TASK] Update comment removing unused "transport_smtp_port"
Fix a broken comment mentioning transport_smtp_port,
it was never used within TYPO3 core. Introduced way back
in 2010...
Cypelt
11:50 Revision c92073f9: [TASK] Update comment removing unused "transport_smtp_port"
Fix a broken comment mentioning transport_smtp_port,
it was never used within TYPO3 core. Introduced way back
in 2010...
Cypelt
10:51 Revision 2cd43f82: [TASK] Update syfony/mailer and adapt tests
In the 5.2.6 version of symfony/mime which is a requirement of
symfony/mailer, the name of the e-mail address is esca...
Richard Haeser
10:09 Revision c498afe2: [BUGFIX] Support whitespace in TypoScript getData file: usage
getText supports whitespaces in its syntax, e.g. `file : 17 : size`.
That was not respected when using in combination...
Daniel Siepmann
09:46 Revision 60ba621f: [BUGFIX] Support whitespace in TypoScript getData file: usage
getText supports whitespaces in its syntax, e.g. `file : 17 : size`.
That was not respected when using in combination...
Daniel Siepmann
09:30 Revision f5d6ae11: [TASK] styleguide: Use new type=language config for sys_language_uid fields
Christian Kuhn
09:09 Revision 071a3fa6: [BUGFIX] styleguide: Add a missing 'config' section in TCA
Christian Kuhn
09:07 Revision e69d95e1: [Feature] select fields with itemGroups (#202)
Covered in docs with
https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-TCA/issues/273
Lina Wolf

2021-03-29

13:15 Revision 38e43605: [BUGFIX] Fix value of multiple select choices in site configuration
When extending the site configuration with an extension and
use a select box with multiple choices (selectSingleBox, ...
Chris Müller
13:00 Revision 0a9e8779: [TASK] styleguide: Move items description to correct position
https://github.com/TYPO3-CMS/styleguide/pull/201 Oliver Bartsch
12:35 Revision 2bcddd8c: [BUGFIX] Fix value of multiple select choices in site configuration
When extending the site configuration with an extension and
use a select box with multiple choices (selectSingleBox, ...
Chris Müller
12:25 Revision a52844a7: [BUGFIX] Only localize inline records that are not translated
This patch ensures that DataHandler does not try to localize inline
records that already have a translation for the g...
Torben Hansen
09:24 Revision 819380b1: [BUGFIX] Remove useless role="img" attributes
Role "img" requires an accessible name. The backend never supplies one,
but uses it only on SVG icons within links th...
Martin Kutschker
09:16 Revision c637d092: [TASK] Dispatch event after extension install with site config
An extension can provide site configuration to be imported into
the TYPO3 instance by providing a file in Initialisat...
Anja Leichsenring
09:14 Revision d1fd9d28: [TASK] Dispatch event after extension install with site config
An extension can provide site configuration to be imported into
the TYPO3 instance by providing a file in Initialisat...
Anja Leichsenring
09:11 Revision 936c9beb: [BUGFIX] Fix descriptions of selectCheckBox items
With #91008 the grouping and sorting feature was
introduced to the TCA select type. As a consequence,
the select item...
Oliver Bartsch
08:53 Revision 02c42d8a: [BUGFIX] Fix descriptions of selectCheckBox items
With #91008 the grouping and sorting feature was
introduced to the TCA select type. As a consequence,
the select item...
Oliver Bartsch
08:43 Revision 6a2ec515: [BUGFIX] Don't treat ALL language elements as untranslated
Elements, having -1 set as sys_language_uid, can not be
translated. Therefore, they have to be eliminated when
collec...
Oliver Bartsch
08:28 Revision e5be2830: [BUGFIX] Don't treat ALL language elements as untranslated
Elements, having -1 set as sys_language_uid, can not be
translated. Therefore, they have to be eliminated when
collec...
Oliver Bartsch
05:01 Revision bca13010: [TASK] Do not restrict TCA type="text" width
When TCA type="text" has no "cols" setting, the width of
the element is artifically restricted to some arbitrary
max ...
Christian Kuhn
 

Also available in: Atom