TYPO3 9.2.0

Release Notes

Version 9.2.0

Stay secure and up-to-date with TYPO3 ELTS!

The TYPO3 CMS community supported from 2018-10-02 until 2021-09-30.
Extend your support now until 2024-09-30 to get access to the latest security and compatibility updates for this version.

Learn more about TYPO3 ELTS Browse the TYPO3 ELTS Portal

Release Notes for TYPO3 CMS 9.2.0

This document contains information about TYPO3 CMS 9.2.0 which was released on 09.04.2018.

Get TYPO3 9.2.0 now

News

This version is a bugfix and maintenance release.

Read TYPO3 9.2.0 Release News

Checksums of TYPO3 9.2.0

SHA256

d079a726098daec2d3ca907efc362daa0b4fc638b989df8d1354983b449afb2b typo3_src-9.2.0.tar.gz
4482f1958673f1d55f614dac9f2bc0c58a002f2c78539742adf2444f5437be49 typo3_src-9.2.0.zip

SHA1

dc6651c5a1b3d856a6c0a52daf021bf027cd436a typo3_src-9.2.0.tar.gz
38fe4520a9f3d5f99a84ea29cb4f8d87de9732dc typo3_src-9.2.0.zip

MD5

d37f97ed7e8867e53cf26ed1cd869619 typo3_src-9.2.0.tar.gz
adb0ab8f89387c4dd330e2b02317d916 typo3_src-9.2.0.zip

Package Signatures

TYPO3 Release Packages (the downloadable tarballs and zip files) as well as Git tags are signed using PGP signatures during the automated release process. Besides that, MD5 and SHA2-256 hashes are being generated for these files. Find more details on verifying signatures and hashes in the infrastructure guide.

Download GPG signed release README.md file

Example of verifying integrity of tar.gz package of current release:

wget --content-disposition https://get.typo3.org/9.2.0/tar.gz
wget --content-disposition https://get.typo3.org/9.2.0/tar.gz.sig
gpg --verify typo3_src-9.2.0.tar.gz.sig typo3_src-9.2.0.tar.gz

Upgrading

  1. Before you update any instance to 9.2.0, have a backup in place.
  2. Now download the new core and present it to your instance (by symlink or copied files)
  3. Use the install tool to run the upgrade wizards
  4. Use the install tool to clear each and every cache you can find, even opcode.
  5. When you encounter compatibility problems with your extensions, look for the Git versions around in order to find one already upgraded.

Changes

Here is a list of what was fixed since 9.1.0:

  • 2018-04-09 474fcf0c0c [RELEASE] Release of TYPO3 9.2.0 (thanks to Oliver Hader)
  • 2018-04-09 0d027af03b [BUGFIX] Do not show sysfolders on pid 0 in sites module (thanks to Mathias Schreiber)
  • 2018-04-09 8814cce64c [TASK] Fetch html tag "lang" attribute from site (thanks to Benni Mack)
  • 2018-04-09 f02411d425 [BUGFIX] Do not call deprecated feedit initialize method (thanks to Susanne Moog)
  • 2018-04-09 14859db3c8 [BUGFIX] Minor fixes in SiteLanguage (thanks to Simon Gilli)
  • 2018-04-09 52e88b7a68 [BUGFIX] Handle empty absRefPrefix in PageLinkBuilder (thanks to Oliver Hader)
  • 2018-04-09 3fa35bfbdb [TASK] Move leftover 9.2 documentation RST files (thanks to Benni Mack)
  • 2018-04-09 4693b06ab6 [TASK] Clean-up in site handling (thanks to Susanne Moog)
  • 2018-04-09 ad815eddfc [BUGFIX] Fix resource loading in composer mode (thanks to Susanne Moog)
  • 2018-04-09 0d9dec7e03 [DOCS] 9.2 Docs (thanks to Mathias Schreiber)
  • 2018-04-09 d51c5f40d3 [BUGFIX] Use existing locale in site handling examples (thanks to Benjamin Kott)
  • 2018-04-09 8293ea4b73 [BUGFIX] Display tree hierarchy in sites module (thanks to Mathias Schreiber)
  • 2018-04-09 9bdbb36659 [BUGFIX] Keep sorting column value for deleted records (thanks to Tim Schreiner)
  • 2018-04-09 772e0e764e [BUGFIX] Remove wrong break; statement in rootline check (thanks to Georg Ringer)
  • 2018-04-08 967c8897b0 [TASK] Streamline upgrade wizards that install extensions (thanks to Susanne Moog)
  • 2018-04-08 6a3b6a5e43 [BUGFIX] Fix windows loading of site configuration (thanks to Susanne Moog)
  • 2018-04-08 eafb02eeb0 [BUGFIX] Do not use deprecated $R_URI (thanks to Susanne Moog)
  • 2018-04-07 5a12dc5ffa [BUGFIX] Convert languageId to integer before passing to getLanguageById (thanks to Simon Gilli)
  • 2018-04-07 88d586bcfb [BUGFIX] Do not try to download extensions in composer mode (thanks to Helmut Hummel)
  • 2018-04-06 0824e6e84b [FEATURE] Introduce Site Handling (thanks to Christian Kuhn)
  • 2018-04-06 1eeedc5937 [TASK] Decouple adminPanel from frontend (thanks to Susanne Moog)
  • 2018-04-06 41a2a6916f [BUGFIX] Fix wrong icon usage in install tool (thanks to Frank Naegler)
  • 2018-04-06 63f70ad44e [BUGFIX] Keep parameters in link browser’s upload form (thanks to Andreas Fernandez)
  • 2018-04-06 b01ef29c66 [TASK] Add hook to upload methods in GeneralUtility (thanks to Frank Naegler)
  • 2018-04-06 3826c61b47 [BUGFIX] Set correct number of arguments in MethodCallMatcher (thanks to Tim Schreiner)
  • 2018-04-06 8a57e5bed5 [BUGFIX] Flush l10n cache after downloading languages (thanks to Andreas Fernandez)
  • 2018-04-06 94acfea021 [BUGFIX] Only apply language constraints for "Show hidden" checkbox if neccessary (thanks to Andreas Fernandez)
  • 2018-04-06 b6fbbfcd75 [BUGFIX] Correct wrong type annotation for drawItem_footer hook (thanks to Joshua Westerheide)
  • 2018-04-06 f19bbcc33e [BUGFIX] Fix extraction path of language packs in LanguagePackService (thanks to Joshua Westerheide)
  • 2018-04-06 d68a620484 [TASK] Move linkData() functionality in PageLinkBuilder (thanks to Benni Mack)
  • 2018-04-06 d12e0fc9f4 [TASK] Sort packages by name in Composer manifests (thanks to Wouter Wolters)
  • 2018-04-06 c2f3876bae [TASK] Simplify frontend/backend security viewhelpers (thanks to Mathias Brodala)
  • 2018-04-05 8b17154350 [BUGFIX] Allow span tags in fieldInformation return (thanks to Nicole Cordes)
  • 2018-04-05 c6e4598d7e [TASK] Update friendsofphp/php-cs-fixer to latest version (thanks to Wouter Wolters)
  • 2018-04-05 1b0acf6660 [BUGFIX] Allow tables with adminOnly in cleanup task of recycler (thanks to Georg Ringer)
  • 2018-04-05 9207e8a44f [BUGFIX] Keep UTF-8 characters unescaped in JsonView (thanks to Oliver Klee)
  • 2018-04-05 c908cc58b9 [TASK] Streamline HTTP Response codes (thanks to Frank Naegler)
  • 2018-04-05 f259a2164c [TASK] Add missing HTTP status code presets for PSR-7 responses (thanks to Benjamin Franzke)
  • 2018-04-05 8d457a65e2 [BUGFIX] Use URI of request for „Open in new window“ (thanks to Andreas Fernandez)
  • 2018-04-04 df273d08c8 [TASK] Make RedirectServiceTest notice free (thanks to Sascha Löffler)
  • 2018-04-04 6871fc95e1 [BUGFIX] Render „create new content element“ wizard in modal (thanks to Andreas Fernandez)
  • 2018-04-04 de0dd5a4a4 [BUGFIX] Fix the return type annotations of JsonView (thanks to Oliver Klee)
  • 2018-04-04 8ae0820eb3 [BUGFIX] Show descriptionColumn in PageLayoutView only if not empty (thanks to Georg Ringer)
  • 2018-04-04 2c0c89b29d [BUGFIX] Add conflicts with broken sf/finder versions (thanks to Helmut Hummel)
  • 2018-04-04 65674a830e [TASK] Provide upgradeWizard to enable adminPanel (thanks to Susanne Moog)
  • 2018-04-04 9c9878e061 [TASK] Update CKEditor from 4.7.2 to 4.9.1 (thanks to Josef Glatz)
  • 2018-04-04 8f8adb7e33 [BUGFIX] Try SVG first when detecting image size (thanks to Anja)
  • 2018-04-04 b4de256c56 [FEATURE] Allow setting of validation messages in form editor (thanks to Ralf Zimmermann)
  • 2018-04-04 2f045fbf31 [FEATURE] Use new REST API for update checks (thanks to Susanne Moog)
  • 2018-04-03 bfa5caac34 [BUGFIX] Provide language labels for delete modal in filelist (thanks to Andreas Fernandez)
  • 2018-04-01 d2efcd269e [BUGFIX] Show image metadata description (thanks to Guido Schmechel)
  • 2018-03-30 5814b35b98 [BUGFIX] Correctly deprecate globals usage in FormEngine (thanks to Nicole Cordes)
  • 2018-03-29 1b08b2989a [TASK] Replace validateRstFiles.sh with PHP version (thanks to Sybille Peters)
  • 2018-03-29 dd16ae333f [BUGFIX] Fix wrong usage of $callback in ArrayUtility::filterRecursive (thanks to Stephan Jorek)
  • 2018-03-29 fa40563680 [TASK] Extract request processing from OpendocsToolbarItem (thanks to Mathias Brodala)
  • 2018-03-29 0402811edf [BUGFIX] Properly encode HTML attributes in Toolbar (thanks to Frank Naegler)
  • 2018-03-29 289a8bc8e0 [BUGFIX] Unify version/release in Documentation/Settings.cfg (thanks to Sybille Peters)
  • 2018-03-29 84879ed47f [!!!][TASK] Aggregate validator information in class schema (thanks to Alexander Schnitzler)
  • 2018-03-29 b9026a9f4b [TASK] Simplify modal callback handling (thanks to Christian Kuhn)
  • 2018-03-29 fd1c7126c8 [BUGFIX] Change the order of the AJAX Request for image cropping (thanks to Giuseppe Cavallaro)
  • 2018-03-29 24779fb942 [BUGFIX] Renaming files on non LocalDriver storages (thanks to Michael Oehlhof)
  • 2018-03-29 1ddea2f531 [FEATURE] Make csv delimiter configurable (thanks to Guido Schmechel)
  • 2018-03-29 b5efa9605a [BUGFIX] Hide duplicate button if sys_file_meta is edited (thanks to Georg Ringer)
  • 2018-03-29 843b813514 [FEATURE] Extract html into fluid template from edit module in admin panel (thanks to Steffen Frese)
  • 2018-03-29 6361660f70 [FEATURE] Use dynamic path for typo3temp/var/ (thanks to Benni Mack)
  • 2018-03-29 084a75e471 [BUGFIX] Correctly evaluate LIT:0 in TS conditions (thanks to Markus Klein)
  • 2018-03-26 2ee2312abc [FEATURE] Add HTTPS security check to reports module (thanks to Mathias Brodala)
  • 2018-03-22 8c59bfffda [BUGFIX] Change path to label of preview pane in admin panel (thanks to Tobi Kretschmann)
  • 2018-03-22 de8793376d [BUGFIX] Fix path issue in gruntfile.js (thanks to Frank Naegler)
  • 2018-03-22 b00b436a69 [BUGFIX] Catch FolderDoesNotExistsException in linkvalidator (thanks to Sascha Maier)
  • 2018-03-22 971ff29a56 [BUGFIX] Allow PSR-7 Uris to allow no port at all (thanks to Benni Mack)
  • 2018-03-22 18aaf1b525 Revert "[BUGFIX] Test ifBlank with strlen again" (thanks to Oliver Hader)
  • 2018-03-22 7dcf08b89b [TASK] Add rule "return_type_declaration" to php-cs-fixer (thanks to Georg Ringer)
  • 2018-03-22 591fd6507a [TASK] Add another fallback for youtube preview image (thanks to Guido Schmechel)
  • 2018-03-22 81618e7a28 [TASK] Anonymize token in Exception handlers (thanks to Mathias Schreiber)
  • 2018-03-21 d29d4b5f7b [TASK] Free FormEngine from _GP usage (thanks to Christian Kuhn)
  • 2018-03-21 0c90a6e1ab [BUGFIX] Show tables with same label in recycler (thanks to Georg Ringer)
  • 2018-03-21 00b134ae93 Revert "[BUGFIX] Simulate submit button for rsaauth form submit" (thanks to Oliver Hader)
  • 2018-03-21 02cfe45bd5 [BUGFIX] Show time-restricted records in top search (thanks to Andreas Fernandez)
  • 2018-03-21 04134a18e3 Revert "[BUGFIX] Trigger submit of RSA encrypted form properly" (thanks to Oliver Hader)
  • 2018-03-20 811d281018 [BUGFIX] Do not deprecate RsaEncryptionEncoder::getRsaPublicKey() (thanks to Mathias Brodala)
  • 2018-03-20 35f04e6de3 [TASK] Extract request processing from RsaEncryptionEncoder (thanks to Mathias Brodala)
  • 2018-03-20 94f3faaa5b [TASK] Remove usage of extbase from recycler module (thanks to Georg Ringer)
  • 2018-03-19 8044bbe29e [BUGFIX] Add correct context to page tree context menu (thanks to Tymoteusz Motylewski)
  • 2018-03-19 332b65bde6 [TASK] add missing "HTTP/1.1 308 Permanent Redirect" to HttpUtility (thanks to Stephan Jorek)
  • 2018-03-19 b57924b8bb [BUGFIX] Fix typo in TCA of be_users (thanks to Georg Ringer)
  • 2018-03-19 5159cef25e [BUGFIX] Respect automaticInstallation setting in extension manager (thanks to Nicole Cordes)
  • 2018-03-18 ab9e3a0a99 [BUGFIX] Use numbers for „Show hidden content elements“ (thanks to Andreas Fernandez)
  • 2018-03-18 4fa9cd749c [TASK] Make SqlReaderTest notice free (thanks to Sascha Löffler)
  • 2018-03-18 ba5b524232 [BUGFIX] Move Doctrine custom type init back to ConnectionPool (thanks to Alexander Stehlik)
  • 2018-03-18 4a74f00e66 [TASK] E_NOTICE reduction (thanks to Pawel Cieslik)
  • 2018-03-18 a89781be21 [TASK] Mark GridContainer form elements as deprecated (thanks to Ralf Zimmermann)
  • 2018-03-18 6174289dcf [TASK] Use ServerRequestInterface in UserSettingsController (thanks to Łukasz Uznański)
  • 2018-03-18 f9ac314163 [TASK] Make UriBuilderTest notice free (thanks to Sascha Löffler)
  • 2018-03-18 cb905282b1 [BUGFIX] Unify the filename sanitation for upload, create, rename (thanks to Wolfgang Klinger)
  • 2018-03-18 ee2cee9dbd [TASK] Remove superfluous admin check (thanks to Georg Ringer)
  • 2018-03-18 0c1af16b30 [TASK] Make CacheHashCalculatorTest notice free (thanks to Sascha Löffler)
  • 2018-03-18 bda63e77dc [TASK] Make ActionControllerTest notice free (thanks to Sascha Löffler)
  • 2018-03-18 b61a4b2dd7 [BUGFIX] Wrong $host value when transport_smtp_server is not set. (thanks to Sascha Löffler)
  • 2018-03-18 585c44d8c7 [BUGFIX] Correctly check for permissions of a hidden field in context menu (thanks to Tymoteusz Motylewski)
  • 2018-03-18 030d961e26 [TASK] Remove usage of extbase from HelpController (thanks to Georg Ringer)
  • 2018-03-18 308925d88a [TASK] Synchronize the form documentation (thanks to Björn Jacob)
  • 2018-03-18 3a1a87bc05 [TASK] Extract request processing from SystemInformationToolbarItem (thanks to Mathias Brodala)
  • 2018-03-18 ff0ee37d8e [TASK] Drop option mod.web_list.newWizards and use new modal CE wizard (thanks to Christian Kuhn)
  • 2018-03-18 05fe42219b [BUGFIX] Fix routing exception for "Status report" module (thanks to Mathias Brodala)
  • 2018-03-17 0f2d7a6116 [TASK] Improve Install Tool login (thanks to Georg Ringer)
  • 2018-03-17 67c2387b03 [BUGFIX] Rename sub-property thousand_sep of numberFormat (thanks to Stefan Froemken)
  • 2018-03-17 264c5e0ee5 [TASK] Make TableBuilderTest notice free (thanks to Sascha Löffler)
  • 2018-03-17 277dbe8d46 [BUGFIX] Make line height configurable for Gifbuilder (thanks to Tymoteusz Motylewski)
  • 2018-03-17 760f491bc6 [TASK] Extract request processing from IconFactory (thanks to Mathias Brodala)
  • 2018-03-17 2912053acc [TASK] Rename TypoScriptReferenceLoader to TypoScriptReferenceController (thanks to Mathias Brodala)
  • 2018-03-17 a21470b3ff [TASK] Make SchemaColumnDefinitionListenerTest notice free (thanks to Łukasz Uznański)
  • 2018-03-17 cd3bb9de6b [TASK] Make YouTubeRendererTest notice free (thanks to Sascha Löffler)
  • 2018-03-17 ccccfe7d3c [TASK] Make LogManagerTest notice free (thanks to Sascha Löffler)
  • 2018-03-17 6c140eff26 [TASK] Make AudioTagRendererTest notice free (thanks to Sascha Löffler)
  • 2018-03-17 4b3e32e05e [TASK] Make VimeoRendererTest notice free (thanks to Sascha Löffler)
  • 2018-03-17 97f203c980 [TASK] Make BackendUserAuthenticationTest notice free (thanks to Łukasz Uznański)
  • 2018-03-17 2853274587 [TASK] Update codeception to 2.4.0 (thanks to Anja)
  • 2018-03-17 1adc484bac [TASK] Make FrontendUserAuthenticationTest notice free (thanks to Jan Helke)
  • 2018-03-17 fda08488bf [TASK] Rename ImageManipulationWizard to ImageManipulationController (thanks to Mathias Brodala)
  • 2018-03-17 f277888f51 [TASK] Make sysext/backend/Tests/Unit/ notice free (thanks to Jan Helke)
  • 2018-03-17 0f894dddde [TASK] Make FileWriterTest notice free (thanks to Łukasz Uznański)
  • 2018-03-17 c9846fdf8c [TASK] Make DispatcherTest notice free (thanks to Sascha Löffler)
  • 2018-03-17 77a7405a5c [TASK] Make BackendUtilityTest notice free (thanks to Jan Helke)
  • 2018-03-17 a5ecd79ca4 [TASK] Make CommandLineBackendTest notice free (thanks to Sascha Löffler)
  • 2018-03-17 bb29334527 [TASK] Make VideoTagRendererTest notice free (thanks to Sascha Löffler)
  • 2018-03-17 5b35c6a8fe [TASK] Make ImageScriptServiceTest notice free (thanks to Łukasz Uznański)
  • 2018-03-17 0bd4c985f8 [TASK] Make ConditionMatcherTest notice free (thanks to Jan Helke)
  • 2018-03-17 cef50e5f60 [TASK] Make BackendTest notice free (thanks to Sascha Löffler)
  • 2018-03-17 ac72c832b9 [BUGFIX] Test ifBlank with strlen again (thanks to Stefan Froemken)
  • 2018-03-17 6c2fe86ecd [TASK] Decouple TreeController from UserSettingsController (thanks to Saskia Schreiber)
  • 2018-03-17 ac1844ef55 [TASK] Rename CodeCompletion to CodeCompletionController (thanks to Mathias Brodala)
  • 2018-03-17 1d71cf7342 [TASK] Make AreaTest notice free (thanks to Łukasz Uznański)
  • 2018-03-17 4a6fa2a670 [TASK] Make TaskTest notice free (thanks to Sascha Löffler)
  • 2018-03-17 e5030d48a4 [TASK] Make FrontendWorkspaceRestrictionTest notice free (thanks to Sascha Löffler)
  • 2018-03-17 aad48b0e3e [TASK] Make SessionTest notice free (thanks to Sascha Löffler)
  • 2018-03-17 06a538ad75 [TASK] Make AbstractConditionMatcherTest notice free (thanks to Łukasz Uznański)
  • 2018-03-17 877c6803e6 [TASK] Make AbstractUserAuthenticationTest notice free (thanks to Sascha Löffler)
  • 2018-03-17 7884b11ae1 [TASK] Use ServerRequestInterface in Wizard/TableController (thanks to Łukasz Uznański)
  • 2018-03-17 04e21be621 [TASK] Make DataStructureIdentifierHookTest notice free (thanks to Jan Helke)
  • 2018-03-17 5f8d2b35a1 [TASK] Make ResourceCompressorTest notice free (thanks to Łukasz Uznański)
  • 2018-03-17 3dce8e6272 [TASK] Escape reserved characters in yaml files (thanks to Anja)
  • 2018-03-17 6bf2947bf4 [TASK] Use ServerRequestInterface in SimpleDataHandlerController (thanks to Łukasz Uznański)
  • 2018-03-17 10b15c4d32 [TASK] Make sysext/form/Tests/Unit/Mvc/ notice free (thanks to Jan Helke)
  • 2018-03-17 76dae7af9c [TASK] Make TranslationServiceTest notice free (thanks to Jan Helke)
  • 2018-03-17 a53df9cb09 [TASK] Make MimeTypeValidatorTest notice free (thanks to Łukasz Uznański)
  • 2018-03-17 f4184f59cb [TASK] Make RteHtmlParserTest notice free (thanks to Sascha Löffler)
  • 2018-03-17 88706b75c4 [TASK] Correct QuerySettingsInterface RespectSysLanguage comments (thanks to Tymoteusz Motylewski)
  • 2018-03-17 1562fed6b2 [TASK] Make LegacyLinkNotationConverterTest notice free (thanks to Łukasz Uznański)
  • 2018-03-17 35489701d3 [TASK] Make AuthenticationServiceTest notice free (thanks to Łukasz Uznański)
  • 2018-03-17 db490a3351 [TASK] Make AbstractFormProtectionTest notice free (thanks to Łukasz Uznański)
  • 2018-03-17 876d44473c [TASK] Make MailerTest notice free (thanks to Sascha Löffler)
  • 2018-03-17 715d0ff2fb [TASK] Make FileTest notice free (thanks to Łukasz Uznański)
  • 2018-03-17 037999f171 [TASK] Drop remaining getIndpEnv() in FileSystemNavigationFrameController (thanks to Mathias Brodala)
  • 2018-03-17 f7ef1268dd [TASK] Drop remaining _GP and getIndpEnv in ContentElement/ElementHistoryController (thanks to Mathias Brodala)
  • 2018-03-17 19aa3b44b2 [TASK] Drop remaining getIndpEnv() in NewRecordController (thanks to Mathias Brodala)
  • 2018-03-17 c96a8a31ea [TASK] Make AbstractFileTest notice free (thanks to Łukasz Uznański)
  • 2018-03-17 8a11929662 [TASK] Move class RecordList to Controller/RecordListController (thanks to Christian Kuhn)
  • 2018-03-17 a7b18059d1 [TASK] Drop remaining HttpUtility and getIndpEnv() in Wizard/AddController (thanks to Mathias Brodala)
  • 2018-03-17 3bf44e507a [TASK] Make AbstractFinisher notice free (thanks to Jan Helke)
  • 2018-03-17 b924a8ef61 [TASK] Make form/Tests/Unit/Domain/FormElements/ notice free (thanks to Jan Helke)
  • 2018-03-17 cd210dd0b5 [TASK] Make FormManagerControllerTest notice free (thanks to Jan Helke)
  • 2018-03-17 c1d61b8e80 [TASK] Make Typo3DatabaseBackendTest notice free (thanks to Sascha Löffler)
  • 2018-03-17 773c5e9be8 [TASK] Make FormEditorControllerTest notice free (thanks to Jan Helke)
  • 2018-03-17 34b42e679c [TASK] Increase RequireJS timeout to 30s (thanks to Tymoteusz Motylewski)
  • 2018-03-16 03a415876d [TASK] Make FileHandlingUtilityTest notice free (thanks to Jan Helke)
  • 2018-03-16 f8ecca789e [TASK] Make ListUtilityTest notice free (thanks to Jan Helke)
  • 2018-03-16 5a8817d235 [TASK] Make IconViewHelperTest notice free (thanks to Sascha Löffler)
  • 2018-03-16 2070243c2d [TASK] Make InstallUtilityTest notice free (thanks to Jan Helke)
  • 2018-03-16 c6a4e85b4b [TASK] Make EmConfUtilityTest notice free (thanks to Jan Helke)
  • 2018-03-16 e92fd596f8 [TASK] Use ServerRequestInterface in Wizard/EditController (thanks to Saskia Schreiber)
  • 2018-03-16 6b784dc574 [TASK] Fail acceptance tests on JavaScript errors in browser console (thanks to Tymoteusz Motylewski)
  • 2018-03-16 9aa6349c39 [TASK] Make PdoBackendTest notice free (thanks to Sascha Löffler)
  • 2018-03-16 ad2f5984cd [TASK] Make ExtensionManagementServiceTest notice free (thanks to Jan Helke)
  • 2018-03-16 5734b7a4aa [TASK] Make IconFactoryTest notice free (thanks to Sascha Löffler)
  • 2018-03-16 0228fa54fb [TASK] Make FormViewHelperTest notice free (thanks to Jan Helke)
  • 2018-03-16 fe84835cc8 [TASK] Make ExtensionStatusTest notice free (thanks to Jan Helke)
  • 2018-03-16 f09dbbf6d2 [TASK] Make WebProcessorTest notice free (thanks to Sascha Löffler)
  • 2018-03-16 16e7203430 [TASK] Make PageViewHelperTest notice free (thanks to Jan Helke)
  • 2018-03-16 0bc60be755 [TASK] Use ServerRequestInterface in NewRecordController (thanks to Mathias Brodala)
  • 2018-03-16 ed43671d33 [TASK] Make TypolinkViewHelper notice free (thanks to Jan Helke)
  • 2018-03-16 2d9cebbcd2 [TASK] Use ServerRequestInterface in LoginFramesetController (thanks to Łukasz Uznański)
  • 2018-03-16 a987175f55 [TASK] Make TextfieldViewHelperTest notice free (thanks to Jan Helke)
  • 2018-03-16 1264d8104a [TASK] Make CharsetConverterTest notice free (thanks to Sascha Löffler)
  • 2018-03-16 6d274ee461 [TASK] Make TextareaViewHelperTest notice free (thanks to Jan Helke)
  • 2018-03-16 a55c2549c7 [TASK] Make CObjectViewHelperTest notice free (thanks to Jan Helke)
  • 2018-03-16 775453fc12 [TASK] Make SelectViewHelperTest notice free (thanks to Jan Helke)
  • 2018-03-16 d7614f6311 [TASK] Make ServerRequestFactoryTest notice free (thanks to Sascha Löffler)
  • 2018-03-16 d2d39e3bf2 [BUGFIX] Failing test for Extbase’s ExtensionUtility (thanks to Andreas Wolf)
  • 2018-03-16 0d35aa8435 [TASK] Make ArrayUtilitsTest.php notice free (thanks to Sascha Löffler)
  • 2018-03-16 7321564b4b [BUGFIX] Prevent type converters from being registered multiple times (thanks to Romain Canon)
  • 2018-03-16 cfa9bcbd53 [TASK] Make FileSizeValidatorTest.php notice free (thanks to Sascha Löffler)
  • 2018-03-16 db4d71df32 [TASK] Make FileLinkHandlerTest notice free (thanks to Sascha Löffler)
  • 2018-03-16 9bac33449b [TASK] Make FlashMessagesViewHelperTest notice free (thanks to Jan Helke)
  • 2018-03-16 6933487d7b [TASK] Remove irc notification from travis.yml (thanks to Christian Kuhn)
  • 2018-03-16 c91617a182 [TASK] Use ServerRequestInterface in File/RenameFileController (thanks to Mathias Brodala)
  • 2018-03-16 85153547e8 [TASK] Use ServerRequestInterface in Wizard/ListController (thanks to Łukasz Uznański)
  • 2018-03-16 194071b367 [TASK] Use ServerRequestInterface in Wizard/AddController (thanks to Łukasz Uznański)
  • 2018-03-16 ebdc14d28e [TASK] Use ServerRequestInterface Object in File/FileController (thanks to Anja)
  • 2018-03-16 91a19b03f1 [TASK] Make IfAuthenticatedViewHelperTest notice free (thanks to Jan Helke)
  • 2018-03-16 fa53b9d4a6 [TASK] Make ProcessedFileTest.php notice free (thanks to Sascha Löffler)
  • 2018-03-16 90adc03ea5 [TASK] Make LinkServiceTest notice free (thanks to Sascha Löffler)
  • 2018-03-16 1069381e2f [BUGFIX] Fix notice in EditFileController (thanks to Mathias Brodala)
  • 2018-03-16 f6ad9ed2e3 [TASK] Use ServerRequestInterface in File/ReplaceFileController (thanks to Mathias Brodala)
  • 2018-03-16 f970098b44 [BUGFIX] Error in record info when displaying references (thanks to Saskia Schreiber)
  • 2018-03-16 ba6f3b3e57 [TASK] Make WidgetRequestBuilderTest notice free (thanks to Jan Helke)
  • 2018-03-16 a9d92a0fa6 [TASK] Use ServerRequestInterface in File/FileUploadController (thanks to Mathias Brodala)
  • 2018-03-16 16b7d8413b [BUGFIX] Trigger submit of RSA encrypted form properly (thanks to Andreas Fernandez)
  • 2018-03-16 011c2923fd [BUGFIX] Use correct returnUrl for AddWizard caller (thanks to Anja)
  • 2018-03-16 7e1f77efcc [BUGFIX] Call autocomplete only if field is available (thanks to Andreas Fernandez)
  • 2018-03-16 ab9bbe23c9 [TASK] Remove StandaloneViewTest (thanks to Jan Helke)
  • 2018-03-16 2aeeaaffa2 [TASK] Make AbstractWidgetViewHelperTest notice free (thanks to Jan Helke)
  • 2018-03-16 ecce565dd0 [BUGFIX] Expose interfaces of AjaxDataHandler (thanks to Andreas Fernandez)
  • 2018-03-16 417d2b56e1 [BUGFIX] Make reloadFrames() non-static (thanks to Andreas Fernandez)
  • 2018-03-15 0340961d4c [TASK] Use ServerRequestInterface in LoginController (thanks to Łukasz Uznański)
  • 2018-03-15 649b99d673 [BUGFIX] checkIntegrityCsvFixtures.php displays error reason (thanks to Markus Klein)
  • 2018-03-15 58e155ac01 [BUGFIX] Respect empty allowedMimeTypes for file uploads (thanks to Ralf Zimmermann)
  • 2018-03-15 69c189cae0 [TASK] Use ServerRequestInterface in File/EditFileController (thanks to Anja)
  • 2018-03-15 7603c0f2e5 [BUGFIX] Cast return value of postProcessDatabaseInsert to integer (thanks to Susanne Moog)
  • 2018-03-15 8fa9956709 [TASK] Make MethodArgumentDroppedMatcherTest notice free (thanks to Jan Helke)
  • 2018-03-15 129428c810 [TASK] Make MethodArgumentRequiredMatcherTest notice free (thanks to Jan Helke)
  • 2018-03-15 2ef74039bb [TASK] Make MethodArgumentRequiredStaticMatcherTest notice free (thanks to Jan Helke)
  • 2018-03-15 0c8ea1f0de [TASK] Make MethodCallMatcherTest notice free (thanks to Jan Helke)
  • 2018-03-15 96928bbb71 [TASK] Make MethodArgumentDroppedStaticMatcherTest notice free (thanks to Jan Helke)
  • 2018-03-15 0f722b53d3 [TASK] Remove dependency to extbase from reports module (thanks to Georg Ringer)
  • 2018-03-15 3b1dc4eb99 [TASK] Make ArrayDimensionMatcherTest notice free (thanks to Jan Helke)
  • 2018-03-15 c94b0e749e [TASK] Make MethodCallStaticMatcherTest notice free (thanks to Jan Helke)
  • 2018-03-15 3756cd3d36 [TASK] Make MethodArgumentUnusedMatcherTest notice free (thanks to Jan Helke)
  • 2018-03-15 34478fd79f [TASK] Use ServerRequestInterface in ContentElement/NewContentElementController (thanks to Mathias Brodala)
  • 2018-03-15 5409525525 [TASK] Make AbstractCoreMatcherTest notice free (thanks to Jan Helke)
  • 2018-03-15 a9b2298dd2 [FEATURE] Show value of fields in debug mode (thanks to Georg Ringer)
  • 2018-03-15 32123cf0db [TASK] Extract html into fluid template from info module in admin panel (thanks to Joerg Boesche)
  • 2018-03-15 cecc57c323 [TASK] Extract html into fluid template from preview module in admin panel (thanks to Tobi Kretschmann)
  • 2018-03-15 42509bf993 [TASK] Use ServerRequestInterface in ContentElement/ElementInformationController (thanks to Saskia Schreiber)
  • 2018-03-15 5371ad0eac [TASK] Make L10nModeUpdaterTest notice free (thanks to Jan Helke)
  • 2018-03-15 5b0c9821d3 [TASK] Use ServerRequestInterface in MoveElementController (thanks to Mathias Brodala)
  • 2018-03-15 5a255b0b33 [TASK] Make LogRecordTest notice free (thanks to Sascha Löffler)
  • 2018-03-15 f08864b461 [TASK] Make SilentConfigurationUpgradeServiceTest notice free (thanks to Jan Helke)
  • 2018-03-15 a4bf48b3f3 [TASK] Make DirectoryNodeTest notice free (thanks to Jan Helke)
  • 2018-03-15 14f22fb611 [TASK] Make FileNodeTest notice free (thanks to Jan Helke)
  • 2018-03-15 5f253580ae [TASK] Use ServerRequestInterface in LogoutController (thanks to Łukasz Uznański)
  • 2018-03-15 70788c438b [TASK] Make LocalizationUtilityTest notice free (thanks to Jan Helke)
  • 2018-03-15 99a11af161 [TASK] Make ClassNamingUtilityTest notice free (thanks to Jan Helke)
  • 2018-03-15 043a850c58 [TASK] Make AbstractNodeTest notice free (thanks to Jan Helke)
  • 2018-03-15 e470421bc9 [TASK] Make LinkNodeTest notice free (thanks to Jan Helke)
  • 2018-03-15 f63c4fe805 [FEATURE] Add debug attribute to RenderViewHelper (thanks to Frank Naegler)
  • 2018-03-15 9baff3a631 [TASK] Make LocalizationFactoryTest notice free (thanks to Jan Helke)
  • 2018-03-15 5dc1db3f26 [BUGFIX] Use correct identifier for page tree icons binding (thanks to Tymoteusz Motylewski)
  • 2018-03-15 607cd36d05 [TASK] Use ServerRequestInterface in File/CreateFolderController (thanks to Anja)
  • 2018-03-15 72805b4d73 [TASK] Use ServerRequestInterface in FileSystemNavigationFrameController (thanks to Łukasz Uznański)
  • 2018-03-15 93b4b08c8f [TASK] Activate email validation for pages.author_email (thanks to Josef Glatz)
  • 2018-03-15 b0dabf76df [TASK] Make LocallangXmlParserTest notice free (thanks to Sascha Löffler)
  • 2018-03-15 8d402303ac [TASK] Extract html into fluid template from TS debug module in admin panel (thanks to Joerg Boesche)
  • 2018-03-15 d5c485f61a [BUGFIX] Fix redirect after page/content move (thanks to Mathias Brodala)
  • 2018-03-15 4d112f05c6 [BUGFIX] LinkHandler creates wrong TS configuration (thanks to Stefan Froemken)
  • 2018-03-15 0e414cc772 [TASK] Notice free ExtensionUtility testing (thanks to Anja)
  • 2018-03-15 0e82e2eac2 [TASK] Throw exception when StringUtility is called with array (thanks to Sascha Löffler)
  • 2018-03-15 9ccc71963b [BUGFIX] Make RecordBrowser highlight selected record again (thanks to Stanislas Rolland)
  • 2018-03-15 63699280fb [BUGFIX] Accept configuration for external plugins from presets in ckeditor (thanks to Marcus Schwemer)
  • 2018-03-15 939b417cfe [BUGFIX] Apply potential changes after form editor save operation (thanks to Ralf Zimmermann)
  • 2018-03-14 138f2978b8 [BUGFIX] Database compare must show errors (thanks to Guido Schmechel)
  • 2018-03-14 662fb9ae46 [BUGFIX] Restore getUrl support for list of headers (thanks to Felix Buenemann)
  • 2018-03-14 d8e0000ffe [TASK] Remove Install Tool password from module "All Configuration" (thanks to Georg Ringer)
  • 2018-03-14 1a74c8c9d3 [BUGFIX] Correctly reference sys_file_metadata.language in TCA (thanks to Christian Heindl)
  • 2018-03-14 6afc180dc4 [TASK] Use ServerRequestInterface in EditDocumentController (thanks to Christian Kuhn)
  • 2018-03-14 a69bf8487b [TASK] Streamline/Fix backend labels by removing superfluous colons (thanks to Josef Glatz)
  • 2018-03-14 06309bb5b9 [BUGFIX] Make hidden records searchable in top search (thanks to Georg Ringer)
  • 2018-03-14 6e541848ed [BUGFIX] Create instance of ToggleSearchToolbox (thanks to Andreas Fernandez)
  • 2018-03-14 bf0a40e11a [BUGFIX] Remove HTML from Install Tool ajax response. (thanks to Georg Ringer)
  • 2018-03-13 64e526f16c [TASK] Add missing documentation files and correct errors (thanks to Susanne Moog)
  • 2018-03-13 5c834a117b [BUGFIX] Ensure TSconfig order is identical in BE and FE (thanks to Markus Klein)
  • 2018-03-13 0162ff19ab [BUGFIX] Handle config.absRefPrefix on JS/CSS files correctly again (thanks to Oliver Hader)
  • 2018-03-12 b24e396c23 [BUGFIX] Add upgrade wizard to keep sorting of sys_language records (thanks to Georg Ringer)
  • 2018-03-12 8481521068 [TASK] Apply code cleanup (thanks to Ralf Zimmermann)
  • 2018-03-12 ba35a50bd4 [TASK] Add functional test for runtimeActivatedPackages (thanks to Nicole Cordes)
  • 2018-03-12 6cf7d7ee86 [TASK] Extract html into fluid template from cache module in admin panel (thanks to Joerg Boesche)
  • 2018-03-12 936da124a2 [TASK] Render tags in ReST files (thanks to Andreas Fernandez)
  • 2018-03-12 cb1e3c43c9 [TASK] Sort tags in „View Upgrade Documentation“ by name (thanks to Andreas Fernandez)
  • 2018-03-12 0266fb8b88 [BUGFIX] Add missing element description field to form editor (thanks to Benjamin Kott)
  • 2018-03-12 5213075964 [BUGFIX] Correct automatic grid column calculation for forms (thanks to Benjamin Kott)
  • 2018-03-12 cd2eead7e7 [BUGFIX] Update fluid from 2.5.2 to 2.5.3 (thanks to Christian Kuhn)
  • 2018-03-12 56fc433cac [BUGFIX] Streamline package management in PackageManager (thanks to Nicole Cordes)
  • 2018-03-12 2b19fdb6ab [BUGFIX] For links across domains check if absRefPrefix is set (thanks to Stefan Neufeind)
  • 2018-03-12 1861b16d0a [BUGFIX] Two forgotten calls use inline action map (thanks to Christian Kuhn)
  • 2018-03-11 72c3121bfd [BUGFIX] Protect a forgotten AbstractFormEngineAjaxController method (thanks to Christian Kuhn)
  • 2018-03-11 14bcf6a2b9 [TASK] Move IRRE actions to a map and export inline (thanks to Andreas Fernandez)
  • 2018-03-10 54f807d70d [BUGFIX] Unify value for $report['lib'] to GuzzleHttp (thanks to Felix Buenemann)
  • 2018-03-09 0483c4af5c [BUGFIX] Simulate submit button for rsaauth form submit (thanks to Nicole Cordes)
  • 2018-03-09 7eaed349a2 [BUGFIX] Set correct default connection charset "utf8" (thanks to Wolfgang Klinger)
  • 2018-03-09 d2c0ea7db3 [BUGFIX] Properly HTML encode site name in page module (thanks to Helmut Hummel)
  • 2018-03-09 d0cbf05010 [TASK] Remove duplicate IconFactory instantiation (thanks to Ralf Zimmermann)
  • 2018-03-09 80cf626b6a [BUGFIX] Assign elementClassAttribute to ImageUpload element (thanks to Benjamin Kott)
  • 2018-03-09 4aaf588ae3 [BUGFIX] Proper returnUrl editing permissions from context menu (thanks to Christian Kuhn)
  • 2018-03-09 38dd00b0f1 [BUGFIX] Do not mark "current" links as broken (thanks to Susanne Moog)
  • 2018-03-08 43cda8c440 [BUGFIX] Let RedirectCacheService not rely on having redirects cached (thanks to Andreas Fernandez)
  • 2018-03-08 7fb4977bf5 [BUGFIX] DatabaseRecordLinkBuilder respect now other typoscript settings (thanks to René Pflamm)
  • 2018-03-08 a388232d1d [TASK] Decouple Bootstrap and Application engaging a PSR-11 container (thanks to Benjamin Franzke)
  • 2018-03-08 d6ff441c5c [BUGFIX] Assign elementErrorClassAttribute to ImageUpload and FileUpload element (thanks to Benjamin Kott)
  • 2018-03-08 cb59ac9dd7 [BUGFIX] Allow empty date/time in strict database modes (thanks to Oliver Hader)
  • 2018-03-08 834f936808 [BUGFIX] Allow range options to work for date/time fields (thanks to Jigal van Hemert)
  • 2018-03-08 e0037bef94 [BUGFIX] Recycler selectall feature has wrong data in rst file (thanks to Oskar Dydo)
  • 2018-03-08 cd694a885b [TASK] Migrate ModuleMenu to TypeScript (thanks to Andreas Fernandez)
  • 2018-03-08 ea406050de [BUGFIX] Remove a duplicate ReST file (thanks to Christian Kuhn)
  • 2018-03-08 bed7b8005b [BUGFIX] Change getUrl() $report['content_type'] to string (thanks to Felix Buenemann)
  • 2018-03-08 a995ab1f96 [BUGFIX] Catch all exceptions in page module of form framework (thanks to Ralf Zimmermann)
  • 2018-03-08 b937df29ee [TASK] Fix a little grammar issue. (thanks to Robert Wildling)
  • 2018-03-08 b3190c3b8e [!!!][BUGFIX] Fix wrong error path of validation (thanks to Daniel Siepmann)
  • 2018-03-08 851d7ef430 [BUGFIX] Convert URLs to punycode (thanks to Sybille Peters)
  • 2018-03-08 5400029f90 [BUGFIX] Pass original extbase response object to form framework finishers (thanks to Benjamin Franzke)
  • 2018-03-08 2bba5cc7f3 [BUGFIX] Treat empty responses as error in GeneralUtility::getUrl (thanks to Felix Buenemann)
  • 2018-03-07 3daaf6c8c5 [TASK] Merge the package DependencyResolver into the PackageManager (thanks to Benjamin Franzke)
  • 2018-03-07 9d34db4ec7 [BUGFIX] Revert "[BUGFIX] Fix recursive FLUIDTEMPLATE cObj's that use layoutRootPaths" (thanks to Benjamin Franzke)
  • 2018-03-07 2925dd16d8 [FEATURE] Extract admin panel to own extension (thanks to Susanne Moog)
  • 2018-03-07 27bdf3e12d [BUGFIX] Avoid E_NOTICE reporting in ArrayUtility (thanks to Ralf Zimmermann)
  • 2018-03-07 97deaa23fb [BUGFIX] Show icon in the page tree when page is edited by other user (thanks to Tymoteusz Motylewski)
  • 2018-03-07 cbda51a703 [BUGFIX] Use the real page id for doesPageHaveUnallowedTables check (thanks to Wolfgang Klinger)
  • 2018-03-07 32c5bdfe14 [TASK] Update TYPO3 Icons to 1.6.0 (thanks to Susanne Moog)
  • 2018-03-07 c124baeb78 [TASK] Update Fluid dependency to 2.5.2 (thanks to Claus Due)
  • 2018-03-07 4b1bd17d40 [BUGFIX] Avoid E_NOTICE reporting in ArrayUtility (thanks to Ralf Zimmermann)
  • 2018-03-07 f10f551b51 [FEATURE] Introduce an Environment API class (thanks to Benni Mack)
  • 2018-03-07 64f8e8d241 [!!!][TASK] Remove language related JavaScript files (thanks to Andreas Fernandez)
  • 2018-03-07 e10bee1f94 [TASK] Migrate LiveSearch to TypeScript (thanks to Andreas Fernandez)
  • 2018-03-07 1c22987da8 [BUGFIX] Call only clickOnLabel() in SVG based trees (thanks to Andreas Fernandez)
  • 2018-03-06 60a68a50d7 [BUGFIX] Avoid associative array to be used in LocalizationUtility (thanks to Oliver Hader)
  • 2018-03-06 7e00cefe04 [TASK] Use correct issue reference in allowLanguageSynchronization documentation (thanks to Oliver Hader)
  • 2018-03-06 f33720465a [BUGFIX] Upgrade Wizard must work also on records marked as deleted (thanks to Christian Toffolo)
  • 2018-03-06 d3c12b7945 [BUGFIX] RootlineUtility only resolves defined relation fields (thanks to Benni Mack)
  • 2018-03-06 7ef327081a [FEATURE] Add button to select all records (thanks to Łukasz Uznański)
  • 2018-03-05 861e6c02c9 [TASK] Remove unused folder tree view option (thanks to Christian Kuhn)
  • 2018-03-05 602d9e4b2c [TASK] bamboo: Hard kill php web server processes (thanks to Christian Kuhn)
  • 2018-03-05 80f602fdb1 [TASK] Set COMPOSER_ROOT_VERSION to 9.2.0@dev for bamboo (thanks to Benjamin Franzke)
  • 2018-03-05 f3eca0951b [TASK] Do not reinitialize cache and package manager in clearAllCache (thanks to Benjamin Franzke)
  • 2018-03-05 0cfc6e1521 [TASK] Synchronize RST files (thanks to Christian Kuhn)
  • 2018-03-05 b3ef7c69c1 [BUGFIX] Access trigger element in modal correctly (thanks to Andreas Fernandez)
  • 2018-03-05 780c30294b [!!!][TASK] Make language module part of install extension (thanks to Christian Kuhn)
  • 2018-03-05 db6bfaf79e [BUGFIX] Remove double encoding of upgrade wizard. (thanks to Georg Ringer)
  • 2018-03-05 590c3a4b46 [TASK] Cleanup code imports for all workspaces classes (thanks to Benni Mack)
  • 2018-03-05 f3d273d67e [BUGFIX] Allow multi-byte characters in live search (thanks to Sven Burkert)
  • 2018-03-05 8958732a90 [TASK] Migrate Toolbar/ShortcutMenu to TypeScript (thanks to Andreas Fernandez)
  • 2018-03-05 b998ae494c [TASK] Localize preview boxes (thanks to Stephan Großberndt)
  • 2018-03-05 9b5ce1b816 [TASK] Migrate ValueSlider to TypeScript (thanks to Andreas Fernandez)
  • 2018-03-04 6a41fdab8a [TASK] Migrate Toolbar/SystemInformationMenu to TypeScript (thanks to Andreas Fernandez)
  • 2018-03-04 76dd0d781f [TASK] Migrate Toolbar/ClearCacheMenu to TypeScript (thanks to Andreas Fernandez)
  • 2018-03-04 3b39a1a94f [TASK] Refactor AdminPanelView - remove module specifics (thanks to Susanne Moog)
  • 2018-03-03 13260d99ad [FEATURE] Make position of sys notes configurable (thanks to Georg Ringer)
  • 2018-03-03 a25e07a49e [BUGFIX] Have extractFileInformation extract atime only once (thanks to Guido Schmechel)
  • 2018-03-03 34f2684999 [TASK] Remove comments that contain v4 or FLOW information (thanks to Benjamin Franzke)
  • 2018-03-03 61a63389ad [FEATURE] Add absolute option to typolink VHs (thanks to Benni Mack)
  • 2018-03-03 03516bcc9c [TASK] Remove unnecessary parentheses (thanks to Frank Naegler)
  • 2018-03-02 381c8a0e0b [TASK] Add missing license headers to new PHP files (thanks to Benni Mack)
  • 2018-03-02 42a78bd9be [TASK] Don't mark ConnectionPool::getConnectionByName() as internal (thanks to Georg Ringer)
  • 2018-03-02 99d32c80fa [BUGFIX] Use correct variables of sys_note records (thanks to Georg Ringer)
  • 2018-03-02 e6f470ebd2 [TASK] Improve TranslateViewHelper compiling (thanks to Mathias Brodala)
  • 2018-03-02 321f5cbb96 [TASK] Remove unnecessary parentheses (thanks to Wouter Wolters)
  • 2018-03-02 a42e5eca52 [TASK] Add feature switch "unifiedPageTranslationHandling" (thanks to Benni Mack)
  • 2018-03-02 016afcdd62 [TASK] Improve LocalizationUtility logic and feedback (thanks to Claus Due)
  • 2018-03-01 852ad1d9ad [TASK] Improve TranslateViewHelper compiling (thanks to Claus Due)
  • 2018-03-01 17c4580cec [BUGFIX] Add +repage option when cropping images (thanks to Frans Saris)
  • 2018-03-01 250ff31741 [BUGFIX] Fix imagemagick commands when setting stripProfile to "0" (thanks to Paul Golmann)
  • 2018-03-01 840f127513 [BUGFIX] Properly append/prepend with "addRecord" wizard (thanks to Mathias Brodala)
  • 2018-03-01 e3454ccc8e [TASK] Stop monkey patching CacheManager configuration in InstallTool (thanks to Benjamin Franzke)
  • 2018-03-01 afe1c84fcb [TASK] Put commit hooks into Build/git-hooks directory (thanks to Sybille Peters)
  • 2018-03-01 c0497fac00 [TASK] Update typo3fluid/fluid to 2.5.1 (thanks to Markus Klein)
  • 2018-03-01 96da725acc [BUGFIX] Rename an 'important...rst' to 'Important...rst' (thanks to Christian Kuhn)
  • 2018-03-01 0723ba06b5 [BUGFIX] Remove undocumented values from Soft Reference Index data (thanks to Markus Klein)
  • 2018-03-01 3bea9e18c1 [TASK] Move Page ID resolving to PSR-15 middleware (thanks to Benni Mack)
  • 2018-03-01 02495b1c6d [BUGFIX] Fix linktype selection in Linkvalidator report (thanks to Sybille Peters)
  • 2018-03-01 bac134620f [TASK] Decouple SystemEnvironmentBuilder from Bootstrap (thanks to Benjamin Franzke)
  • 2018-03-01 eabae6ab0e [TASK] Make stateless Bootstrap methods static (thanks to Benjamin Franzke)
  • 2018-03-01 48eec022c4 [TASK] Use null comparison instead of is_null (thanks to Wouter Wolters)
  • 2018-03-01 56e1be65e1 [TASK] Remove implement statement if parent already implements the interface (thanks to Wouter Wolters)
  • 2018-03-01 414da0a23e [TASK] Remove unused use statements (thanks to Wouter Wolters)
  • 2018-03-01 c7806eef63 [TASK] Migrate OnlineMedia to TypeScript (thanks to Andreas Fernandez)
  • 2018-03-01 6a4b293372 [TASK] Migrate ContextMenuActions to TypeScript (thanks to Andreas Fernandez)
  • 2018-03-01 6c2423e7af [TASK] Migrate AjaxDataHandler to TypeScript (thanks to Andreas Fernandez)
  • 2018-03-01 a0787e3a4a [TASK] Clean up workspace preview top bar (thanks to Benni Mack)
  • 2018-03-01 6f600d3fe5 [BUGFIX] Finalize rowDescription for sys_file_collection (thanks to Josef Glatz)
  • 2018-02-28 c882e1cab2 [BUGFIX] Return correct query part in ContentObjectRenderer::searchWhere (thanks to Georg Ringer)
  • 2018-02-28 c90ead9abd [BUGFIX] Add space in lockedRecords messages for translated languages (thanks to Josef Glatz)
  • 2018-02-28 8acdac4323 [TASK] Notification change for chrome is Important, not Breaking (thanks to Christian Kuhn)
  • 2018-02-28 dcccb0475b [TASK] Consistently retrieve ApplicationContext from GeneralUtility (thanks to Benjamin Franzke)
  • 2018-02-28 eab3531790 [!!!][BUGFIX] Allow browser notifications only on encrypted connection (thanks to Frank Naegler)
  • 2018-02-28 c58e8da7d7 [TASK] Inject requestId into LogRecords (thanks to Benjamin Franzke)
  • 2018-02-28 2db77448d8 [!!!][TASK] Remove request type specific code in Bootstrap (thanks to Benjamin Franzke)
  • 2018-02-28 fd28147d96 [BUGFIX] Avoid renumbering array keys on writing configuration (thanks to Helmut Hummel)
  • 2018-02-28 05fd022f89 [TASK] Improve strictness of resource access blocking in _.htaccess (thanks to Markus Klein)
  • 2018-02-28 a15ddcf552 [!!!][TASK] Migrate sys_notes away from extbase (thanks to Georg Ringer)
  • 2018-02-28 5fbab6b61b [TASK] Log warning if a custom BE login image couldn't be resolved (thanks to Tobias Kretschmann)
  • 2018-02-28 537d74cf03 [FEATURE] Provide VH to render icons for resources (thanks to Georg Ringer)
  • 2018-02-28 c5d57feb63 [BUGFIX] Initiate correct storage of processed file during reconstitution (thanks to Frans Saris)
  • 2018-02-28 fff0d7a7df [BUGFIX] Make sure that mass actions actually process all changes (thanks to Benedikt Huß)
  • 2018-02-28 b7966ee02c [TASK] Remove unused workspace_preview DB field (thanks to Benni Mack)
  • 2018-02-28 6c378590ca [TASK] Migrate Viewport to TypeScript (thanks to Andreas Fernandez)
  • 2018-02-28 f55547dd53 [TASK] Update jQuery 3.2.1 ❯ 3.3.1 (thanks to Frank Naegler)
  • 2018-02-28 f0f8f0b7ec [BUGFIX] Trigger 404 for subpage shortcuts w/o subpages (thanks to Claus Due)
  • 2018-02-28 c1eda7cf85 [TASK] Upgrade grunt-contrib-uglify 2.0.0 ❯ 3.3.0 (thanks to Andreas Fernandez)
  • 2018-02-28 df93770106 [BUGFIX] Avoid PHP warnings within DatePickerViewHelper (thanks to Ralf Zimmermann)
  • 2018-02-28 e9bddaf6c0 [TASK] Update chosen-js 1.8.2 ❯ 1.8.3 (thanks to Frank Naegler)
  • 2018-02-28 3eff062e99 [TASK] Move preview setting evaluation in separate method (thanks to Benni Mack)
  • 2018-02-27 733264c196 [TASK] Update build tool dependencies (thanks to Frank Naegler)
  • 2018-02-27 a44f2696f5 [TASK] Update @types definitions (thanks to Frank Naegler)
  • 2018-02-27 6f5d07d3ea [TASK] Update codemirror 5.33.0 ❯ 5.35.0 (thanks to Frank Naegler)
  • 2018-02-27 61df57efe9 [FEATURE] New API for the admin panel (thanks to Susanne Moog)
  • 2018-02-27 17fcf208c6 [BUGFIX] Correctly handle identical arrays in arrayDiffAssocRecursive (thanks to Markus Klein)
  • 2018-02-27 9a5643f359 [TASK] Migrate NewMultiplePages to TypeScript (thanks to Andreas Fernandez)
  • 2018-02-27 dc4069c675 [TASK] Streamline PHP assignments and comments (thanks to Benni Mack)
  • 2018-02-26 411c0f4691 [TASK] Migrate PageActions to TypeScript (thanks to Andreas Fernandez)
  • 2018-02-26 92120c8d93 [TASK] Migrate SplitButtons to TypeScript (thanks to Andreas Fernandez)
  • 2018-02-26 63d47c8d05 [BUGFIX] Declare arguments 3 - 5 in Icons.getIcon() as optional (thanks to Andreas Fernandez)
  • 2018-02-26 43b481ccb1 [TASK] Migrate DateTimePicker to TypeScript (thanks to Andreas Fernandez)
  • 2018-02-26 dd06aba851 [TASK] Migrate Modal to TypeScript (thanks to Andreas Fernandez)
  • 2018-02-26 55e0ad3a02 [BUGFIX] Prevent duplicating icons definition in the page tree (thanks to Paweł Rogowicz)
  • 2018-02-26 49aee1ae22 [TASK] Consolidate singleton retrieval (thanks to Benjamin Franzke)
  • 2018-02-26 92eba22075 [TASK] Migrate Toolbar to TypeScript (thanks to Andreas Fernandez)
  • 2018-02-26 4e7937b4f2 [TASK] Move workspaces preview hook to PSR-15 middleware (thanks to Benni Mack)
  • 2018-02-26 f060e856f4 [TASK] Call getDomainStartPage without third parameter (thanks to Benni Mack)
  • 2018-02-26 6b18e40b1b [TASK] Clean up user permission checking in FE request handling (thanks to Benni Mack)
  • 2018-02-26 da59154044 [TASK] Move workspace preview user to custom class (thanks to Benni Mack)
  • 2018-02-25 cb0837e777 [TASK] Update readme copyright date to 2018 (thanks to Guido Schmechel)
  • 2018-02-25 5e9728acbb [TASK] Use TSFE API methods for checking workspace preview (thanks to Benni Mack)
  • 2018-02-25 fd8621d3c7 [TASK] Use PSR-7 request params in viewpage module (thanks to Benjamin Franzke)
  • 2018-02-25 84e2034eec [TASK] Get rid of special fePreview=2 for workspaces (thanks to Benni Mack)
  • 2018-02-25 5f2526e714 [BUGFIX] Show workspace preview text again (thanks to Benni Mack)
  • 2018-02-24 b61679ac7c [TASK] Move evaluation of ADMCMD_noBeUser to workspace hook (thanks to Benni Mack)
  • 2018-02-24 85e59b072c [BUGFIX] Enable special workspace preview again (thanks to Benni Mack)
  • 2018-02-24 7768d5e760 [TASK] Remove last occurrences of default draft workspace (thanks to Benni Mack)
  • 2018-02-24 efeb346ea3 [BUGFIX] Fix page tree wrong height (thanks to Paweł Rogowicz)
  • 2018-02-23 3954155c9f [BUGFIX] Use Icon API for date picker icons (thanks to Frank Naegler)
  • 2018-02-23 037fe02f89 [FEATURE] EXT:Scheduler: Create task group from add/edit task form (thanks to Michael Oehlhof)
  • 2018-02-23 43a9f0cfc5 [BUGFIX] Fix timestamp handling in QueryGenerator (thanks to Reiner Teubner)
  • 2018-02-23 725d8d9f81 [TASK] Add data attributes in backend toolbar and menu components (thanks to Thomas Deuling)
  • 2018-02-23 84cdecc53e [FEATURE] Provide setting to hide restricted columns in page module (thanks to steffenk)
  • 2018-02-23 349a7fa4e4 [TASK] Do not repopulate $GLOBALS['TYPO3_CONF_VARS'] in installer (thanks to Benjamin Franzke)
  • 2018-02-23 109e8dc103 [TASK] Consolidate hooks in workspace preview (thanks to Benni Mack)
  • 2018-02-23 cbbf4aa5a6 [BUGFIX] Encode node name when editing in the page tree (thanks to Paweł Rogowicz)
  • 2018-02-23 f677ca2e75 [TASK] Streamline size of email fields (thanks to Guido Schmechel)
  • 2018-02-22 b84f377933 [TASK] Remove additional GET variables for sys_preview links (thanks to Benni Mack)
  • 2018-02-22 01a3d5a7b1 [TASK] Remove usage of extbase from viewpage module (thanks to Georg Ringer)
  • 2018-02-22 61485b714f [BUGFIX] Don't download language packs of not loaded extensions (thanks to Christian Kuhn)
  • 2018-02-22 94a5a0f9f4 [BUGFIX] Prevent repopulating TYPO3_CONF_VARS (thanks to Nicole Cordes)
  • 2018-02-21 1150b86ccf [BUGFIX] Set Severity object properly (thanks to Andreas Fernandez)
  • 2018-02-21 73bfbe1c04 [TASK] Unit tests: Do not rely on CacheManager instance (thanks to Christian Kuhn)
  • 2018-02-21 017e870ef6 [TASK] Migrate Notification to TypeScript (thanks to Andreas Fernandez)
  • 2018-02-21 37ada3dce7 [TASK] Remove unused ADMCMD_previewWS GET parameter (thanks to Benni Mack)
  • 2018-02-21 2f715fa211 [BUGFIX] Have ImageManipulationWizard return HTMLResponse (thanks to Mathias Schreiber)
  • 2018-02-21 928c481c84 [BUGFIX] Fix wrong type in "rootLevel" option (thanks to Armin Vieweg)
  • 2018-02-20 ffd75102e9 [TASK] Streamline deprecation handling in icon API (thanks to Oliver Hader)
  • 2018-02-20 859a46009e [BUGFIX] Avoid registering extension icons in IconRegistry (thanks to Oliver Hader)
  • 2018-02-20 2dd7f853aa [BUGFIX] Use sys_file as soft reference for formDefinitions (thanks to Ralf Zimmermann)
  • 2018-02-20 881b3fc053 [TASK] Streamline usage of form framework icons (thanks to Ralf Zimmermann)
  • 2018-02-20 813410bf44 [BUGFIX] Notice free FormEngine testing (thanks to Christian Kuhn)
  • 2018-02-20 bd4d2ed661 [BUGFIX] Refactor record querying in deep nested structures in recycler (thanks to Andreas Fernandez)
  • 2018-02-20 c05219a97d [BUGFIX] Add placeholder to date picker form elements (thanks to Ralf Zimmermann)
  • 2018-02-20 5cba4cbe3e [BUGFIX] Fix miscellaneous palette in pages table (thanks to Armin Vieweg)
  • 2018-02-20 fbf5650dc5 [BUGFIX] EXT:form - fix design glitches of new element modal (thanks to Andreas Steiger)
  • 2018-02-20 eba3530653 [BUGFIX] Adjust side-effects for TcaSelectItems test cases (thanks to Oliver Hader)
  • 2018-02-20 a00fd09dcd [BUGFIX] Ensures call of synchronizeFieldValues with valid arguments (thanks to Joerg Kummer)
  • 2018-02-20 2845b6a331 [BUGFIX] Notice free TcaSelectItems testing (thanks to Christian Kuhn)
  • 2018-02-20 3a7ffec2cb [TASK] Migrate Icons to TypeScript (thanks to Andreas Fernandez)
  • 2018-02-20 602a238887 [TASK] EXT:form - Rename "Vendor" javascript folder to "Contrib" (thanks to Ralf Zimmermann)
  • 2018-02-19 c4666a0b60 [TASK] Remove unused Bootstrap dependency from frontend request handler (thanks to Benjamin Franzke)
  • 2018-02-19 5ff6ca6154 [TASK] Remove ErrorIconViewHelper and move logic into model and template (thanks to Georg Ringer)
  • 2018-02-19 70e2d2f676 [BUGFIX] Use language fields as defined in TCA for „Duplicate“ (thanks to Andreas Fernandez)
  • 2018-02-19 05ba3c3ca0 [TASK] Catch exception in record editing if current record is deleted (thanks to Georg Ringer)
  • 2018-02-19 a8c2d0854f [TASK] Remove unused ViewHelpers from extension manager (thanks to Georg Ringer)
  • 2018-02-19 f7463c763b [TASK] Move BE User initialization into PSR-15 middleware (thanks to Benni Mack)
  • 2018-02-19 25b9253fc2 [TASK] Move FE User initialization into PSR-15 middleware (thanks to Benni Mack)
  • 2018-02-18 ff1c068ac5 [TASK] Migrate ToggleSearchToolbox to TypeScript (thanks to Andreas Fernandez)
  • 2018-02-18 f9152bc1e5 [TASK] Migrate Severity to TypeScript (thanks to Andreas Fernandez)
  • 2018-02-18 0a1f7db091 [TASK] Deprecate array handling in AbstractTreeView (thanks to Christian Kuhn)
  • 2018-02-18 96d3514f83 [TASK] Remove "Set" button in belog extension (thanks to Gianluigi Martino)
  • 2018-02-18 aa4ce89d52 [BUGFIX] Show links to missing records in InputLink (thanks to Alexander Opitz)
  • 2018-02-17 498f4118f7 [TASK] Add composer.json integrity check (thanks to Mathias Schreiber)
  • 2018-02-17 31e5d1f883 [BUGFIX] Synchronize root composer.json with ext:core composer.json (thanks to Christian Kuhn)
  • 2018-02-17 53315d5152 [TASK] Add CGL check for CSV fixtures (thanks to Mathias Schreiber)
  • 2018-02-17 da3b740b84 [TASK] Unify installation tests (thanks to Anja Leichsenring)
  • 2018-02-17 fbbec9b321 [FEATURE] Allow deactivation of FormDataProviders (thanks to Christian Kuhn)
  • 2018-02-17 62399539a4 [FEATURE] Allow deactivation of PSR-15 middlewares (thanks to Christian Kuhn)
  • 2018-02-17 85ab2f5bb3 [BUGFIX] Respect casing in CommandLineBackendUserRemovalUpdate (thanks to Anja Leichsenring)
  • 2018-02-17 8d8050e59a [TASK] Rewrite DragUploader in TypeScript (thanks to Andreas Wolf)
  • 2018-02-17 111c29f9d0 [TASK] Move HTML generation in RemoveUserViewHelper to the view (thanks to Georg Ringer)
  • 2018-02-17 2348992f8e [BUGFIX] Use correct content types in backend ajax and eID responses (thanks to Benjamin Franzke)
  • 2018-02-17 f0e1ca7f00 [TASK] Add UnitTest for Compatibility7ExtractionUpdate (thanks to Anja Leichsenring)
  • 2018-02-17 3b15704f97 [TASK] Migrate DocumentHeader to TypeScript (thanks to Andreas Fernandez)
  • 2018-02-17 12aef7c05c [BUGFIX] Fix CSV fixtures in core (thanks to Mathias Schreiber)
  • 2018-02-17 b6528d03ab [TASK] Test for dangling instances in unit test execution (thanks to Christian Kuhn)
  • 2018-02-16 c9206f8d28 [BUGFIX] Flacky acceptance test (thanks to Christian Kuhn)
  • 2018-02-16 19e23dcef4 [BUGFIX] Unit tests call parent::tearDown() (thanks to Christian Kuhn)
  • 2018-02-16 e487cf5269 [TASK] Create own response instance in controller actions (thanks to Christian Kuhn)
  • 2018-02-16 2b6a19eaee [TASK] Properly check for HTTPS (thanks to Alexander Opitz)
  • 2018-02-16 b18482918e [TASK] Deprecate TypoScriptFrontendController->page_cache_reg1 (thanks to Christian Kuhn)
  • 2018-02-16 cb4051c783 [TASK] Remove ClickMenuOnIconViewHelper of filelist extension (thanks to Georg Ringer)
  • 2018-02-16 d33c9f1da8 [BUGFIX] Fix table markup in DragDropUploader (thanks to Mathias Schreiber)
  • 2018-02-16 57d0ae7878 [TASK] Unit test DataHandler->clearPrefixFromValue() (thanks to Christian Kuhn)
  • 2018-02-16 d6b5453950 [CLEANUP] Remove obsolete fixtures of Fluid unit tests (thanks to Andreas Fernandez)
  • 2018-02-16 676ce0472d [TASK] Move FE OutputCompression to PSR-15 (thanks to Benni Mack)
  • 2018-02-15 83cdd7ff1a [TASK] Move TSFE Initialization into a PSR-15 middleware (thanks to Benni Mack)
  • 2018-02-15 9ba14d5bab [TASK] Change the label for scheduler "Save and create" (thanks to Tomas Norre Mikkelsen)
  • 2018-02-15 66e67f2254 [TASK] Simplify Frontend Request Handler (thanks to Benni Mack)
  • 2018-02-15 46205335b8 [BUGFIX] Correct check for install tool requests in bootstrap (thanks to Susanne Moog)
  • 2018-02-15 b4aa8b7f90 [TASK] Move "pageUnavailable_force" into a PSR-15 middleware (thanks to Benni Mack)
  • 2018-02-15 54d3af08df [TASK] Make PSR-15 middlewares use normalizedParams (thanks to Benni Mack)
  • 2018-02-15 ff7c2aa097 [BUGFIX] Remove side effects from ErrorController tests (thanks to Susanne Moog)
  • 2018-02-15 da4db433a4 [BUGFIX] Notice free InlineStackProcessor testing (thanks to Christian Kuhn)
  • 2018-02-15 a77b2e09e0 [TASK] Separate Error handling from TSFE (thanks to Benni Mack)
  • 2018-02-15 6362f63fc0 [TASK] Allow chaining in class ModuleTemplate (thanks to Christian Kuhn)
  • 2018-02-15 d31d3aa2c4 [TASK] Let Bamboo check for clean TypeScript build (thanks to Andreas Fernandez)
  • 2018-02-15 a531790d67 [TASK] Hide "Group by page" if only one page is shown in EXT:belog (thanks to Gianluigi Martino)
  • 2018-02-15 48da8ebc66 [BUGFIX] Show duplicate button only if it makes sense (thanks to Frank Naegler)
  • 2018-02-14 3d87028657 [TASK] Move check if workspaces extension is loaded to the controller (thanks to Georg Ringer)
  • 2018-02-14 cb97b111da [TASK] Set about module free from Extbase (thanks to Benni Mack)
  • 2018-02-14 1b31c26650 [TASK] Update typo3/cms-styleguide (thanks to Christian Kuhn)
  • 2018-02-14 5278a2351b [TASK] Show ordered PSR-15 middlewares in Configuration module (thanks to Benni Mack)
  • 2018-02-14 340f4eae96 [FEATURE] Add normalized server parameters to PSR-7 requests (thanks to Christian Kuhn)
  • 2018-02-14 3ca46352fe [TASK] Remove overkill extension classes in about module (thanks to Benni Mack)
  • 2018-02-14 c924fbdab7 [FEATURE] Add possibility to use session data in TS conditions (thanks to Wolfgang Klinger)
  • 2018-02-14 e514f4391e [!!!][TASK] Handle E_NOTICE free unit tests (thanks to Christian Kuhn)
  • 2018-02-14 e996070596 [BUGFIX] Cleanup Spool Mailer feature (thanks to Benni Mack)
  • 2018-02-13 fc321fe468 [TASK] Update typo3/testing-framework (thanks to Christian Kuhn)
  • 2018-02-13 d101e40f45 [BUGFIX] Remove console.log() from compiled InfoWindow.js (thanks to Andreas Fernandez)
  • 2018-02-13 aae95968ec [BUGFIX] Handle settings for report / check in linkvalidator (thanks to Thorben Nissen)
  • 2018-02-13 f7b516d0ab [FEATURE] Add interlace option for image conversion (thanks to Richard Haeser)
  • 2018-02-13 0f96900214 [BUGFIX] Add missing htmlspecialchars() calls and cleanup in QueryView (thanks to Stephan Großberndt)
  • 2018-02-13 743d678034 [TASK] Remove two unused settings from LocalConfiguration (thanks to Christian Kuhn)
  • 2018-02-13 6af66f1d77 [FEATURE] Add duplicate button (thanks to Willi Wehmeier)
  • 2018-02-13 85aa8905c1 [BUGFIX] Add missing space in regular expression (thanks to Wolfgang Klinger)
  • 2018-02-12 3900c7aec8 [BUGFIX] Fix backend user check in ProductionExceptionHandler (thanks to Benjamin Franzke)
  • 2018-02-12 eaa28ad108 [BUGFIX] Show ImageMagick command on failure (thanks to Tymoteusz Motylewski)
  • 2018-02-12 16440346de [TASK] Directly wire Application and RequestHandler (thanks to Benjamin Franzke)
  • 2018-02-12 b6dd5365f8 [TASK] Use Logging API for scheduler logging (thanks to Benni Mack)
  • 2018-02-12 e624c9334e [FEATURE] Add signal slot for user switch (thanks to René Bigler)
  • 2018-02-12 7c7ba1634d [BUGFIX] Catch __PHP_Incomplete_Class classes (thanks to Frank Naegler)
  • 2018-02-12 6c8a2df3e8 [TASK] Deprecate StringFrontend cache frontend (thanks to Claus Due)
  • 2018-02-12 3e46361099 [BUGFIX] Updated class name in scheduler docs (thanks to Michael Oehlhof)
  • 2018-02-12 ec15a3c608 [BUGFIX] Show hidden translated record only once in clipboard (thanks to Łukasz Uznański)
  • 2018-02-12 3adb75339a [BUGFIX] Convert eID null return values to a NullResponse (thanks to Benjamin Franzke)
  • 2018-02-12 c71c09ad99 [TASK] Fix escaping in documentation of EXT:scheduler (thanks to guppy42)
  • 2018-02-12 07739dbb3e [TASK] Use native array_replace_recursive implementation (thanks to Ralf Zimmermann)
  • 2018-02-12 0ec020ccd6 [BUGFIX] Handle Guzzle exceptions in linkvalidator (thanks to Sybille Peters)
  • 2018-02-12 f48414d367 [BUGFIX] Use file.identifier in search result of filelist (thanks to Andreas Fernandez)
  • 2018-02-12 4da9b04a9b [!!!][BUGFIX] Reorder processing of TCA select items (thanks to Stefan Froemken)
  • 2018-02-12 aa83d68004 [TASK] Skip test for Yaml PHP extension if not loaded (thanks to Susanne Moog)
  • 2018-02-12 dbd9dd2d0c [BUGFIX] Make it possible to translate selectMultipleSideBySide (thanks to Manuel Selbach)
  • 2018-02-12 e44f009ae4 [TASK] Move info popups to modal windows (thanks to Benjamin Kott)
  • 2018-02-12 1ea84aa18f [TASK] Unify Backend Request Handlers (thanks to Benni Mack)
  • 2018-02-12 07e566f08d [TASK] Update php-cs-fixer to v2.10.2 (thanks to Stefan Neufeind)
  • 2018-02-12 f6a34fe1eb [TASK] FE: Move Content-Length header to middleware (thanks to Benni Mack)
  • 2018-02-11 437015c5d1 [BUGFIX] Set default values in TCA of sys_file_collection (thanks to Andreas Fernandez)
  • 2018-02-11 4830763a5b [BUGFIX] HTML5: use self-closing tags only if allowed (thanks to Esteban Marín)
  • 2018-02-11 170287bfc3 [TASK] Popup file id on the right side of "File selector" (thanks to Gianluigi Martino)
  • 2018-02-11 7a5497596d [FEATURE] Add readonly and required attributes to TextareaViewHelper (thanks to Raphael Graf)
  • 2018-02-11 985d0a9e52 [BUGFIX] Fix quoting and cleanup in AdminPanelView (thanks to Stephan Großberndt)
  • 2018-02-11 95f9df580e [FEATURE] Integrate Swift Mailer's spool transport (thanks to Remo H)
  • 2018-02-11 0059eed589 [FEATURE] Allow setting a default replyTo-email-address (thanks to Stefan Neufeind)
  • 2018-02-10 f8fe8ccc81 [TASK] Apply uglify to TypeScript builds (thanks to Andreas Fernandez)
  • 2018-02-10 35e4d4e431 [TASK] Fix flaky Acceptance Tests (thanks to Anja Leichsenring)
  • 2018-02-10 8ac3aebd42 [BUGFIX] EXT:form - fix clicks on checkbox labels in IE/Edge (thanks to Mathias Brodala)
  • 2018-02-10 480161c8d3 [BUGFIX] Fix RTE CKEditor placements of dropdowns in Chrome (thanks to Benjamin Franzke)
  • 2018-02-10 b8a6ee1600 [BUGFIX] Check if UC of recycler was ever set (thanks to Andreas Fernandez)
  • 2018-02-10 4201623963 [TASK] Update UC in recycler only once per action (thanks to Andreas Fernandez)
  • 2018-02-10 104cee47f3 [BUGFIX] Correct horizontal scrolling in iframe on iOS browsers (thanks to Benjamin Kott)
  • 2018-02-10 8bea9120fd [BUGFIX] Fix false icons widths in FormEngine IconSelect (thanks to Mathias Schreiber)
  • 2018-02-10 6625430f11 [BUGFIX] Show active state for SelectIcons (thanks to Georg Ringer)
  • 2018-02-09 b615b0ae57 [BUGFIX] EXT:filelist Fixed exception when the base path does not exists (thanks to Michael Oehlhof)
  • 2018-02-09 852ee64976 [BUGFIX] Fix typo in field description SYS:ddmmyy (thanks to Reiner Teubner)
  • 2018-02-09 b103422261 [BUGFIX] Do not check HTTP referrer anymore (thanks to Michael Schams)
  • 2018-02-09 63e26be3ff [BUGFIX] Cast values always to string before applying through ini_set (thanks to Benjamin Kott)
  • 2018-02-09 201e0500b1 [TASK] Make extension scanner aware of the deprecated EidRequestHandler (thanks to Benjamin Franzke)
  • 2018-02-09 86c83fbf40 [BUGFIX] Add missing character in upgrade wizard SectionFrameToFrameClassUpdate (thanks to Pat)
  • 2018-02-09 e835a1e1f6 [BUGFIX] Use MissingArrayPathException in InheritancesResolverService (thanks to Christian Kuhn)
  • 2018-02-09 67944d64b3 [FEATURE] Add constraint hook in DatabaseRecordList->makeSearchString (thanks to Tomita Militaru)
  • 2018-02-08 728c4feda8 [TASK] Resolve Todos in InheritancesResolverService (thanks to rschueppel)
  • 2018-02-08 6efe839250 [BUGFIX] Align Storage “is_public” checkbox with checkbox styles (thanks to Mathias Schreiber)
  • 2018-02-08 9501ba138a [TASK] Use PSR-7 Response objects for external URL redirects (thanks to Benjamin Franzke)
  • 2018-02-08 6cc0b487f5 [TASK] Move BE-related bootstrap code to PSR-15 middleware (thanks to Benni Mack)
  • 2018-02-08 06fbb8cfe0 [BUGFIX] Allow silent upgrade service to migrate old displayErrors setting (thanks to Wouter Wolters)
  • 2018-02-08 d7c8f29104 [BUGFIX] Allow workspace preview inside another rootline (thanks to Alexander Opitz)
  • 2018-02-08 669f67d3f7 [TASK] Deprecate page.javascriptLibs.* (thanks to Frank Naegler)
  • 2018-02-08 e48b91c578 [BUGFIX] Remove usage of fluid legacy classes (thanks to Frank Naegler)
  • 2018-02-08 140e85ab71 [TASK] Improve file overwriting dialog of the filelist module (thanks to Gianluigi Martino)
  • 2018-02-08 ae6338feb4 [BUGFIX] Respect TSconfig option showHistory (thanks to Tymoteusz Motylewski)
  • 2018-02-08 41b9b1e8c5 [BUGFIX] Fix unset bits in options.alertPopup bitmask (thanks to Mathias Brodala)
  • 2018-02-08 585f361de6 [TASK] Rewrite eID handling as PSR-15 middleware (thanks to Benjamin Franzke)
  • 2018-02-08 c3efc046d5 [TASK] Show warning when deleting an element which has references (thanks to Anja Leichsenring)
  • 2018-02-08 4f17dd08dc [BUGFIX] Deprecate broken buildQueryParameters hook (thanks to Frank Naegler)
  • 2018-02-07 629d6fde47 [TASK] Add backwards-compatibility for old BE modules (thanks to Benni Mack)
  • 2018-02-07 835a317176 [BUGFIX] Remove wrong phpDoc for defineTypo3RequestTypes function (thanks to Wouter Wolters)
  • 2018-02-07 f70522cf99 [TASK] Rewrite the redirect handler as PSR-15 HTTP middleware (thanks to Benjamin Franzke)
  • 2018-02-07 5515ba25c5 [BUGFIX] Fix timetracker and pre-process middleware sequence (thanks to Benjamin Franzke)
  • 2018-02-07 2ce1dffbfb [TASK] Implement runtime_cache for DataHandler->recUpdateAccessCache (thanks to Thomas Hohn)
  • 2018-02-07 20678ebb83 [TASK] Use existing js listeners in page module (thanks to Daniel Windloff)
  • 2018-02-07 526f1795a6 [TASK] Reenable all additionals in video tag (thanks to Markus Sommer)
  • 2018-02-07 e993d07f77 [TASK] Unify layout of tables in submodules (thanks to Jasmina Ließmann)
  • 2018-02-07 755205b068 [TASK] Improve prevention of redirect loop (thanks to Christoph Lehmann)
  • 2018-02-07 825e5d3280 [TASK] Properly select Chinese (Simplified) in DatePicker.js (thanks to David Wong)
  • 2018-02-06 d5c7e42dd3 [TASK] Use TSFE->isBackendUserLoggedIn() instead of public variable (thanks to Benni Mack)
  • 2018-02-06 cdc66e19cc [TASK] Move frontend pre-process functionality to PSR-15 middleware (thanks to Benni Mack)
  • 2018-02-06 9266297fb9 [FEATURE] Add support for PSR-15 HTTP middlewares (thanks to Benjamin Franzke)
  • 2018-02-06 8bcf6b2985 [BUGFIX] Replace calls to the deprecated PHP function each() (thanks to Reiner Teubner)
  • 2018-02-05 78980d4c4a [BUGFIX] Only scan package base paths if subdirectories exist (thanks to Michael Oehlhof)
  • 2018-02-05 c61dcb5fe9 [BUGFIX] Forward header in DebugUtility:debug to renderDump (thanks to Georg Ringer)
  • 2018-02-05 e68ddc0be0 [TASK] Update screenshots in 'TYPO3 Manual' (thanks to Jasmina Liessmann)
  • 2018-02-05 77899870b6 [BUGFIX] EXT:form - fix array overrules within YAML preprocessing (thanks to Ralf Zimmermann)
  • 2018-02-05 308242ea7a [BUGFIX] Add missing DOM ready checks in filelist (thanks to Frank Naegler)
  • 2018-02-05 fa01dca9ab [BUGFIX] Improve ErrorHandlerTest handleErrorFetchesDeprecations (thanks to Nicole Cordes)
  • 2018-02-05 9f73c3a68e [TASK] Apply code formating for all JavaScript files (thanks to Frank Naegler)
  • 2018-02-05 42d45e6f61 [BUGFIX] Page module: Respect connected mode during drag & drop (thanks to Andreas Fernandez)
  • 2018-02-05 79a58ed075 [TASK] Update typo3fluid/fluid to 2.5.0 (thanks to Christian Kuhn)
  • 2018-02-04 6fbefa628f [BUGFIX] Prevent enforcing opened database connection with initCommands (thanks to Nicole Cordes)
  • 2018-02-04 c950cdefaa [BUGFIX] Add possibility to use session data in TS conditions (thanks to Wolfgang Klinger)
  • 2018-02-04 987a9eafb3 [BUGFIX] Re-apply colorspace to resulting image (thanks to Stefan Neufeind)
  • 2018-02-04 cecacc9a6e [FEATURE] Add toggle switches to FormEngine (thanks to Mathias Schreiber)
  • 2018-02-04 76aa66dd73 [BUGFIX] Provide Foldername in InaccessibleException (thanks to Mathias Schreiber)
  • 2018-02-04 0814406ddd [BUGFIX] Catch InvalidPathException for FileStorages (thanks to Mathias Schreiber)
  • 2018-02-04 7b0e70fe7f [BUGFIX] Access parent element in Element Browser correctly (thanks to Andreas Fernandez)
  • 2018-02-04 6b7c03854c [FEATURE] Allow flexible search in Suggest Wizard (thanks to Mathias Schreiber)
  • 2018-02-04 2e515c645c [BUGFIX] Don’t show translated pages in SuggestWizard (thanks to Mathias Schreiber)
  • 2018-02-04 665c0201c9 [TASK] Increase cache db backend blob (thanks to Christian Kuhn)
  • 2018-02-03 b48302a06d [TASK] Revert "Add support for PSR-15 HTTP middlewares" (thanks to Benni Mack)
  • 2018-02-03 75b84cfb82 [TASK] Revert "Move frontend pre-process functionality to PSR-15 middleware" (thanks to Benni Mack)
  • 2018-02-03 a1f5a2320c [TASK] Move frontend pre-process functionality to PSR-15 middleware (thanks to Benni Mack)
  • 2018-02-03 f22792ecee [FEATURE] Add support for PSR-15 HTTP middlewares (thanks to Benni Mack)
  • 2018-02-03 d02438773a [BUGFIX] Element Browser should only render default language pages (thanks to Benni Mack)
  • 2018-02-03 d59072a863 [BUGFIX] D3.js uses basic authentication credentials cached in browser (thanks to Tymoteusz Motylewski)
  • 2018-02-03 559a2a2b3b [TASK] Require "fluid" for "fluid_styled_content" (thanks to Thomas Löffler)
  • 2018-02-02 2f86c50c17 [BUGFIX] Apply proper button class to BE Layout Modal (thanks to Mathias Schreiber)
  • 2018-02-01 123846c0fb [TASK] Ensure HTTP RequestHandlers always return a PSR-7 Repsonse (thanks to Benjamin Franzke)
  • 2018-02-01 132605522b [BUGFIX] Fix "Select & upload files" button for FAL in flexform (thanks to Armin Vieweg)
  • 2018-02-01 b93b30a043 [FOLLOWUP][BUGFIX] Remove uglify of jquery-ui/sortable.js (thanks to Frank Naegler)
  • 2018-01-30 ff944bf90f [TASK] Set TYPO3 version to 9.2.0-dev (thanks to Oliver Hader)