Project

General

Profile

Activity

From 2018-07-05 to 2018-08-03

2018-08-03

18:00 Revision 353b5af8: [TASK] Replace default value with placeholder in external url link handler
Use a placeholder attribute instead of a default value.
Resolves: #85689
Releases: master, 8.7
Change-Id: I99398125e...
Joerg Boesche
17:21 Revision 43a0385a: [BUGFIX] Properly access table TCA 'ctrl' section in getPrioritizedFieldNames
A part with table name was missing when accessing TCA array.
It also fixes similar issue in the rst file.
Resolves: ...
Tymoteusz Motylewski
17:15 Revision 62681cb0: [BUGFIX] Read page ID correctly when drag-dropping content
Fixes an issue where drag and dropping a content element
would send the page title, not the page ID, as part of the
c...
Claus Due
16:42 Revision 75e414ba: [TASK] Replace default value with placeholder in external url link handler
Use a placeholder attribute instead of a default value.
Resolves: #85689
Releases: master, 8.7
Change-Id: I99398125e...
Joerg Boesche
16:26 Revision b5506c6b: [TASK] Update Styleguide to 9.2.0
This brings examples of the field descriptions
and DataHandler based creation of test data.
https://github.com/TYPO3...
Tymoteusz Motylewski
14:09 Revision f26b946f: [TASK] Remove ugly empty area when container element is empty
Remove margin from container elements
Resolves: #85049
Releases: master
Change-Id: I87f315343d96087ca70ac73049d9c6bb...
Łukasz Uznański
11:47 Revision f9d6c381: [TASK] Block web access to *.tsconfig files
Resolves: #85738
Releases: master, 8.7
Change-Id: I824cdce7c08e5390eafb654e2066b8f61db3c0ac
Reviewed-on: https://revi...
Stephan Großberndt
09:44 Revision b8f801fc: [TASK] Use RootlineUtility in Site Finder
The SiteFinder uses a custom rootline traversal, but
since this is cleared up with the Context API and
the separation...
Benni Mack

2018-08-02

21:47 Revision d5a79c43: [TASK] Move PageUriBuilder to EXT:core
The class PageUriBuilder is moved to the system extension EXT:core
A class alias is in place.
Resolves: #85736
Rele...
Frank Nägler
19:51 Revision 0fe63d79: [BUGFIX] Decouple thumbnail generation from controllers
Deferred rendering of thumbnails via an external request speed up
the backend performance. This currently works in al...
Mathias Schreiber
19:29 Revision 3dc41160: [BUGFIX] Avoid exception for int label column
By casting the title column to string for the label of an TCA record an
exception caused by a strict type check is av...
Stephan Großberndt
19:27 Revision 7fcecdf8: [TASK] Move DatabaseIntegrityCheck to EXT:lowlevel
The class DatabaseIntegrityCheck is solely needed in
EXT:lowlevel, and is moved to the system extension
out of EXT:co...
Benni Mack
19:21 Revision 2d920f0c: [TASK] Move RecordHistory into DataHandling namespace
The newly created (internal) RecordHistory class is
moved to the DataHandling namespace as it is related
to all other...
Benni Mack
17:37 Revision 5e5128c3: [TASK] Fix typo in rst file
Instead of 'Important-85683-DoppedSaltedpasswordOptions.rst' the file should be
named 'Important-85683-DroppedSaltedp...
Georg Ringer
17:36 Revision 8db8e07c: [BUGFIX] Avoid exception for int label column
By casting the title column to string for the label of an TCA record an
exception caused by a strict type check is av...
Stephan Großberndt
17:35 Revision eb6f92fb: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/117 from tmotyl/use_dh_in_generator
Use DataHandler commands to create and update data for General Handler Christian Kuhn
16:31 Revision 6e1222d1: [TASK] Add SiteInterface to site handling
In order to allow sites without configuration
(e.g. based on sys_domain records), a site interface
is added which al...
Benni Mack
13:07 Revision 0fd3a304: [TASK] Deprecate methods in ModuleTemplate
Two methods are marked as deprecated in the class ModuleTemplate.
Resolves: #85701
Releases: master
Change-Id: If17a...
Wouter Wolters
13:01 Revision 12c4aa70: [BUGFIX] Do not create default export of AjaxDataHandler class
Resolves: #85611
Related: #84168
Releases: master
Change-Id: If6003015d0c300566781856cc8351e2b60468573
Reviewed-on: h...
Andreas Fernandez
12:13 Revision ddec3235: [BUGFIX] Make LocalizationRepository handle copied records
Improve LocalizationRepository queries to handle case
when records were copied from another page (thus t3_origuid)
is...
Markus Klein
11:52 Revision e81ae500: [TASK] Deprecate LoginFramesetController
The class LoginFramesetController just does a simple frameset and
has been replaced by using `index.php?loginRefresh=...
Benni Mack
11:46 Revision 66019194: [BUGFIX] LocalizationFactory use new trigger_error call
Seems like this one was forgotten, don't know how
this could ever happen.
Resolves: #85721
Releases: master
Change-I...
Benni Mack
00:01 Revision 0ce9a8ae: [BUGFIX] Cast config.noPageTitle to int before strict comparison
Resolves: #85720
Related: #83254
Releases: master
Change-Id: I3183e24e59e38eb7f384deecf2e8227a2c3da6de
Reviewed-on: h...
Richard Haeser

2018-08-01

22:30 Revision 6f40bd22: [TASK] Update composer dependencies
composer update guzzlehttp/guzzle
composer update nikic/php-parser
composer update symfony/polyfill-php70
composer up...
Wouter Wolters
22:01 Revision 7b54811b: [BUGFIX] Show thumbnail in list module for columns in palettes
By replacing the palettes in showitem of types with their content,
the following condition can consider the columns w...
David Gurk
21:18 Revision a6f038f3: [TASK] Clean up tests from Context API refactoring
Due to the Context API a lot less mocking needs to be done, and tests can be cleaned up.
On top, cObject receives a ...
Benni Mack
21:13 Revision 61f289b3: [TASK] Separate sending from gathering HTTP headers
In order to streamline HTTP response output, the list compiling of
headers sent to the browser is separated from the ...
Benni Mack
21:10 Revision 1d27b123: [TASK] Use CLI and Composer Checks via Environment class
This patch removes the last occurrences of TYPO3_REQUESTTYPE_CLI
by using Environment::isCli().
A new "TYPO3/Testing...
Benni Mack
21:07 Revision 3712c7cb: [BUGFIX] Correctly render language fields of sys_file_metadata
This reverts commit 1a74c8c9d302958dd17b6a35c03e185f13811c4b
("[BUGFIX] Correctly reference sys_file_metadata.languag...
Nicole Cordes
20:51 Revision 2f3577d7: [BUGFIX] Correctly render language fields of sys_file_metadata
This reverts commit 1a74c8c9d302958dd17b6a35c03e185f13811c4b
("[BUGFIX] Correctly reference sys_file_metadata.languag...
Helmut Hummel
15:57 Revision fa49c190: [BUGFIX] Allow requirejs modules from wizards in RTE fields
The RichTextElement must not unset "requireJsModules"
from the result array as this removes previously added
modules....
Helmut Hummel
15:27 Revision 8a1798f5: [BUGFIX] Allow requirejs modules from wizards in RTE fields
The RichTextElement must not unset "requireJsModules"
from the result array as this removes previously added
modules....
Helmut Hummel
14:49 Revision 7cf3363a: [BUGFIX] Streamline deprecation messages
Some usages of trigger_error() used \E_USER_DEPRECATED or no 2nd parameter
(which falls back to E_USER_NOTICE) which ...
Benni Mack
14:20 Revision aae459f5: [TASK] Merge saltedpasswords felogin hook into felogin
Extension salted passwords hooks into felogin to hash a new
password before it is written to database if the user res...
Christian Kuhn
11:14 Revision f48a9fa7: [BUGFIX] Send AJAX data in EXT:recycler as POST
By sending the uids of the records to really delete or recover by POST
instead of GET an HTTP error "414 Request-URI ...
Stephan Großberndt
11:02 Revision ca6f58b1: [BUGFIX] Send AJAX data in EXT:recycler as POST
By sending the uids of the records to really delete or recover by POST
instead of GET an HTTP error "414 Request-URI ...
Stephan Großberndt

2018-07-31

20:21 Revision e6ffd84c: [BUGFIX] Use filename with extension for copy to temp test
Since the extension will be added to the temporary file name there
will be an error in Windows if the file name has n...
Jigal van Hemert
20:17 Revision c4906f1d: [FEATURE] Add TCA 'saltedPassword' eval for type=input
The salted passwords extension did register a custom
field evaluation to hash a given password when editing users
in ...
Christian Kuhn
20:06 Revision 83b6343f: [BUGFIX] Use filename with extension for copy to temp test
Since the extension will be added to the temporary file name there
will be an error in Windows if the file name has n...
Jigal van Hemert
14:26 Revision ba07dd2a: [BUGFIX] Show thumbnail in list module for columns in palettes
By replacing the palettes in showitem of types with their content,
the following condition can consider the columns w...
David Gurk
13:54 Revision c2cb6fa9: [TASK] Drop salted passwords configuration options
In order to prepare the saltedpasswords extension to be implemented
as a library into the core directly, a series of ...
Christian Kuhn
13:49 Revision 00da3bac: [BUGFIX] Recycler: disable mass delete/recover if no record is selected
This patch really disables the mass delete/recover button
functionality of the recycler.
Resolves: #85680
Releases: ...
Josef Glatz
13:46 Revision 940d6153: [BUGFIX] Allow Error\Error to be translated in form extension
Some errors added while processing forms are of Type
TYPO3\CMS\Extbase\Error\Error instead of
TYPO3\CMS\Extbase\Valid...
Daniel Siepmann
13:25 Revision 70906f43: [BUGFIX] Recycler: disable mass delete/recover if no record is selected
This patch really disables the mass delete/recover button
functionality of the recycler.
Resolves: #85680
Releases: ...
Josef Glatz
13:19 Revision 8c4abd65: [BUGFIX] Allow Error\Error to be translated in form extension
Some errors added while processing forms are of Type
TYPO3\CMS\Extbase\Error\Error instead of
TYPO3\CMS\Extbase\Valid...
Daniel Siepmann
11:06 Revision 80302278: [TASK] Set TYPO3 version to 9.3.4-dev
Change-Id: I2939d237c1524a9a7b6e8d17472523fae3014b3f
Reviewed-on: https://review.typo3.org/57741
Reviewed-by: Oliver ...
Oliver Hader
11:06 Revision eee994e4: [TASK] Set TYPO3 version to 8.7.19-dev
Change-Id: Iac5eb871c8ef09af08f4af1d776d3cecc6d720c0
Reviewed-on: https://review.typo3.org/57739
Tested-by: TYPO3com ...
Oliver Hader
11:05 Revision 652fcc67: [TASK] Set TYPO3 version to 7.6.32-dev
Change-Id: I86538380d738c7e746268f6824c107eeea234428
Reviewed-on: https://review.typo3.org/57737
Tested-by: TYPO3com ...
Oliver Hader
10:20 Revision a6530ca9: [RELEASE] Release of TYPO3 9.3.3
Change-Id: I073d1f4a256b2ab43bec0815b8432d78b70aa16f
Reviewed-on: https://review.typo3.org/57740
Reviewed-by: Oliver ...
Oliver Hader
10:15 Revision ce3bb04b: [RELEASE] Release of TYPO3 8.7.18
Change-Id: I454861e99332d17f31efd110f75938ac3a10acc4
Reviewed-on: https://review.typo3.org/57738
Reviewed-by: Oliver ...
Oliver Hader
10:10 Revision 9c2a581a: [RELEASE] Release of TYPO3 7.6.31
Change-Id: I68338ebd80cd3db7b3e45d1c5a26d25b149d0b2c
Reviewed-on: https://review.typo3.org/57736
Reviewed-by: Oliver ...
Oliver Hader
08:44 Revision 6f27cbf4: [TASK] Deprecate RuntimeCacheWriter
The RuntimeCacheWriter was introduced for the AdminPanel,
but the concept has flaws and there are better and cleaner
...
Susanne Moog

2018-07-30

23:46 Revision d32d28a8: [BUGFIX] Declare middleware dependencies of redirects
Resolves: #85426
Releases: master
Change-Id: I9752b736282e658add439ca0c6db640004f18045
Reviewed-on: https://review.ty...
Susanne Moog
23:46 Revision bce9f50e: [BUGFIX] Declare middleware dependencies of redirects
Resolves: #85426
Releases: master
Change-Id: I9752b736282e658add439ca0c6db640004f18045
Reviewed-on: https://review.ty...
Susanne Moog
23:45 Revision 1caf66a8: [BUGFIX] The form upgrade wizard must update all plugin settings
The form definition renaming upgrade wizard renames the persistence
identifier within the form plugin flexform.
As a ...
Ralf Zimmermann
23:45 Revision 3a85f685: [BUGFIX] The form upgrade wizard must update all plugin settings
The form definition renaming upgrade wizard renames the persistence
identifier within the form plugin flexform.
As a ...
Ralf Zimmermann
23:45 Revision 650ce3d5: [BUGFIX] The form upgrade wizard must update all plugin settings
The form definition renaming upgrade wizard renames the persistence
identifier within the form plugin flexform.
As a ...
Ralf Zimmermann
20:48 Revision 171d6ea0: [BUGFIX] Access global TYPO3 object correctly
The setting `TYPO3.settings.ShowItem.moduleUrl` does not exist in the
local scope in some cases. The `TYPO3` object o...
Andreas Fernandez
16:55 Revision d197d70b: [BUGFIX] Allow "defaultValue" for select form elements
Allows the form editor to save the property "defaultValue" for
"Inspector-PropertyGridEditor" inspector editors. This...
Ralf Zimmermann
16:54 Revision f527d36f: [BUGFIX] Allow form definitions to be moved or put to recycle folder
After fixing the issue of TYPO3-CORE-SA-2018-003 file commands for
form definitions (those ending with new ".form.yam...
Oliver Hader
16:53 Revision 39b7cf66: [BUGFIX] Avoid PHP warning when using Phar archive with open_basedir
Including files from Phar archives (e.g. "phar://file.phar/autoload.php")
does not work properly with having PHP sett...
Oliver Hader
13:30 Revision 46067fa0: [TASK] CGL: Streamline indentions in .htaccess file template
This patch adds a proper .editorconfig configuration for
.htaccess and fixes wrong existing indentions.
Resolves: #8...
Josef Glatz
11:53 Revision e836a771: [TASK] Update redirect html files to HTML5
This patch updates file templates from HTML 3.2
to HTML5 markup.
Resolves: #85682
Releases: master
Change-Id: I22fa9...
Josef Glatz

2018-07-29

23:57 Revision b5028b65: [TASK] Exclude TypeScript sources in exports
Since the TypeScript sources don't have any impact on the behavior of the
application and are just meant for developm...
Andreas Fernandez
21:20 Revision bb3fd359: [BUGFIX] Removed extension specific code in abstract module
The admin panels AbstractModule class is meant to be extended
by extension authors and should not contain code specif...
Susanne Moog
15:06 Revision 8af68b11: [TASK] Update swiftmailer/swiftmailer to 5.4.10
Update swiftmailer to 5.4.10 to support TLS 1.1 / 1.2.
composer update swiftmailer/swiftmailer
Resolves: #85667
Rel...
Georg Ringer
14:53 Revision 1c39e173: [TASK] Update swiftmailer/swiftmailer to 5.4.10
Update swiftmailer to 5.4.10 to support TLS 1.1 / 1.2.
composer update swiftmailer/swiftmailer
Resolves: #85667
Rel...
Georg Ringer
14:49 Revision 703b901b: [TASK] Stabilize / Solidify public API of adminPanel
* public service classes for extension authors have gotten tests
* exceptions in public API have been made more speci...
Susanne Moog
14:40 Revision f43956de: [TASK] Add form framework RequiredValidatorEditor test
Resolves: #85673
Related: #85608
Releases: master, 8.7
Change-Id: If351dd316c628450e09e579d0cccbe7a7cefe213
Reviewed-...
Oliver Hader
14:27 Revision 55b3842a: [TASK] Add form framework RequiredValidatorEditor test
Resolves: #85673
Related: #85608
Releases: master, 8.7
Change-Id: If351dd316c628450e09e579d0cccbe7a7cefe213
Reviewed-...
Oliver Hader
14:14 Revision 77a0ae02: [BUGFIX] Clean up install tool cardsAction
With the install tool "make all modals" rewrite in #84772,
the initial views are stupid and don't need fluid assignme...
Christian Kuhn
11:27 Revision 403b60af: [TASK] Document integration of PharStreamWrapper
Resolves: #85658
Releases: master, 8.7, 7.6
Change-Id: I6acdc235dff4b3c0c84a8a6d762d497f8d9664cc
Reviewed-on: https:/...
Oliver Hader
11:27 Revision b017d25d: [TASK] Document integration of PharStreamWrapper
Resolves: #85658
Releases: master, 8.7, 7.6
Change-Id: I6acdc235dff4b3c0c84a8a6d762d497f8d9664cc
Reviewed-on: https:/...
Oliver Hader
11:15 Revision 54dcc6a1: [TASK] Add scheduler package as suggested if used
If a system extension uses the scheduler it should be added to the suggest section.
Resolves: #85671
Releases: maste...
Georg Ringer
11:09 Revision d4ca073b: [TASK] Document integration of PharStreamWrapper
Resolves: #85658
Releases: master, 8.7, 7.6
Change-Id: I6acdc235dff4b3c0c84a8a6d762d497f8d9664cc
Reviewed-on: https:/...
Oliver Hader
11:01 Revision 3caf1224: [BUGFIX] Allow "defaultValue" for select form elements
Allows the form editor to save the property "defaultValue" for
"Inspector-PropertyGridEditor" inspector editors. This...
Ralf Zimmermann
10:50 Revision 73536c1d: [BUGFIX] Allow "defaultValue" for select form elements
Allows the form editor to save the property "defaultValue" for
"Inspector-PropertyGridEditor" inspector editors. This...
Ralf Zimmermann

2018-07-28

14:52 Revision e8b55318: [BUGFIX] Allow password change in user settings for non admin users
This patch restores the possibility to change the password in user
settings for non admin users.
Resolves: #85672
Re...
Frank Nägler
14:04 Revision 5f5f6b43: [TASK] Add scheduler package as suggested if used
If a system extension uses the scheduler it should be added to the suggest section.
Resolves: #85671
Releases: maste...
Georg Ringer

2018-07-27

23:37 Revision 0f1f665e: [FEATURE] Re-Design the AdminPanel
Major refactoring of the admin panel:
- Split content in modules and sub-modules
- Modules are indepent and pluggabl...
Susanne Moog
19:05 Revision 444e8374: [TASK] Deprecate TSFE->initTemplate
The method only does one line of code, and is now instantiated if needed.
Resolves: #85666
Releases: master
Change-I...
Benni Mack
13:25 Revision ef62fac0: [BUGFIX] Determine default language as origin correctly
Resolves: #85638
Releases: master, 8.7
Change-Id: I98ecaef360d5a27e965cbb67c5719729054b9c37
Reviewed-on: https://revi...
Andreas Fernandez

2018-07-26

22:59 Revision b8811cef: [TASK] Improve usage of Backend RequestHandler
The backend request with the cli check is dead code
since a different application is used for cli.
Resolves: #85662
...
Benni Mack
22:41 Revision 37e2c538: [TASK] Use same ordering in page module for title and icons
Use same ordering for content elements in the page module for
the default language and translations.
Resolves: #8563...
Georg Ringer
22:22 Revision ffa5c429: [BUGFIX] Update class names in dynamicReturnTypeMeta.json
Resolves: #85639
Releases: master, 8.7
Change-Id: Ie7bd2b7e446ea0b11386bd77acb38d94320a6d1e
Reviewed-on: https://revi...
Andreas Fernandez
22:17 Revision 05a74535: [TASK] Remove usage of TSFE->sys_page
Due to the introduction of Context's, the FrontendRestrictionContainer
does not have a dependency on TSFE->sys_page a...
Benni Mack
22:05 Revision 10c537f4: [BUGFIX] Use correct packageManager initializing
As the PackageManager is a singleton class, you should call
GeneralUtility::makeInstance to retrieve the instance. Th...
Nicole Cordes
21:58 Revision 27c6d2fc: [BUGFIX] Update class names in dynamicReturnTypeMeta.json
Resolves: #85639
Releases: master, 8.7
Change-Id: Ie7bd2b7e446ea0b11386bd77acb38d94320a6d1e
Reviewed-on: https://revi...
Andreas Fernandez
21:56 Revision 7a3c8e44: [BUGFIX] Site module must show hidden root pages
Even if a root page is flagged as hidden it must be
shown in the site module.
Resolves: #85660
Releases: master
Chan...
Georg Ringer
17:19 Revision 6f42f7a5: [TASK] Provide record's uid to the suggest wizard
In addition to the query string, having the uid of the record allows
more flexibility when implementing a custom sugg...
Xavier Perseguers
17:11 Revision 38a2676f: [TASK] Provide record's uid to the suggest wizard
In addition to the query string, having the uid of the record allows
more flexibility when implementing a custom sugg...
Xavier Perseguers
15:34 Revision 70d1a06d: Use DataHandler commands to create and update data for General Handler
Instead of direct sql inserts and updates. Tymoteusz Motylewski
14:20 Revision 5ad1c75c: [BUGFIX] Do not re-sort IRRE children when sorting parent
When PID of the parent record has not changed, child records should
not be moved/sorted.
Little background helping r...
Tymoteusz Motylewski
14:17 Revision 8053b234: [BUGFIX] Recreate PackageStates in install tool if missing
v8 has a fallback if PackageStates.php vanished on a running instance
and the install tool is called, a default Packa...
Christian Kuhn
12:19 Revision 955a9765: [BUGFIX] Allow form definitions to be moved or put to recycle folder
After fixing the issue of TYPO3-CORE-SA-2018-003 file commands for
form definitions (those ending with new ".form.yam...
Oliver Hader
12:06 Revision 063c9f32: [BUGFIX] Allow form definitions to be moved or put to recycle folder
After fixing the issue of TYPO3-CORE-SA-2018-003 file commands for
form definitions (those ending with new ".form.yam...
Oliver Hader
00:14 Revision c9ebde4c: [TASK] Deprecate signals during extension installation
The database handling and comparison was streamlined with patch
https://review.typo3.org/57429/. The extension manage...
Nicole Cordes
00:08 Revision b689a448: [TASK] Deprecate eID registration with a script to a file
Resolves: #85646
Releases: master
Change-Id: Ib8d550acb922c02c240f09898e4a354708a729b7
Reviewed-on: https://review.ty...
Wouter Wolters
00:04 Revision fc92e67d: [BUGFIX] Properly check if there are open documents
The toolbar item for open documents now properly checks whether there are
any open document to avoid actions on a nul...
Andreas Fernandez

2018-07-25

22:44 Revision 81244e10: [TASK] Functional tests without phpunit process isolation
We're finally able to manage our core internal framework state,
at least in the backend. This is a huge step. To proo...
Christian Kuhn
22:01 Revision ab0666b2: [TASK] Add require() to php capable cache backend
To allow loading php cache files more than once it is
necessary to add a require() method next to requireOnce()
to ca...
Christian Kuhn
21:36 Revision 0a6dec43: [TASK] Remove static cache in StorageRepository
Class StorageRepository parks static state in property
$storageRowCache. This is ugly and needs proper reset
function...
Christian Kuhn
18:03 Revision 9ced33d3: [BUGFIX] Context User Aspect must deal with empty fe_user
TSFE->fe_user is set to '' by default, but UserAspect
expects "null".
Extensions like solr set up their own TSFE obj...
Benni Mack
12:35 Revision 18073caa: [TASK] Run tests with composer update --prefer-lowest
Similar to recent 'composer update everything' to see
if youngest dependencies allowed by our composer.json
survive t...
Christian Kuhn
12:18 Revision 09bb8fe6: [BUGFIX] Decouple thumbnail generation from controllers
Deferred rendering of thumbnails via an external request speed up
the backend performance. This currently works in al...
Mathias Schreiber
11:06 Revision 2fc704f6: [BUGFIX] Use correct hook name for mime type guessers
Resolves: #85641
Related: #60019
Releases: master, 8.7, 7.6
Change-Id: If9c94c020da6991dc070fa6aa8395042686b2752
Revi...
Andreas Fernandez
11:05 Revision d41d530e: [BUGFIX] Use correct hook name for mime type guessers
Resolves: #85641
Related: #60019
Releases: master, 8.7, 7.6
Change-Id: If9c94c020da6991dc070fa6aa8395042686b2752
Revi...
Andreas Fernandez
11:02 Revision 0bff11e1: [BUGFIX] Use correct hook name for mime type guessers
Resolves: #85641
Related: #60019
Releases: master, 8.7, 7.6
Change-Id: If9c94c020da6991dc070fa6aa8395042686b2752
Revi...
Andreas Fernandez

2018-07-24

07:42 Revision 6e2eb293: [TASK] Use RootlineUtility directly
Instead of calling PageRepository to fetch the rootline, RootlineUtility
can do that now directly.
However, all exce...
Benni Mack

2018-07-23

23:44 Revision fcf132f5: [TASK] Remove skipped test in DisjunctionValidatorTest
The functionality guarded by the test does not apply anymore.
After the test has been skipped since a long time alrea...
Anja Leichsenring
20:32 Revision b0499f25: [TASK] Deprecate PageRepository->versioningWorkspaceId
The property does not need to be accessed from the outside anymore,
and can be marked as protected/deprecated, as thi...
Benni Mack
18:58 Revision ee5ca0d3: [TASK] Run test suite with composer update
We recently had an issue where a dependency released new versions
that break our build. Our composer.json definitions...
Christian Kuhn
17:45 Revision 46e40d93: [TASK] Update codeception to latest patch level
composer update codeception/codeception --with-dependencies
Updates codeception from 2.4.1 to 2.4.4 and brings
phpun...
Christian Kuhn
16:41 Revision beef4844: [TASK] Update php-cs-fixer to latest minor
Updates friendsofphp/php-cs-fixer from 2.11.1 to 2.12.2
The 'no_unused_imports' scanner is a bit more picky and
finds...
Christian Kuhn
16:41 Revision 08d967e2: [TASK] Update php-cs-fixer to latest minor
Updates friendsofphp/php-cs-fixer from 2.11.1 to 2.12.2
The 'no_unused_imports' scanner is a bit more picky and
finds...
Christian Kuhn
14:38 Revision b17e9303: [TASK] Use new acceptance test splitter script
The script to split acceptance tests into chunks has been
rewritten in typo3/testing-framework and is used in pre-mer...
Christian Kuhn
10:43 Revision d004a059: [BUGFIX] Define "label" for tt_content form elements within form setup
Define the "label" property for tt_content form elements within
the form setup to allow saving tt_content form elemen...
Ralf Zimmermann
09:42 Revision 34eb9737: [TASK] Remove unnecessary extbase test
The removed test was skipped for a long time, and its intended
guarding against the usage of objects in extbase reque...
Anja Leichsenring

2018-07-22

16:30 Revision 3b5f5c5b: [BUGFIX] Preserve order of finisher options in Form CE
In content elements of form_formframework, the order of
finisher options offered for overriding will be
in accordance...
Ioulia Kondratovitch
16:24 Revision 7594d894: [TASK] Enable functional tests on microsoft sql server again
Executing functional tests on mssql has been disabled a while
ago since the daemon crashed frequently: The server can...
Christian Kuhn
16:19 Revision 06d3a767: [BUGFIX] Preserve order of finisher options in Form CE
In content elements of form_formframework, the order of
finisher options offered for overriding will be
in accordance...
Ioulia Kondratovitch
16:13 Revision 6b836e68: [TASK] Refer to SimpleDataHandlerController instead of tce_db.php
Update comments in the code not to mention tce_db.php.
The tce_db.php entry point is gone since v8.
The SimpleDataHa...
Tymoteusz Motylewski
15:27 Revision e20a8e5d: [TASK] Refer to SimpleDataHandlerController instead of tce_db.php
Update comments in the code not to mention tce_db.php.
The tce_db.php entry point is gone since v8.
The SimpleDataHa...
Tymoteusz Motylewski
12:25 Revision 5f711494: [TASK] Remove skipped test in extbase
The test was skipped, its guarded functionality does not exist.
Change-Id: I683a3be8ace5556052e948ca9d35eedcadd79c29...
Anja Leichsenring

2018-07-21

18:36 Revision 0999cfd5: [TASK] Deprecate PageRepository->checkWorkspaceAccess
An unused if() statement removes the last occurrence
of this method, so it can be deprecated.
Resolves: #85554
Relea...
Benni Mack

2018-07-20

18:51 Revision 3dc40166: [TASK] Switch from git.typo3.org to github for testing
typo3.org git/gerrit show flakiness lately. To not torture
the poor servers with our pesky testing so much we switch
...
Christian Kuhn
18:50 Revision bee48c90: [TASK] Switch from git.typo3.org to github for testing
typo3.org git/gerrit show flakiness lately. To not torture
the poor servers with our pesky testing so much we switch
...
Christian Kuhn
18:17 Revision e3a482a8: [TASK] Switch from git.typo3.org to github for testing
typo3.org git/gerrit show flakiness lately. To not torture
the poor servers with our pesky testing so much we switch
...
Christian Kuhn
15:21 Revision 62502084: [BUGFIX] Define "label" for tt_content form elements within form setup
Define the "label" property for tt_content form elements within
the form setup to allow saving tt_content form elemen...
Ralf Zimmermann
10:40 Revision b5e0245e: [TASK] Deprecate enableConcatenateFiles
Also config.concatenateJsAndCss TypoScript is replaced
with concatenateCss and concatenateJs since TYPO3 v6.0,
and ca...
Benni Mack
08:45 Revision fc722517: [BUGFIX] Avoid SQL error in indexed search administration
The field "uid" is never fetched, so no count() is possible
in the DB count query.
Resolves: #85252
Releases: master...
Benni Mack
08:42 Revision 3af595b3: [TASK] Replace gettype calls type-specific checks
Resolves: #85479
Releases: master
Change-Id: I576ab5fb6a7937016497a93d3b4dd025478e81bd
Reviewed-on: https://review.ty...
Wouter Wolters
08:40 Revision 5272cbeb: [BUGFIX] Avoid SQL error in indexed search administration
The field "uid" is never fetched, so no count() is possible
in the DB count query.
Resolves: #85252
Releases: master...
Benni Mack
00:41 Revision 0e20484c: [TASK] Deprecate cObj->enableFields()
The method is just a wrapper for PageRepository->enableFields()
which should be used instead.
Resolves: #85558
Relea...
Benni Mack

2018-07-19

23:21 Revision 6e11355a: [TASK] Enable acceptance tests again
Bring back backend acceptance test execution as pre-merge
and nightly tests. They are hopefully more stable now and
w...
Christian Kuhn
17:46 Revision d3a7cc32: [TASK] Use a dedicated logger for E_USER_DEPRECATION
Resolves: #85238
Releases: master
Change-Id: Ie47e1ba0a4f0ba3e5e1a8d62bc137cabd3ae4d1e
Reviewed-on: https://review.ty...
Markus Klein
17:45 Revision cbd1d61e: [TASK] Deprecate TYPO3_OS constant
The TYPO3_OS constant is deprecated with
the introduction of Environment API.
Resolves: #85597
Releases: master
Chan...
Benni Mack
17:36 Revision ee7c5e7b: [BUGFIX] Fix typo in RST file
Resolves: #85598
Related: #85553
Releases: master
Change-Id: Ib5c0a6850c79880eac0eb47dab957083ca328e2b
Reviewed-on: h...
Benni Mack
15:42 Revision 4432be8e: [TASK] Update Feature-82014-ExtensionScanner.rst
Fixed Link to Extension-Scanner Docs
Releases: master
Resolves: #85595
Change-Id: I181b34497db5d0f2807c035d6228f6fb9...
Ramon Zöllner
12:16 Revision 894734be: [TASK] Deprecate -1 in language-related calls of PageRepository
The default value for
- PageRepository->getPageOverlay()
- PageRepository->getPagesOverlay()
should be "null" and not...
Benni Mack
09:26 Revision cb67c1e0: [BUGFIX] Only use SaltedHashingMethods marked as available
When determining the SaltedHashingMethod of a salted hash check only
SaltedHashingMethods which are marked as availab...
Oliver Hader
09:21 Revision 9f89556c: [BUGFIX] Only use SaltedHashingMethods marked as available
When determining the SaltedHashingMethod of a salted hash check only
SaltedHashingMethods which are marked as availab...
Oliver Hader

2018-07-18

22:36 Revision fecb9586: [FEATURE] Add infix option for filenames used by FileWriter
Resolves: #85236
Releases: master
Change-Id: Iad1047b7a91adee4d0dcad766d5116bea27e34ce
Reviewed-on: https://review.ty...
Markus Klein
21:57 Revision 530ae964: [BUGFIX] Set the redirect hook before the page-resolver
The source page redirects now also with get-parameters to the
target page.
Resolves: #85538
Related: #85488
Releases...
Michael Giek
21:37 Revision d421f7dc: [FEATURE] Allow TCA description property
When the site configuration module has been introduced, it came
with a custom functionality to show an additional hel...
Christian Kuhn
21:32 Revision 6ec81baf: [BUGFIX] Fix typo in form documentation
Releases: master,8.7
Resolves: #85589
Change-Id: I965f559b0307bd477e8f64340a12513a9827842d
Reviewed-on: https://revie...
Sascha Ebner
21:18 Revision 88b9368b: [BUGFIX] Fix doctrine dependencies and pin to dbal 2.7
Since our code does not work with doctrine/dbal 2.8.0
we for now pin to the previous minor release.
A hidden depende...
Andreas Fernandez
21:16 Revision f121c650: [BUGFIX] Fix typo in form documentation
Releases: master,8.7
Resolves: #85589
Change-Id: I965f559b0307bd477e8f64340a12513a9827842d
Reviewed-on: https://revie...
Sascha Ebner
20:44 Revision 2aec69e0: [BUGFIX] Fix FlashMessage when dumping autoload-information in composer-mode
In composer-mode the autoload-information can't be dumped. A FlashMessage
is shown as a notice. But the message itsel...
Stefan Neufeind
20:42 Revision 1778ad8d: [BUGFIX] Streamline backend module menu and viewport initialization
ModuleMenu and Viewport initialization need to be defered to ensure
that DOM is available in order to apply further b...
Oliver Hader
20:09 Revision 65537d75: [BUGFIX] Do not re-sort IRRE children when sorting parent
When PID of the parent record has not changed, child records should
not be moved/sorted.
Little background helping r...
Tymoteusz Motylewski
19:46 Revision e726a74f: [FEATURE] Add getEnv value modifier to TS parser
Use :=getEnv() in TypoScript to read values from environment variables.
Resolves: #85146
Releases: master
Change-Id:...
Felix Althaus
19:35 Revision e81f08c1: [BUGFIX] Streamline backend module menu and viewport initialization
ModuleMenu and Viewport initialization need to be defered to ensure
that DOM is available in order to apply further b...
Oliver Hader
19:30 Revision 7159e279: [TASK] Move extension configuration to first place
This patch improves the usability of the new Settings module by moving
the extension configuration card in the first ...
Peter Kraume
19:14 Revision ffede9f9: [TASK] Use PHP_SAPI, PHP_VERSION and M_PI constant instead of functons calls
Resolves: #85293
Releases: master
Change-Id: Ifabbb20c1ef4ad482df676fe9999dcbdf18eb704
Reviewed-on: https://review.ty...
Wouter Wolters
19:13 Revision bc191e17: [TASK] Setting BE-debug appends fieldnames to labels
The description so far says fieldnames are prepended.
Resolves: #85507
Releases: master
Change-Id: I06fccdc2aee70a95...
Stefan Neufeind
18:59 Revision 40706efa: [TASK] Deprecate TypoScriptFrontendController->getUniqueId
The unused method TypoScriptFrontendController->getUniqueId() is marked
as deprecated, as this method conceptually sh...
Benni Mack
09:49 Revision 870b8caf: [TASK] Extract request processing from ShortcutToolbarItem
Change-Id: I9f396da2084880b3dd813c8d7f0777c36ac989d9
Resolves: #84414
Releases: master
Reviewed-on: https://review.ty...
Mathias Brodala
08:59 Revision 9bc120c8: [BUGFIX] Add Content-Type to test mail plain part
Resolves: #85536
Releases: master, 8.7
Change-Id: Ie1f5c97af1a315eb5b8d7bf4bc7a31872362750d
Reviewed-on: https://revi...
Mathias Brodala

2018-07-17

23:49 Revision 37c528b3: [BUGFIX] Fix apc/apcu cache backend tests
bamboo php 7.2 has apc & apcu support again. Two
unit tests fail. These two however don't make much
sense in the firs...
Christian Kuhn
20:59 Revision cc78ea57: [TASK] Bamboo proper passwd mapping
The bamboo containers need a better passwd mapping
per agent to set a proper home directory, otherwise
ssh tasks may ...
Anja Leichsenring
20:19 Revision 54d31b9f: [TASK] Bamboo proper passwd mapping
The bamboo containers need a better passwd mapping
per agent to set a proper home directory, otherwise
ssh tasks may ...
Anja Leichsenring
20:17 Revision cf1a5693: [TASK] Bamboo proper passwd mapping
The bamboo containers need a better passwd mapping
per agent to set a proper home directory, otherwise
ssh tasks may ...
Christian Kuhn
12:49 Revision 818faa1c: [BUGFIX] Enforce doctrine/dbal to 2.7
The library `doctrine/dbal`, which is used by TYPO3 for database
communication removed the dependency to `doctrine/co...
Andreas Fernandez

2018-07-16

17:21 Revision af9a40ac: [TASK] Test rendering of translated select MM relations in Extbase
It's based on tt_content and categories.
Releases: master, 8.7
Resolves: #85493
Change-Id: Ie7222f38ea89536ab463ff46...
Tymoteusz Motylewski
14:24 Revision 18ccfab9: [TASK] Test rendering of translated select MM relations in Extbase
It's based on tt_content and categories.
Releases: master, 8.7
Resolves: #85493
Change-Id: Ie7222f38ea89536ab463ff46...
Tymoteusz Motylewski
08:15 Revision 9c24ec5b: [BUGFIX] Also add doctrine/lexer to typo3/cms-core
Resolves: #85552
Releases: master, 8.7
Change-Id: I1056a5825fd79df4c495894970721713b10728cd
Reviewed-on: https://revi...
Markus Klein
07:54 Revision bfff001e: [BUGFIX] Also add doctrine/lexer to typo3/cms-core
Resolves: #85552
Releases: master, 8.7
Change-Id: I1056a5825fd79df4c495894970721713b10728cd
Reviewed-on: https://revi...
Markus Klein
02:45 Revision d6e898f3: [TASK] Turn redis cache backend unit into functional tests
Our unit tests should not rely on running daemons, there is
a functional test environment to take care of this. The p...
Christian Kuhn
00:55 Revision 12d723f7: [TASK] Run tests on new bamboo infrastructure
A new bamboo agent infrastructure has been deployed that
significantly changes how tests are executed: The agent
dock...
Christian Kuhn

2018-07-15

22:16 Revision dfcd5718: [TASK] Run tests on new bamboo infrastructure
A new bamboo agent infrastructure has been deployed that
significantly changes how tests are executed: The agent
dock...
Christian Kuhn
17:06 Revision 18193657: [TASK] Run tests on new bamboo infrastructure
A new bamboo agent infrastructure has been deployed that
significantly changes how tests are executed: The agent
dock...
Christian Kuhn
00:35 Revision 0f811d40: [BUGFIX] Use same line endings in test as in function
In CommandTest::testGetDescription() now also LF is used as line ending,
just as in the tested function.
Resolves: #...
Jigal van Hemert
00:32 Revision ef023537: [TASK] Use static constant call for PageRepository
Minor fix to use the static constant directly, like in all other usages.
Resolves: #85559
Releases: master
Change-Id...
Benni Mack

2018-07-14

20:35 Revision fc4b8ca1: [BUGFIX] Require doctrine/lexer to get removed lexer classes
With the release of doctrine/dbal in version 2.8, the class
`Doctrine\Common\Lexer` got removed. To circumvent this i...
Andreas Fernandez
19:19 Revision 47d1912a: [BUGFIX] Require doctrine/lexer to get removed lexer classes
With the release of doctrine/dbal in version 2.8, the class
`Doctrine\Common\Lexer` got removed. To circumvent this i...
Andreas Fernandez

2018-07-13

22:20 Revision 3cc59ecc: [BUGFIX] Avoid PHP warning when using Phar archive with open_basedir
Including files from Phar archives (e.g. "phar://file.phar/autoload.php")
does not work properly with having PHP sett...
Oliver Hader
22:20 Revision 739b7d79: [BUGFIX] Avoid PHP warning when using Phar archive with open_basedir
Including files from Phar archives (e.g. "phar://file.phar/autoload.php")
does not work properly with having PHP sett...
Oliver Hader
22:09 Revision 9b3b4def: [BUGFIX] Avoid PHP warning when using Phar archive with open_basedir
Including files from Phar archives (e.g. "phar://file.phar/autoload.php")
does not work properly with having PHP sett...
Oliver Hader
20:39 Revision 4003c5fa: [TASK] Add LanguageAspect to Contexts
This change adds a new Aspect called "Language" which bundles
most existing TypoScript options on frontend language f...
Benni Mack
17:32 Revision 7a17c8d6: [TASK] Move verbosity settings into TemplateService
The constructor of TemplateService now has
a context, which knows everything to define
public settings to define if t...
Benni Mack
17:32 Revision cc05a6ff: [FEATURE] Add context check for TypoScript
The new Context API is added so TypoScript
can check this in cObject like this:
10 = TEXT
10.data = context:workspac...
Benni Mack
13:00 Revision 13ded666: [BUGFIX] Add Content-Type to test mail plain part
Resolves: #85536
Releases: master, 8.7
Change-Id: Ie1f5c97af1a315eb5b8d7bf4bc7a31872362750d
Reviewed-on: https://revi...
Mathias Brodala
09:49 Revision d830c0e5: [BUGFIX] LanguagePackCommand: Hide progress output by default
Show progress bar only if verbosity level is set. The default output
of this command is disabled by default to limit ...
Josef Glatz
09:47 Revision b2413561: [BUGFIX] Make forms impexp hook php 7.0 compatible
Resolves: #85545
Releases: 8.7
Change-Id: I63d5aeab191252982841cfd34c955cc8e075aac8
Reviewed-on: https://review.typo3...
Ralf Zimmermann

2018-07-12

18:40 Revision 1b126d94: [TASK] Set TYPO3 version to 9.3.3-dev
Change-Id: I713e25e6a115be6d0b527f1b3899bc555ff77347
Reviewed-on: https://review.typo3.org/57580
Reviewed-by: Oliver ...
Oliver Hader
17:51 Revision 18bbce4c: [RELEASE] Release of TYPO3 9.3.2
Change-Id: I7d259e1265e64e63c56b23e966be00361a22137c
Reviewed-on: https://review.typo3.org/57579
Reviewed-by: Oliver ...
Oliver Hader
13:52 Revision 74213b06: [TASK] Set TYPO3 version to 9.3.2-dev
Change-Id: Iefc6752f0045f303263705d7649218f8c0947918
Reviewed-on: https://review.typo3.org/57578
Reviewed-by: Oliver ...
Oliver Hader
13:50 Revision 288e04e4: [TASK] Set TYPO3 version to 8.7.18-dev
Change-Id: I5aeef34b459d999cd94a62a8a3cd6778e2920d54
Reviewed-on: https://review.typo3.org/57576
Tested-by: TYPO3com ...
Oliver Hader
13:50 Revision af207eb9: [TASK] Set TYPO3 version to 7.6.31-dev
Change-Id: I2263cb37e5395eb48d7d07908dd52c3f3d48c55c
Reviewed-on: https://review.typo3.org/57574
Reviewed-by: Benni M...
Oliver Hader
13:33 Revision 5ee2abaa: [RELEASE] Release of TYPO3 9.3.1
Change-Id: I25d0b2027332ba92ba377b9a0064ee7315412db1
Reviewed-on: https://review.typo3.org/57577
Reviewed-by: Oliver ...
Oliver Hader
13:29 Revision 06256af9: [RELEASE] Release of TYPO3 8.7.17
Change-Id: I21f8e42feb8a9c5e1b72b36c906c25411b30472e
Reviewed-on: https://review.typo3.org/57575
Reviewed-by: Oliver ...
Oliver Hader
13:27 Revision f9dd5ec9: [TASK] Remove post-autoload-dump section from composer.json
The included task in not subject to be executed upon each
`composer install`.
Resolves: #85537
Related: #83249
Relea...
Anja Leichsenring
13:06 Revision e0efb1a9: [TASK] Remove post-autoload-dump section from composer.json
The included task in not subject to be executed upon each
`composer install`.
Resolves: #85537
Related: #83249
Relea...
Anja Leichsenring
13:05 Revision 81345d56: [BUGFIX] Fix test isolation and pre-requisites
FormDefinitionValidationServiceTest modified the encryption key in
test data-provider functions. Those functions are ...
Susanne Moog
13:01 Revision 1eb688a2: [RELEASE] Release of TYPO3 7.6.30
Change-Id: Ief75740d3b83ebcef47da97800743e64677079f0
Reviewed-on: https://review.typo3.org/57573
Reviewed-by: Oliver ...
Oliver Hader
12:59 Revision 74dde9f3: [BUGFIX] Fix test isolation and pre-requisites
FormDefinitionValidationServiceTest modified the encryption key in
test data-provider functions. Those functions are ...
Susanne Moog
12:55 Revision 7144f5e1: [BUGFIX] Fix test isolation and pre-requisites
FormDefinitionValidationServiceTest modified the encryption key in
test data-provider functions. Those functions are ...
Susanne Moog
12:17 Revision 3d683824: [TASK] Fix CGL issues
Resolves: #.....
Releases: master, 8.7
Change-Id: Iace5c4d064182c628e9d3b03876c73e19dd725cd
Reviewed-on: https://revi...
Oliver Hader
12:14 Revision 82eab987: [TASK] Fix CGL issues
Resolves: #.....
Releases: master, 8.7
Change-Id: Iace5c4d064182c628e9d3b03876c73e19dd725cd
Reviewed-on: https://revi...
Oliver Hader
12:09 Revision 1d1f1013: [TASK] Fix CGL issues
Resolves: #.....
Releases: master, 8.7
Change-Id: Iace5c4d064182c628e9d3b03876c73e19dd725cd
Reviewed-on: https://revi...
Oliver Hader
11:50 Revision 75f577e1: [TASK] Streamline FAL pre-emit signals for createFile and setContent
In order to streamline the FAL API the following signals have been added.
The according post-processing signals have ...
Oliver Hader
11:36 Revision a6ce4ab0: [SECURITY][TASK] Remove support for native PHP yaml extension
Resolves: #85424
Releases: master, 8.7
Security-Commit: 82619eb231e725d77fb8196f0b6bfca9f722bc4f
Security-Bulletin: T...
Oliver Hader
11:36 Revision 8203657f: [SECURITY] Filter disallowed properties in form editor
The form editor save and preview actions now check the submitted
form definition against configured possibilities wit...
Ralf Zimmermann
11:36 Revision f3445f96: [!!!][SECURITY] Deny direct FAL commands for form definitions
Before this change, form definitions have been persisted in regular
`.yaml` files. In order to make the meaning and p...
Susanne Moog
11:35 Revision b6a04a12: [SECURITY] Explicitly deny object deserialization
Resolves: #85385
Releases: master, 8.7, 7.6
Security-Commit: f4d645d131fabc98cbbdcefcffb951040d2dd246
Security-Bullet...
Oliver Hader
11:35 Revision 421ef424: [SECURITY] Mitigate phar stream wrapper
SoftReferenceIndex throws exceptions on phar streams
LegacyLinkNotationConverter throws exceptions on phar streams
R...
Christian Kuhn
11:35 Revision b3b7d453: [SECURITY] Introduce PHP stream wrapper for phar:// protocol
This custom stream wrapper for the phar:// protocol overrides
PHP's native handling. In case Phar bundles shall be lo...
Oliver Hader
11:35 Revision 79260b2d: [SECURITY] Deny authentication bypass using blowfish/md5 encryption
Using password hashing methods that are related by class inheritance
can lead to authentication bypass by just knowin...
Oliver Hader
11:35 Revision 098478ac: [SECURITY][TASK] Remove support for native PHP yaml extension
Resolves: #85424
Releases: master, 8.7
Security-Commit: 82619eb231e725d77fb8196f0b6bfca9f722bc4f
Security-Bulletin: T...
Oliver Hader
11:34 Revision 36b0b68d: [SECURITY] Filter disallowed properties in form editor
The form editor save and preview actions now check the submitted
form definition against configured possibilities wit...
Ralf Zimmermann
11:34 Revision 769b628e: [!!!][SECURITY] Deny direct FAL commands for form definitions
Before this change, form definitions have been persisted in regular
`.yaml` files. In order to make the meaning and p...
Susanne Moog
11:34 Revision 31e417f7: [SECURITY] Explicitly deny object deserialization
Resolves: #85385
Releases: master, 8.7, 7.6
Security-Commit: f4d645d131fabc98cbbdcefcffb951040d2dd246
Security-Bullet...
Oliver Hader
11:33 Revision 7f930854: [SECURITY] Mitigate phar stream wrapper
SoftReferenceIndex throws exceptions on phar streams
LegacyLinkNotationConverter throws exceptions on phar streams
R...
Christian Kuhn
11:33 Revision 28e9420a: [SECURITY] Introduce PHP stream wrapper for phar:// protocol
This custom stream wrapper for the phar:// protocol overrides
PHP's native handling. In case Phar bundles shall be lo...
Oliver Hader
11:33 Revision ed3ec27d: [SECURITY] Deny authentication bypass using blowfish/md5 encryption
Using password hashing methods that are related by class inheritance
can lead to authentication bypass by just knowin...
Oliver Hader
11:33 Revision c76d46f1: [SECURITY][TASK] Remove support for native PHP yaml extension
Resolves: #85424
Releases: master, 8.7
Security-Commit: d1df0ce67ff83d75a3d4878b2f9cb315c4c23bc1
Security-Bulletin: T...
Oliver Hader
11:32 Revision bca913e9: [SECURITY] Filter disallowed properties in form editor
The form editor save and preview actions now check the submitted
form definition against configured possibilities wit...
Ralf Zimmermann
11:32 Revision 71ff7147: [!!!][SECURITY] Deny direct FAL commands for form definitions
Before this change, form definitions have been persisted in regular
`.yaml` files. In order to make the meaning and p...
Susanne Moog
11:32 Revision 0b0ba0f8: [SECURITY] Explicitly deny object deserialization
Resolves: #85385
Releases: master, 8.7, 7.6
Security-Commit: 6a294ad6b15677b41b90d93ad8690b92048404fe
Security-Bullet...
Oliver Hader
11:32 Revision 844c6f49: [SECURITY] Mitigate phar stream wrapper
SoftReferenceIndex throws exceptions on phar streams
LegacyLinkNotationConverter throws exceptions on phar streams
R...
Christian Kuhn
11:31 Revision d7d1de43: [SECURITY] Introduce PHP stream wrapper for phar:// protocol
This custom stream wrapper for the phar:// protocol overrides
PHP's native handling. In case Phar bundles shall be lo...
Oliver Hader
11:31 Revision cbaf75ce: [SECURITY] Deny authentication bypass using blowfish/md5 encryption
Using password hashing methods that are related by class inheritance
can lead to authentication bypass by just knowin...
Oliver Hader
11:31 Revision fa0c6aaf: [SECURITY] Explicitly deny object deserialization
Resolves: #85385
Releases: master, 8.7, 7.6
Security-Commit: 8cd7fa85f5b60c508aaac3184101008ba2e8df7f
Security-Bullet...
Oliver Hader
11:31 Revision b0227927: [SECURITY] Mitigate phar stream wrapper
SoftReferenceIndex throws exceptions on phar streams
LegacyLinkNotationConverter throws exceptions on phar streams
R...
Christian Kuhn
11:31 Revision a5d6bfab: [SECURITY] Introduce PHP stream wrapper for phar:// protocol
This custom stream wrapper for the phar:// protocol overrides
PHP's native handling. In case Phar bundles shall be lo...
Oliver Hader
11:31 Revision f4a28e43: [SECURITY] Deny authentication bypass using blowfish/md5 encryption
Using password hashing methods that are related by class inheritance
can lead to authentication bypass by just knowin...
Oliver Hader

2018-07-11

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

2018-07-10

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

2018-07-09

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

2018-07-07

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

2018-07-06

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

2018-07-05

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

Also available in: Atom