Activity
From 2019-03-26 to 2019-04-24
2019-04-24
- 22:20 Revision 22b15998: [BUGFIX] Add extension suggestions to EXT:form
- EXT:form adds a ContextMenu provider which depends on classes of
EXT:filelist. As EXT:filelist is optional in Compose... - 22:08 Revision e031b0ba: [BUGFIX] Use correct value for remove function
- The function "remove" requires a string for the param $id,
but got an array.
Resolves: #87046
Releases: master, 9.5
... - 21:35 Revision 5a59afc3: [BUGFIX] Use correct value for remove function
- The function "remove" requires a string for the param $id,
but got an array.
Resolves: #87046
Releases: master, 9.5
... - 20:21 Revision d5f78fc9: [BUGFIX] Overlay workspace records in Live Search
- The live search in the top right corner should detect and find
records of the current workspace.
A protected method ... - 20:01 Revision d307784e: [BUGFIX] Overlay workspace records in Live Search
- The live search in the top right corner should detect and find
records of the current workspace.
A protected method ... - 12:55 Revision 412308e4: [BUGFIX] Sanitize undefined TCA columns required for data integrity
- TCA's 'ctrl' section allows to define several database columns that
shall be used to store according integrity inform... - 11:52 Revision 8206e725: [BUGFIX] Correction of the userdefined time range
- In the backend log view, the user-defined time range is recognized again.
Now the log entries observe the time limits... - 11:34 Revision c9a89537: [BUGFIX] Correction of the userdefined time range
- In the backend log view, the user-defined time range is recognized again.
Now the log entries observe the time limits...
2019-04-23
- 18:01 Revision 149cb289: [TASK] Streamline formatting of html templates
- The indentations in the HTML templates are out of control.
Even if we provide an EditorConfig, which should ensure
th... - 11:27 Revision f98d10aa: [BUGFIX] Make loading of depth in workspace module work for 0
- The implementation of storing the depth selection in the
workspace module did not account for the "This site"
option ... - 11:11 Revision cf623c4e: [TASK] Add missing fe_login hooks to docs
- Add the missing documentation of the hooks
* `password_changed` added in TYPO3 4.3
* `login_error` added in TYPO3 ... - 10:42 Revision 676d5f72: [TASK] Add missing fe_login hooks to docs
- Add the missing documentation of the hooks
* `password_changed` added in TYPO3 4.3
* `login_error` added in TYPO3 ... - 10:38 Revision 389a8db7: [BUGFIX] Make loading of depth in workspace module work for 0
- The implementation of storing the depth selection in the
workspace module did not account for the "This site"
option ...
2019-04-19
- 21:54 Revision bdeb4746: [BUGFIX] URL without base runs into a redirect loop
- Calling something like bla.example.com/?id=34&type=2
runs in a endless loop.
The change removes the restrictive redi... - 21:31 Revision af183b60: [!!!][TASK] Remove auto-unpublishing of workspaces
- Workspaces had a field called "unpublish_time" which was not accessible
for TYPO3 Core since TYPO3 4.5. The field was... - 20:35 Revision c84c91a4: [BUGFIX] Make CodeMirror search persistent
- Currently, when searching a term in CodeMirror (used in EXT:t3editor),
the search bar disappears when after the opera... - 16:35 Revision 67bce955: [BUGFIX] Make CodeMirror search persistent
- Currently, when searching a term in CodeMirror (used in EXT:t3editor),
the search bar disappears when after the opera... - 08:28 Revision 247cd2a9: [BUGFIX] Mark symfony/routing 4.2.7 as conflict
- Symfony/routing 4.2.7 changed routing behaviour, breaking backwards
compatibility and our implementation. Reported at... - 07:13 Revision 389bb407: [BUGFIX] Mark symfony/routing 4.2.7 as conflict
- Symfony/routing 4.2.7 changed routing behaviour, breaking backwards
compatibility and our implementation. Reported at...
2019-04-18
- 20:17 Revision f30e78fc: [BUGFIX] Don't show new button when adding a new record
- As there is no "pid" available, the new button on new
records should not be shown.
Resolves: #87721
Releases: master... - 16:42 Revision 69e65991: [BUGFIX] Ensure www.mydomain.com/index.php works
- Calling just "index.php" without "id" and "type" parameter
should work as expected, as before.
Resolves: #88028
Rele... - 16:35 Revision f89b96ef: [BUGFIX] Fix alias of SaltedPasswordsService
- A simple typo.
In TYPO3 v9.5 there need to be more adjustments done.
Resolves: #88007
Releases: master, 9.5
Change-... - 16:33 Revision 84287877: [BUGFIX] Don't show new button when adding a new record
- As there is no "pid" available, the new button on new
records should not be shown.
Resolves: #87721
Releases: master... - 16:18 Revision d06dee7e: [BUGFIX] Ensure www.mydomain.com/index.php works
- Calling just "index.php" without "id" and "type" parameter
should work as expected, as before.
Resolves: #88028
Rele... - 13:25 Revision 2d458ebe: [BUGFIX] URL without base runs into a redirect loop
- Calling something like bla.example.com/?id=34&type=2
runs in a endless loop.
The change removes the restrictive redi... - 09:24 Revision 53e2ea5b: [BUGFIX] Repair depth selection in workspace module
- This patch fixes a regression introduced with
https://review.typo3.org/#/c/Packages/TYPO3.CMS/+/60492/
Resolves: #43... - 08:48 Revision 1ff08c11: [BUGFIX] Repair depth selection in workspace module
- This patch fixes a regression introduced with
https://review.typo3.org/#/c/Packages/TYPO3.CMS/+/60492/
Resolves: #43... - 08:07 Revision f0239a42: [BUGFIX] Ensure PageRouter only operates with previous result
- If no previous result given, an exception should be thrown,
instead of a PHP error.
Resolves: #88133
Releases: maste...
2019-04-17
- 20:13 Revision afdeec13: [BUGFIX] Allow to check/uncheck all recipients in Workspace stage dialog
- The stage dialog shows various users relevent in a workspace that
should be notified. However, it is hard for editors... - 19:56 Revision 7729a04e: [BUGFIX] Allow to check/uncheck all recipients in Workspace stage dialog
- The stage dialog shows various users relevent in a workspace that
should be notified. However, it is hard for editors... - 19:22 Revision 192d0140: [BUGFIX] Store depth selector in workspace module in uc
- The depth selector is now stored in the users' UC, so the Persisent
Storage API can now be used easily.
This way, wh... - 18:56 Revision 0003ef20: [BUGFIX] Store depth selector in workspace module in uc
- The depth selector is now stored in the users' UC, so the Persisent
Storage API can now be used easily.
This way, wh... - 17:34 Revision e0b873cd: [BUGFIX] Check if language is accessible before uri generation
- Sites with error handling were not rendering the correct page for
disabled languages because an inaccessible language... - 17:19 Revision 14c0a18c: [BUGFIX] Check if language is accessible before uri generation
- Sites with error handling were not rendering the correct page for
disabled languages because an inaccessible language... - 11:08 Revision 0480e384: [BUGFIX] Ensure PageRouter only operates with previous result
- If no previous result given, an exception should be thrown,
instead of a PHP error.
Resolves: #88133
Releases: maste...
2019-04-16
- 08:46 Revision 9b3723b5: [BUGFIX] Simplify UX in Workspace Module
- Some minor remarks are changed within the Workspace
Module (ReviewController).
- The preview link in docheader now h... - 08:27 Revision e2893d80: [TASK] Add missing fe_login hooks to docs
- Add the missing documentation of the hooks
* `password_changed` added in TYPO3 4.3
* `login_error` added in TYPO3 ... - 07:56 Revision 880e7a0a: [BUGFIX] Apply quality settings for images
- When combining or scaling images, the quality
setting needs to be applied as well.
Resolves: #31664
Releases: master... - 07:55 Revision 491eaa65: [BUGFIX] Fix labels and field ordering of workspaces TCA
- Labels regarding sys_workspaces are now in the same file,
and the fields / tabs have been grouped to ensure workspace... - 07:38 Revision 8c012260: [BUGFIX] Simplify UX in Workspace Module
- Some minor remarks are changed within the Workspace
Module (ReviewController).
- The preview link in docheader now h...
2019-04-15
- 21:48 Revision 2e1de6b9: [FEATURE] Add properties changefreq and priority to XML sitemap entries
- The possibility to define the properties changefreq and priority for
XML sitemap entries has been implemented.
Resol... - 17:03 Revision c7712719: [BUGFIX] Fix labels and field ordering of workspaces TCA
- Labels regarding sys_workspaces are now in the same file,
and the fields / tabs have been grouped to ensure workspace... - 15:09 Revision 89a75c59: [BUGFIX] Apply quality settings for images
- When combining or scaling images, the quality
setting needs to be applied as well.
Resolves: #31664
Releases: master... - 10:43 Revision 1b37fb72: [BUGFIX] Allow adding content without page edit permissions
- Resolves: #87687
Releases: master, 9.5
Change-Id: I8113f3fa2facf6b21bc19ee1c445265c5ff4f4b4
Reviewed-on: https://revi...
2019-04-14
- 18:17 Revision 7b6f6b87: [BUGFIX] Fix serialization of loggers
- Only dealing with PHP file resource in writers is not
enough to properly initialize a logger on wakeup.
A logger has... - 18:01 Revision 39cabbf1: [BUGFIX] Use proper TYPO3_CONF_VARS IM option
- There is a copy/paste typo in LocalCropScaleMaskHelper,
which was introduced in TYPO3 v8.
The setting $TYPO3_CONF_VA... - 18:00 Revision 63c756ef: [BUGFIX] Prevent throwing warnings when extract svg image sizes
- TYPO3 should silently ignore errors and warnings in svg images.
Resolves: #86428
Releases: master, 9.5, 8.7
Change-I... - 17:59 Revision 0c731a36: [BUGFIX] Use finder instance correctly
- Within SiteTcaConfiguration, the $finder is now reused as much as
possible. A new clean instance is used for the indi... - 17:57 Revision 682c732a: [BUGFIX] Fix serialization of loggers
- Only dealing with PHP file resource in writers is not
enough to properly initialize a logger on wakeup.
A logger has... - 17:28 Revision d4c698c6: [BUGFIX] Use finder instance correctly
- Within SiteTcaConfiguration, the $finder is now reused as much as
possible. A new clean instance is used for the indi... - 17:17 Revision bc76058e: [BUGFIX] Prevent throwing warnings when extract svg image sizes
- TYPO3 should silently ignore errors and warnings in svg images.
Resolves: #86428
Releases: master, 9.5, 8.7
Change-I... - 16:32 Revision 31f0c407: [BUGFIX] Do not send empty scheduler status mails
- Due to a missing initialization, the status providers were not filled
in the status report in the scheduler task. The... - 16:27 Revision ae6936dd: [!!!][TASK] Replace config.persistence.classes typoscript
- This patch removes support for the configuration of
persistence related classes via typoscript. This is done
as typos... - 16:02 Revision daf7c74a: [BUGFIX] Use proper TYPO3_CONF_VARS IM option
- There is a copy/paste typo in LocalCropScaleMaskHelper,
which was introduced in TYPO3 v8.
The setting $TYPO3_CONF_VA... - 12:13 Revision a3533985: [TASK] Add tests for SiteBased translations in Extbase records
- As part of using the SiteBased translation model instead of
the legacy TypoScript settings, another test suite is add... - 11:57 Revision 68d3c311: [TASK] Add tests for SiteBased translations in Extbase records
- As part of using the SiteBased translation model instead of
the legacy TypoScript settings, another test suite is add...
2019-04-13
- 16:01 Revision 6c512f2e: [TASK] Migrate SelectElementTree to TypeScript
- This patch migrates FormEngine's SelectElementTree to TypeScript.
Also, a terrible hack that puts the local tree init...
2019-04-12
- 21:24 Revision f28bb698: [BUGFIX] Populate href lang URI only if the link is available
- If there are e.g., records that have no translation, the
HrefLangGenerator outputs the site-base URL. Expected is tha... - 20:33 Revision 5afb3940: [BUGFIX] Populate href lang URI only if the link is available
- If there are e.g., records that have no translation, the
HrefLangGenerator outputs the site-base URL. Expected is tha... - 20:30 Revision 3e99e42a: [BUGFIX] Catch TypeError on inlineCSS files
- If page.includeCSS.myfile.import = 1 is used, but no "media" is set, a TypeError
is thrown, which is now caught and p... - 20:19 Revision 959d7a39: [TASK] Add tests for pages.slug in workspaces tests
- In order to see the current behaviour in
workspaces when modifying pages, the slug
field is added to the existing "Re... - 20:13 Revision 8f8c632e: [FEATURE] Re-introduce mixed overlay mode for content fallback
- This "feature" solves a lot of issues, but I really wanted to make sure
to cover the generic issues around this topic... - 20:07 Revision f1171848: [BUGFIX] Catch TypeError on inlineCSS files
- If page.includeCSS.myfile.import = 1 is used, but no "media" is set, a TypeError
is thrown, which is now caught and p... - 19:50 Revision 064f9043: [FEATURE] Re-introduce mixed overlay mode for content fallback
- This "feature" solves a lot of issues, but I really wanted to make sure
to cover the generic issues around this topic... - 19:44 Revision df4bd3b6: [TASK] Add tests for pages.slug in workspaces tests
- In order to see the current behaviour in
workspaces when modifying pages, the slug
field is added to the existing "Re... - 08:48 Revision 6414ef98: [TASK] Migrate TYPO3/CMS/Extensionmanager/* to TypeScript
- Resolves: #88040
Releases: master
Change-Id: I5408c30fef735fe52a4b58bda3fb5b4d3b8e002e
Reviewed-on: https://review.ty... - 08:47 Revision 0bb4e8f0: [TASK] Migrate TYPO3/CMS/Impexp/* to TypeScript
- Resolves: #87915
Releases: master
Change-Id: I4a7fa727c47b85bfae728f0a1dab0e6e833063ce
Reviewed-on: https://review.ty... - 08:43 Revision b597dfe7: [TASK] Migrate TYPO3/CMS/Recycler/* to TypeScript
- Resolves: #88038
Releases: master
Change-Id: I0441df6756bb4950b7875c74eed0e5bfff7625a7
Reviewed-on: https://review.ty... - 01:54 Revision c09bd500: [BUGFIX] Do not use LSB in <f:form.select>
- <f:form.select.option> uses the FQDN::class
syntax, so late static binding (LSB) is leading
to side effects when exte... - 01:50 Revision d8fad3f5: [FEATURE] Allow config.cache.all = fe_users:current
- The existing TypoScript functionality config.cache.all = ... allows a list
of tables and PIDs to take into account ot... - 01:37 Revision 65099fb8: [BUGFIX] Do not use LSB in <f:form.select>
- <f:form.select.option> uses the FQDN::class
syntax, so late static binding (LSB) is leading
to side effects when exte...
2019-04-11
- 14:30 Revision 560f004e: [TASK] Fix typo in form documentation
- Releases: master, 9.5, 8.7
Resolves: #88115
Change-Id: Ia1ab566ef3ebeff69a680b750b8e2ab4e8c9aba6
Reviewed-on: https:/... - 14:20 Revision 4e96afd4: [TASK] Fix typo in form documentation
- Releases: master, 9.5, 8.7
Resolves: #88115
Change-Id: Ia1ab566ef3ebeff69a680b750b8e2ab4e8c9aba6
Reviewed-on: https:/... - 10:00 Revision 2cf488fe: [BUGFIX] Use proper path to install cli binary
- The cli binary path is changed to be located in TYPO3_PATH_WEB
instead of TYPO3_PATH_ROOT.
Releases: 9.5, master
Res... - 09:18 Revision 9487c117: [BUGFIX] Use proper path to install cli binary
- The cli binary path is changed to be located in TYPO3_PATH_WEB
instead of TYPO3_PATH_ROOT.
Releases: 9.5, master
Res... - 08:21 Revision 0bfcd25a: [BUGFIX] Add table name as prefix for language DB selection
- When building JOINs with TypoScript of tt_content or
any localized table, using "LEFTJOIN tt_content table2"
the lang...
2019-04-10
- 21:04 Revision 3fe30c41: [BUGFIX] Add table name as prefix for language DB selection
- When building JOINs with TypoScript of tt_content or
any localized table, using "LEFTJOIN tt_content table2"
the lang... - 14:57 Revision a454dc35: [BUGFIX] Allow FileInterface for ClickEnlarge ViewHelper
- Although the documentation and the internal
code allows File and FileReference, the functionality
requires a FileRefe... - 13:58 Revision 873eb5b0: [TASK] Repair examples
- Releases: master
Resolves: #88117
Change-Id: I5fa5da8f6697a74eda785c4655203f9d63c7b632
Reviewed-on: https://review.ty... - 13:54 Revision 5894cbb4: [BUGFIX] Allow FileInterface for ClickEnlarge ViewHelper
- Although the documentation and the internal
code allows File and FileReference, the functionality
requires a FileRefe... - 12:52 Revision 7fabc1dc: [BUGFIX] Use PageTitle API for indexed_search
- The value of indexedDocTitle was not updated when a title had been
generated by the PageTitle API. This simply writes... - 12:40 Revision a5cf7057: [TASK] Move felogin TypoScript and TSconfig
- Move all TypoScript and TSconfig from ext_localconf into separate files.
Resolves: #88105
Releases: master
Change-Id... - 11:04 Revision f04f4e80: [BUGFIX] Use PageTitle API for indexed_search
- The value of indexedDocTitle was not updated when a title had been
generated by the PageTitle API. This simply writes... - 09:28 Revision 1a7833f0: [BUGFIX] Ensure to properly catch any connection exception
- When e.g. a corrupt Database Connection is available
(MySQL down) and no connection is established, the Runtime
Excep... - 09:05 Revision 44a99315: [BUGFIX] Ensure to properly catch any connection exception
- When e.g. a corrupt Database Connection is available
(MySQL down) and no connection is established, the Runtime
Excep... - 07:34 Revision ccfdc567: [TASK] Fix typo in form documentation
- Releases: master, 9.5, 8.7
Resolves: #88115
Change-Id: Ia1ab566ef3ebeff69a680b750b8e2ab4e8c9aba6
Reviewed-on: https:/...
2019-04-09
- 21:06 Revision 5662356e: [BUGFIX] Fix handling menuConfig of LanguageMenuProcessor
- Use array_merge instead of union (+=) in order to
correctly handle overriding the menu configuration
of the LanguageM... - 20:42 Revision d85876bc: [BUGFIX] Fix handling menuConfig of LanguageMenuProcessor
- Use array_merge instead of union (+=) in order to
correctly handle overriding the menu configuration
of the LanguageM...
2019-04-08
- 21:03 Revision d425c97d: [TASK] Update columns in DocHeader bar
- Dropdown fields will now stay next to each other for
responsive views.
Resolves: #88065
Releases: master, 9.5
Change... - 20:46 Revision 3d73c1c7: [TASK] Update columns in DocHeader bar
- Dropdown fields will now stay next to each other for
responsive views.
Resolves: #88065
Releases: master, 9.5
Change... - 12:07 Revision 69b3f046: [BUGFIX] Reenable Page TSconfig setting mod.web_list.hideTranslations
- This regression fix reenables the setting mod.web_list.hideTranslations to
enable administrators to hide translations... - 12:04 Revision baf328e4: [TASK] Migrate TYPO3/CMS/Linkvalidator/* to TypeScript
- Resolves: #87920
Releases: master
Change-Id: Ibb3d28e85b6beddfd4bacca8303cca51c46ac6b3
Reviewed-on: https://review.ty... - 11:47 Revision 2df8bdce: [BUGFIX] Reenable Page TSconfig setting mod.web_list.hideTranslations
- This regression fix reenables the setting mod.web_list.hideTranslations to
enable administrators to hide translations...
2019-04-05
- 20:38 Revision 0c085647: [BUGFIX] Refine build architecture
- TypeScript:
Due to issues with upcoming TypeScript versions, the TypeScript sources
are moved into the Build director... - 20:37 Revision 7bbbb2fc: [BUGFIX] Fix null coalesce evaluation in PageLayoutView::getLocalizedPageTitle()
- This commit fixes a usage of the null coalesce operator within a condition.
Resolves: #88092
Related: #84375
Release... - 19:12 Revision 5600691c: [BUGFIX] Fix null coalesce evalutation in PageLayoutView::getLocalizedPageTitle()
- This commit fixes a usage of the null coalesce operator within a condition.
Resolves: #88092
Related: #84375
Release... - 19:11 Revision 59c9fc52: [BUGFIX] DB check - search query, array handling on operator change
- Exception is thrown when changing the operator from an array handling one
to a string handling. ("is in list" to "equ... - 18:52 Revision 4e807a8a: [BUGFIX] Deliver detected file type for IM identify
- Although not used in TYPO3 Core directly, the identify
command by ImageMagick now delivers the file extension
from IM... - 18:46 Revision 79daeba7: [BUGFIX] Use SiteFinder in SearchController for getting all languages
- The SiteFinder must be used instead of only fetching all languages from
sys_language.
Resolves: #87999
Releases: mas... - 18:17 Revision ca25f1c1: [TASK] Remove superfluous function calls in page module
- Resolves: #88091
Releases: master, 9.5
Change-Id: I3261190c1214dece4dce5d208a54af2b14b3aa0e
Reviewed-on: https://revi... - 18:12 Revision d0daf82c: [BUGFIX] DB check - search query, array handling on operator change
- Exception is thrown when changing the operator from an array handling one
to a string handling. ("is in list" to "equ... - 17:54 Revision 3935317b: [TASK] Remove superfluous function calls in page module
- Resolves: #88091
Releases: master, 9.5
Change-Id: I3261190c1214dece4dce5d208a54af2b14b3aa0e
Reviewed-on: https://revi... - 17:50 Revision c6d4b0d9: [BUGFIX] Use SiteFinder in SearchController for getting all languages
- The SiteFinder must be used instead of only fetching all languages from
sys_language.
Resolves: #87999
Releases: mas... - 17:38 Revision ce8f872d: [TASK] Handle configured error level only in error handler
- Currently there is no way to determine the error level of a previously
registered error handler.
The commit helps ch... - 17:09 Revision 5913f4d9: [TASK] Handle configured error level only in error handler
- Currently there is no way to determine the error level of a previously
registered error handler.
The commit helps ch... - 17:08 Revision 9c5a7dc2: [TASK] Remove limit in be_groups fields
- With this change, there are no more restrictions
in TCA within the be_groups.
Resolves: #87967
Releases: master, 9.5... - 16:10 Revision b43d286a: [BUGFIX] Use Sitematcher to fetch available languages
- EXT:viewpage must use the SiteMatcher to get the available languages.
The join functionality has been removed as wel... - 16:00 Revision 4887ec57: [TASK] Remove limit in be_groups fields
- With this change, there are no more restrictions
in TCA within the be_groups.
Resolves: #87967
Releases: master, 9.5... - 15:49 Revision 4da2dec4: [BUGFIX] Do not use native `closest()` due to missing browser support in IE
- Internet Explorer doesn't support `closest()` on HTMLElement objects.
This commit makes use of jQuery where necessary... - 15:18 Revision fcf9bbff: [TASK] Adjust documentation for custom routing enhancer registration
- Correct example TYPO3_CONF_VARS configuration for custom route enhancers
registration.
Releases: master, 9.5
Resolve... - 15:13 Revision 3f03e955: [BUGFIX] Improved visibility error message in install tool
- Removed the absolute positioning of the error page to avoid unexpected
behavior when rendered in an encapsulated comp... - 14:57 Revision ce623302: [TASK] Adjust documentation for custom routing enhancer registration
- Correct example TYPO3_CONF_VARS configuration for custom route enhancers
registration.
Releases: master, 9.5
Resolve... - 14:41 Revision 830853ab: [BUGFIX] Improved visibility error message in install tool
- Removed the absolute positioning of the error page to avoid unexpected
behavior when rendered in an encapsulated comp... - 14:39 Revision 07770c5d: [BUGFIX] Remove hard coded path to LocalConfiguration.php
- Instead of hard coding the path, the ConfigurationManager API
ist now used.
Resolves: #88089
Releases: master, 9.5
C... - 14:18 Revision f570ff6b: [BUGFIX] Show correct timestamp in file replace dialog
- The property lastModifiedDate was removed by some browsers. With this
change its existence will be checked and the pr... - 13:38 Revision 679c1fa6: [BUGFIX] Remove hard coded path to LocalConfiguration.php
- Instead of hard coding the path, the ConfigurationManager API
ist now used.
Resolves: #88089
Releases: master, 9.5
C... - 13:30 Revision a222604e: [BUGFIX] Show correct timestamp in file replace dialog
- The property lastModifiedDate was removed by some browsers. With this
change its existence will be checked and the pr... - 12:33 Revision c9ed8f45: [BUGFIX] Show correct timestamp in file replace dialog
- The property lastModifiedDate was remove by some browsers, thus with
this change if will be checked and the proper pr...
2019-04-03
- 17:17 Revision 5133578a: [BUGFIX] Avoid PHP notice in DataHandler
- The fifth parameter to Datahandler::insertDB() is used in one place
without properly checking for the existence of th... - 16:28 Revision 0f8427e0: [TASK] Prepare Frontend Tests for additional site handling tests
- Some test functionality regarding Site Handling is now sorted out in order
to add more tests.
- SiteConfiguration se... - 16:24 Revision a558bb96: [BUGFIX] Avoid PHP notice in DataHandler
- The fifth parameter to Datahandler::insertDB() is used in one place
without properly checking for the existence of th... - 16:12 Revision 2223b060: [TASK] Prepare Frontend Tests for additional site handling tests
- Some test functionality regarding Site Handling is now sorted out in order
to add more tests.
- SiteConfiguration se... - 16:06 Revision 528b02e3: [BUGFIX] Enable preview of hidden page translations
- TSFE->determineIdIsHiddenPage() now takes the current site language into
account when fetching the page record. When ... - 13:20 Revision daf592da: [BUGFIX] Enable preview of hidden page translations
- TSFE->determineIdIsHiddenPage() now takes the current site language into
account when fetching the page record. When ... - 12:19 Revision bd1ea509: [BUGFIX] Ensure correct default database charset
- This patch ensures the default charset for the database connection is
set to "utf8".
The charset would normally be s...
2019-04-02
- 11:40 Revision a096784a: [TASK] Documentation links to invalid URL
- The link must be prefixed with www, else the request will just show
an error.
Releases: master, 9.5, 8.7
Resolves: #... - 11:39 Revision f3986608: [BUGFIX] Check if fileObject width is greater than 0, if not use maxWidth
- If you want to use a PDF inside the GalleryProcessor, the mediaWidth is
always 0, because there are no dimensions in ... - 11:27 Revision 964e9161: [TASK] Documentation links to invalid URL
- The link must be prefixed with www, else the request will just show
an error.
Releases: master, 9.5, 8.7
Resolves: #... - 11:22 Revision 072e6f62: [BUGFIX] Check if fileObject width is greater than 0, if not use maxWidth
- If you want to use a PDF inside the GalleryProcessor, the mediaWidth is
always 0, because there are no dimensions in ... - 11:07 Revision 4ee2905b: [TASK] Documentation links to invalid URL
- The link must be prefixed with www, else the request will just show
an error.
Releases: master, 9.5, 8.7
Resolves: #...
2019-03-29
- 11:30 Revision 6920cd53: [BUGFIX] Use SiteMatcher in TranslationConfigurationProvider
- The TranslationConfigurationProvider must use the SiteMatcher
to find the proper languages and must not depend only o... - 11:12 Revision b91e3606: [BUGFIX] Use SiteMatcher in TranslationConfigurationProvider
- The TranslationConfigurationProvider must use the SiteMatcher
to find the proper languages and must not depend only o... - 09:41 Revision fe5445bd: [TASK] Migrate TYPO3/CMS/Lowlevel/* to TypeScript
- Resolves: #87922
Releases: master
Change-Id: I77f1973c656b3b2538a37cd2f4dc2b04358a7198
Reviewed-on: https://review.ty...
2019-03-26
- 22:29 Revision ee2a3dfd: [TASK] Fix Changelog associated with extension scanner for services
- - Use different Changelog entry in extension scanner for
AbstractAuthenticationService and AuthenticationService
- ... - 22:11 Revision 549158d6: [TASK] Fix Changelog associated with extension scanner for services
- - Use different Changelog entry in extension scanner for
AbstractAuthenticationService and AuthenticationService
- ... - 19:35 Revision 02fd8252: [BUGFIX] DB check > Search: Convert `--div--` to optgroup
- Querying the database for the placeholder `--div--` is rather pointless,
thus this possibility is removed. Instead, t... - 19:34 Revision d1c88077: [BUGFIX] Update ColorPicker to use cleaned minicolors hex value
- Force ColorPicker to use the formatted/cleaned value jQuery's minicolors
produces instead of just displaying it but s... - 19:11 Revision 36223868: [BUGFIX] Update ColorPicker to use cleaned minicolors hex value
- Force ColorPicker to use the formatted/cleaned value jQuery's minicolors
produces instead of just displaying it but s... - 15:36 Revision 86de822b: [BUGFIX] DB check > Search: Convert `--div--` to optgroup
- Querying the database for the placeholder `--div--` is rather pointless,
thus this possibility is removed. Instead, t... - 12:54 Revision 9ba05d2d: [DOCS] Fix path of Changelog
- Resolves: #88006
Releases: master
Change-Id: I02cacfe4829b975411026acd4bfd0bb700a38153
Reviewed-on: https://review.ty...
Also available in: Atom