Activity
From 2019-03-10 to 2019-04-08
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...
2019-03-25
- 21:25 Revision 6d7c2006: [BUGFIX] Remove setDBinit from tests
- Default is utf8 for the database-charset meanwhile.
Resolves: #87052
Releases: master
Change-Id: I4ec21f979a2b3e95ba... - 20:31 Revision 6aee7cc8: [TASK] Remove leftover unused code in various PHP classes
- Due to removal of functionality and code in recent TYPO3 versions,
internal code can now be removed:
- PermissionAja... - 16:46 Revision df66054f: [BUGFIX] Use live record uid for preview in workspace
- When editing a record in a workspace in the Backend,
the "preview" button needs to use the live record uid
and not th... - 16:45 Revision f5cf5dc2: [BUGFIX] Resolve and link modified slugs in workspaces properly
- When a page (slug) is modified in a preview workspace,
links to that page need to be changed to the new slug, as the
... - 16:44 Revision f7c73573: [BUGFIX] Avoid cHash mismatches when previewing workspace changes
- In order to avoid cHash mismatches URL parameter 'ADMCMD_prev' is
not being used for cHash calculation anymore.
Reso... - 16:02 Revision 61a42e24: [BUGFIX] Use live record uid for preview in workspace
- When editing a record in a workspace in the Backend,
the "preview" button needs to use the live record uid
and not th... - 15:57 Revision b666df05: [BUGFIX] Resolve and link modified slugs in workspaces properly
- When a page (slug) is modified in a preview workspace,
links to that page need to be changed to the new slug, as the
... - 13:28 Revision 1283168b: [TASK] Add be_user id to LinkGenerator page-version test context
- Some of the previous todos were failing because the test context
contained a workspace id, but missed a backend user ... - 13:15 Revision eb0de49e: [BUGFIX] Avoid cHash mismatches when previewing workspace changes
- In order to avoid cHash mismatches URL parameter 'ADMCMD_prev' is
not being used for cHash calculation anymore.
Reso... - 11:20 Revision 3cc78c96: [TASK] Add be_user id to LinkGenerator page-version test context
- Some of the previous todos were failing because the test context
contained a workspace id, but missed a backend user ... - 09:13 Revision 1cba821a: [!!!][TASK] Remove TCA option setToDefaultOnCopy
- This special setting resets a certain field to its default
value when copying. This option was only there for
resetti...
2019-03-24
- 19:09 Revision 5039db53: [BUGFIX] Update SYS_LASTCHANGED for the right language page record
- The register SYS_LASTCHANGED needs to reflect the
value of the translated page as well.
This is now done properly in... - 13:45 Revision 49165a05: [BUGFIX] Update topbar when switching BE language
- If a user switched his language settings in his preference,
the top bar is now also refreshed reflecting the language... - 11:46 Revision 855df7b2: [BUGFIX] Update topbar when switching BE language
- If a user switched his language settings in his preference,
the top bar is now also refreshed reflecting the language... - 11:26 Revision c04a6d5a: [BUGFIX] Update SYS_LASTCHANGED for the right language page record
- The register SYS_LASTCHANGED needs to reflect the
value of the translated page as well.
This is now done properly in...
2019-03-23
- 23:31 Revision 019862b3: [TASK] Update typo3/testing-framework to 5.0.7
- composer require --dev typo3/testing-framework:~5.0.7
Resolves: #87990
Releases: master
Change-Id: I15a44b7cc0db267f... - 22:42 Revision 840659af: [TASK] Remove and streamline HMENU functionality
- HMENU was hardened during v9 via deprecations of
GMENU and making most of the properties protected.
Therefore, code ... - 22:03 Revision 2f612f4b: [BUGFIX] Do not overwrite status code of received response
- The ErrorController must not modify the received response
from the configured handler, to allow the handler to
change... - 21:30 Revision 05772fa3: [BUGFIX] Do not overwrite status code of received response
- The ErrorController must not modify the received response
from the configured handler, to allow the handler to
change... - 21:29 Revision 80e048e7: [!!!][TASK] Remove support for "selicon_field_path" option
- The TCA[ctrl][selicon_field_path] option is not necessary
anymore, as support for "internal_type=file" was dropped
fo... - 20:59 Revision bf64528c: [TASK] Allow TCA display conditions with only one element for AND/OR
- Resolves: #87986
Releases: master, 9.5
Change-Id: I9ccdbcae0c06a00fcd2904a203d1f3072b6e28ea
Reviewed-on: https://revi...
2019-03-22
- 22:30 Revision 76ea9ccf: [TASK] Remove @internal from ConnectionPool::resetConnections()
- The method ConnectionPool::resetConnections() is no longer annotated as
@internal. This reflects that it is necessary... - 22:24 Revision 28acbd81: [TASK] Add sql index for error counter in topbar
- The index reduces the sql query time and thus is a performance improvement.
On a table with 5 million rows the query... - 22:17 Revision d181eb9e: [BUGFIX] Re-enable target attribute for links in menus
- The new pagelink builder does not set the lastTypoLinkLD options
which is used in HMENUs. The patch properly sets
the... - 22:12 Revision a788351c: [TASK] Remove @internal from ConnectionPool::resetConnections()
- The method ConnectionPool::resetConnections() is no longer annotated as
@internal. This reflects that it is necessary... - 21:54 Revision ab94e3e5: [BUGFIX] Respect sorting in section menus
- The section menus must respect the sorting of content elements.
Resolves: #87975
Releases: master, 9.5
Change-Id: Ib... - 21:42 Revision 4de8b53c: [BUGFIX] Re-enable target attribute for links in menus
- The new pagelink builder does not set the lastTypoLinkLD options
which is used in HMENUs. The patch properly sets
the... - 21:30 Revision 8566555a: [BUGFIX] Mark input fields edited by datepicker as changed
- Resolves: #87966
Releases: master, 9.5
Change-Id: Ia693015ece7b0ff3fb9f3d322b9914a1daf67b55
Reviewed-on: https://revi... - 21:21 Revision 4f0e3b5d: [BUGFIX] Respect sorting in section menus
- The section menus must respect the sorting of content elements.
Resolves: #87975
Releases: master, 9.5
Change-Id: Ib... - 12:52 Revision 22b89ce8: [BUGFIX] Mark input fields edited by datepicker as changed
- Resolves: #87966
Releases: master, 9.5
Change-Id: Ia693015ece7b0ff3fb9f3d322b9914a1daf67b55
Reviewed-on: https://revi...
2019-03-18
- 14:54 Revision a79ab13c: [TASK] Harden \TYPO3\CMS\Extbase\Reflection\ClassSchema
- - Use strict type mode
- Use type hints whereever possible
Releases: master
Resolves: #87940
Change-Id: I3f349d1cbb4...
2019-03-17
- 19:02 Revision 7493278c: [BUGFIX] Ensure parse_str method argument is valid for BE shortcuts
- When backend shortcut links get parsed, this change ensures that
parameter for returnUrl get only parsed, if it is se... - 18:33 Revision 66a9f219: [BUGFIX] Ensure parse_str method argument is valid for BE shortcuts
- When backend shortcut links get parsed, this change ensures that
parameter for returnUrl get only parsed, if it is se... - 16:20 Revision d156bca5: [BUGFIX] Add additionalFields to cache identifier in getPageForRootline
- Otherwise, consecutive calls with additional fields given
will not return them.
Use md5 hash for the additionalField... - 16:00 Revision e7a36b95: [BUGFIX] Add additionalFields to cache identifier in getPageForRootline
- Otherwise, consecutive calls with additional fields given
will not return them.
Use md5 hash for the additionalField... - 15:31 Revision 536036ed: [BUGFIX] Use renamed folder object in postRename signal
- The documentation states that the `emitPostFolderRename` signal
receives a reference to the renamed folder object. (s... - 14:21 Revision b0f74bf8: [!!!][TASK] Remove TCA for sys_history
- TCA for sys_history is not necessary at all anymore, and
can be removed.
It was previously used for creating an Extb... - 11:51 Revision 9135bcf6: [TASK] Harden \TYPO3\CMS\Extbase\Persistence\Generic\Mapper\ColumnMap
- - Use strict type mode
- Use type hints whereever possible
Releases: master
Resolves: #87646
Change-Id: I5f05d7e8907... - 06:33 Revision 41261256: [TASK] Cleanup TYPO3/CMS/Backend/Notification
- Cleanup the Notification.ts file:
- format code
- make optional parameter really optional
- import jquery as everywhe...
2019-03-16
- 14:53 Revision c0f8e13b: [BUGFIX] Show typo3link module in ckeditor if href attribute is empty
- Override the default link modal if href attribute is empty.
Resolves: #87790
Releases: master, 9.5
Change-Id: I728de... - 14:32 Revision 7e06ddbc: [BUGFIX] Show typo3link module in ckeditor if href attribute is empty
- Override the default link modal if href attribute is empty.
Resolves: #87790
Releases: master, 9.5
Change-Id: I728de... - 13:35 Revision 0e61a5ad: [TASK] Show flash message if value is changed because unique value is required
- If a TCA field is configured to be unique and the value changes
by the DataHandler, the user should be informed about... - 13:10 Revision cc919265: [BUGFIX] Ensure result is string in __toString of CropVariantCollection
- CropVariantCollection returns output from json_encode in its __toString
method. Json_encode may return false if it fa... - 12:24 Revision f51f1470: [BUGFIX] Ensure result is string in __toString of CropVariantCollection
- CropVariantCollection returns output from json_encode in its __toString
method. Json_encode may return false if it fa... - 12:04 Revision f7e14c72: [BUGFIX] Prevent empty new form from being closed without confirmation
- Set ‘has-change’ on new empty content element form container
to trigger the confirmation dialog when using ‘Close’.
... - 12:01 Revision 521ecb29: [BUGFIX] Prevent empty new form from being closed without confirmation
- Set ‘has-change’ on new empty content element form container
to trigger the confirmation dialog when using ‘Close’.
... - 07:30 Revision d5dd9421: [TASK] Use native idn functionality
- It is safe to use idn_to_ascii() these days
due to symfony's polyfill functionality.
This allows us to remove the de...
2019-03-15
- 20:43 Revision 9aded5d4: [TASK] Upgrade ckeditor to 4.11.3
- This patch updates ckeditor to the latest version 4.11.3.
Used command:
yarn upgrade ckeditor
List of changes:... - 20:41 Revision 2cb70093: [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... - 17:00 Revision 4da29851: [BUGFIX] Rename PageParameterValidator to PageArgumentValidator
- This patch renames the remaining usages of class PageParameterValidator
to PageArgumentValidator.
Resolves: #87932
R... - 16:51 Revision d57d1080: [BUGFIX] Rename PageParameterValidator to PageArgumentValidator
- This patch renames the remaining usages of class PageParameterValidator
to PageArgumentValidator.
Resolves: #87932
R... - 16:43 Revision ff675928: [TASK] Replace bool properties in ClassSchema with a BitSet
- Instead of using multiple properties that hold bool flags,
ClassSchema now holds all flags in a single BitSet propert... - 16:24 Revision a7415f0b: [TASK] Extract ValidatorClassNameResolver from ValidatorResolver
- The ValidatorResolver contained a method for resolving validator
class names. Extbase supports various shorthand nota... - 16:20 Revision 2d833568: [TASK] Move language labels to correct extension(s)
- The filelist module contained labels solely used in different extensions,
for example "sys_file_storage.*" labels whi... - 15:11 Revision 05b3c422: [DOCS] Update ext:rte_ckeditor manual for > v8 LTS
- - add info about ext:rtehtmlarea support
- add info about the wordcount plugin and its location
- remove obsolete ins... - 15:00 Revision eb85fcf8: [BUGFIX] Check if field exists when deleting items from `group` field
- Fields of type `group` don't have a visible counterpart as opposed to
`selectMultipleSideBySide`. Thus, we have to ch... - 14:24 Revision a9466a2a: [DOCS] Update ext:rte_ckeditor manual for > v8 LTS
- - add info about ext:rtehtmlarea support
- add info about the wordcount plugin and its location
- remove obsolete ins... - 14:08 Revision e7f6fa1d: [TASK] Remove needless string concatenations
- Replace string concatenations like 'abc' . 'def' with 'abcdef'.
Resolves: #87004
Releases: master
Change-Id: I9c1a61... - 13:30 Revision bcae19b4: [TASK] Move filelist related controllers to filelist
- The following controllers have been moved to filelist as they are
part of filelist functionality and not called anywh...
2019-03-14
- 21:04 Revision 430dcf28: [TASK] Upgrade ckeditor to 4.11.3
- This patch updates ckeditor to the latest version 4.11.3.
Used command:
yarn upgrade ckeditor
List of changes:... - 20:46 Revision b504afd5: [TASK] Upgrade ckeditor to 4.11.3
- This patch updates ckeditor to the latest version 4.11.3.
Used command:
yarn upgrade ckeditor
List of changes:... - 14:56 Revision 28a25f4f: [TASK] Migrate TYPO3/CMS/Install/* to TypeScript
- This patch migrates all install tool JS files to TypeScript.
It also improves the performance by a better caching and... - 10:18 Revision fe6e678d: [BUGFIX] Fix broken TS build due to outdated patch
- The patch for issue #87324 was based on outdated tslint configuration,
which causes all TypeScript builds to fail. Th... - 09:03 Revision 2f99b84b: [TASK] Split FormEngine.js
- This patch splits the FormEngine.js into smaller, logically separated
parts. This increases readability and maintaina... - 08:05 Revision bc798359: [!!!][TASK] Harden \TYPO3\CMS\Extbase\Error\Message
- - Use strict type mode
- Use type hints whereever possible
Releases: master
Resolves: #87602
Change-Id: Ieb9d9baa84a... - 07:48 Revision 119a6fa4: [BUGFIX] Add jquery.clearable to backend page tree filter
- Resolves: #87888
Releases: master, 9.5
Change-Id: Ie21c58f7d7e14285ec4b841324340841cde8cbec
Reviewed-on: https://revi...
2019-03-13
- 18:27 Revision bfd313e8: [BUGFIX] Add jquery.clearable to backend page tree filter
- Resolves: #87888
Releases: master, 9.5
Change-Id: Ie21c58f7d7e14285ec4b841324340841cde8cbec
Reviewed-on: https://revi... - 18:20 Revision 8f6b61da: [TASK] Remove loading of FileListLocalisation in FormEngine
- The FileListLocalisation requirejs module has been removed from
FormResultCompiler. The module is used for displaying... - 18:11 Revision cd16fcc6: [BUGFIX] Add field static_page_arguments to group by of query
- With #86994 a new field has been added to the database table
`index_phash`. This fields needs to be added to the GROU... - 17:56 Revision e1127900: [BUGFIX] Add field static_page_arguments to group by of query
- With #86994 a new field has been added to the database table
`index_phash`. This fields needs to be added to the GROU... - 07:06 Revision 620f113a: [BUGFIX] Allow umlaut domains for site domain resolving
- As umlaut domains require to be puny-coded, this needs
to be added into the request context of the SiteMatcher.
A po... - 07:06 Revision acbe862c: [BUGFIX] Update core system extension composer.json file
- In commit #11292caf2016587f61ab32258e848d24ae5db663
the update of composer.json was forgotten, so this is added
now.
... - 06:20 Revision 11292caf: [BUGFIX] Allow umlaut domains for site domain resolving
- As umlaut domains require to be puny-coded, this needs
to be added into the request context of the SiteMatcher.
A po...
2019-03-12
- 07:13 Revision 4d289472: [BUGFIX] Include Records with "All Languages" in default language
- Records with "All Languages" (sys_language_uid=-1)
aren't shown in TYPO3 v9 anymore of the default
language.
This ha... - 06:39 Revision 4f24dee1: [TASK] Add slug field to page-related DataHandler tests
- In order to ensure SlugHelper's base functionality, DataHandler
Regular test suite.
Once this is in, Workspace-relat... - 06:39 Revision 0dd23086: [BUGFIX] Include Records with "All Languages" in default language
- Records with "All Languages" (sys_language_uid=-1)
aren't shown in TYPO3 v9 anymore of the default
language.
This ha...
2019-03-11
- 22:01 Revision b65e5eb2: [TASK] Replace styles.content.get in Install Tool created TS
- Use cObject CONTENT directly instead of using styles.content.get
Resolves: #87886
Releases: master
Change-Id: I68df0... - 16:43 Revision 4ce666a6: [TASK] Add slug field to page-related DataHandler tests
- In order to ensure SlugHelper's base functionality, DataHandler
Regular test suite.
Once this is in, Workspace-relat... - 13:31 Revision 02926432: [BUGFIX] Use correct default value for sys_file_storage|is_public
- Use 1 instead of true as default value.
Resolves: #87873
Releases: master, 9.5, 8.7
Change-Id: I6665ebd5b59336a00ea... - 11:33 Revision 26e41d52: [BUGFIX] Use correct default value for sys_file_storage|is_public
- Use 1 instead of true as default value.
Resolves: #87873
Releases: master, 9.5, 8.7
Change-Id: I6665ebd5b59336a00ea... - 11:32 Revision a5c5b257: [TASK] Replace strings with constants/variables
- There are a few places where - instead of hard-coded values,
the proper constants or variables can be used instead.
... - 11:32 Revision 890aa066: [BUGFIX] Use correct default value for sys_file_storage|is_public
- Use 1 instead of true as default value.
Resolves: #87873
Releases: master, 9.5, 8.7
Change-Id: I6665ebd5b59336a00ea...
2019-03-10
- 08:26 Revision 57527493: [BUGFIX] Do not treat all classes as entities in ClassSchema
- The ClassSchema class has a property $modelType which indicates
that a class is either an entity or a value object. T...
Also available in: Atom