Activity
From 2017-10-18 to 2017-11-16
2017-11-16
- 22:04 Revision 9252d63f: [!!!][TASK] Always use "Localization view" in list module
- When working with localizations in a system,
the option "Localization view" in the list module is
a pre-requisite for... - 21:46 Revision 693f270e: [BUGFIX] Set l10n_state before synchronizing fields
- L10nModeUpdater checks whether fields in translated records are
modified, thus not synchronized with the parent recor... - 21:46 Revision 31fa79ce: [BUGFIX] Set l10n_state before synchronizing fields
- L10nModeUpdater checks whether fields in translated records are
modified, thus not synchronized with the parent recor... - 21:24 Revision 2abc4244: [BUGFIX] Fix keepItems and removeItems handling with 0 values
- TSConfig properties keepItems and removeItems are checked
with a weak in_array() test (third argument not set to true... - 21:22 Revision c1543fc2: [BUGFIX] Fix keepItems and removeItems handling with 0 values
- TSConfig properties keepItems and removeItems are checked
with a weak in_array() test (third argument not set to true... - 19:31 Revision 5657d12b: [FOLLOWUP][TASK] FAL-based database fields moved to integer
- Remove duplicated "image" field definition in test scenario.
Related: #69909
Releases: master, 8.7
Change-Id: Ie87e2... - 19:31 Revision bb9c7729: [FOLLOWUP][TASK] FAL-based database fields moved to integer
- Remove duplicated "image" field definition in test scenario.
Related: #69909
Releases: master, 8.7
Change-Id: Ie87e2... - 18:50 Revision 4df710e1: [BUGFIX] Avoid invalid references in DataMapProcessor
- If DataMapProcessor is called with a non-reference id, e.g.
zero (0), this submission is considered as a reference. S... - 18:22 Revision 88290dd4: [BUGFIX] Avoid invalid references in DataMapProcessor
- If DataMapProcessor is called with a non-reference id, e.g.
zero (0), this submission is considered as a reference. S... - 16:46 Revision d4f055b1: [FEATURE] Replace @inject with @TYPO3\CMS\Extbase\Annotation\Inject
- This patch introduces the usage of doctrine annotations.
Therefore the AnnotationRegistry is configured during the
bo... - 15:37 Revision 08a2cce3: [BUGFIX] Fix notices in UserAuthentication
- Resolves: #83003
Releases: master, 8.7
Change-Id: Iceaa7ab9bd436322229e591677c0aee16cd69f5c
Reviewed-on: https://revi... - 15:23 Revision be47f2d8: [BUGFIX] Add correct conversion of RTE pageTS config
- Add all pageTS.RTE options to config without dots appended to the key
to be able to override the RTE config with page... - 13:54 Revision 17ad2f31: [BUGFIX] Use correct parameters for trimExplode
- In QueryBuilder::quoteIdentifiersForSelect the 3rd parameter of
trimExplode is inserted. To prevent notices array_pad... - 13:53 Revision 766290b2: [BUGFIX] Remove "[newlog()] " from DataHandler log info
- DataHandlers' newlog() function is a shorthand method that
should act as a simple API, which it does, but it also add... - 13:36 Revision 6437162f: [BUGFIX] Remove "[newlog()] " from DataHandler log info
- DataHandlers' newlog() function is a shorthand method that
should act as a simple API, which it does, but it also add... - 11:35 Revision e6878a52: [BUGFIX] Use correct parameters for trimExplode
- In QueryBuilder::quoteIdentifiersForSelect the 3rd parameter of
trimExplode is inserted. To prevent notices array_pad... - 09:54 Revision 25ccdf9c: [BUGFIX] Fix allowLanguageSynchronization on pages_language_overlay
- In case a TCA field uses allowLanguageSynchronization (or
l10n_mode=exclude) for table pages_language_overlay, depend... - 08:28 Revision 5b5336f6: [BUGFIX] Fix some PHP Notices thrown when rendering page module
- Resolves: #82921
Releases: master, 8.7
Change-Id: Id26239e65321aa3653de849932a0be7e626bd653
Reviewed-on: https://revi...
2017-11-15
- 15:44 Revision 927365df: [BUGFIX] Do not iterate over empty logger configuration
- Fixes PHP notices thrown by accessing non existing array key.
Resolves: #83004
Releases: master
Change-Id: Ib5ff0ace... - 12:57 Revision dd4cf172: [BUGFIX] FileStorageExtractionTask breaks if file not found
- Before the file is processed a extra check is done to be sure the file
exists. If the file doesn't exist it's marked ... - 12:05 Revision 4f17f87e: [FEATURE] Add hook for used/unused content record processing
- This patch adds a new hook to determine whether a content record is
used or not. Since the default decision is fairly... - 11:32 Revision 9ba9c878: [BUGFIX] FileStorageExtractionTask breaks if file not found
- Before the file is processed a extra check is done to be sure the file
exists. If the file doesn't exist it's marked ... - 08:41 Revision 6c4f06a1: [TASK] Allow all fields in felogin hook "forgotPasswordMail"
- Return all fields to ease the work with hooks.
Intention is not having to query again in hook
$GLOBALS['TYPO3_CONF_VA... - 08:25 Revision 6366ea4f: [TASK] Allow all fields in felogin hook "forgotPasswordMail"
- Return all fields to ease the work with hooks.
Intention is not having to query again in hook
$GLOBALS['TYPO3_CONF_VA... - 08:22 Revision e1cf064e: [TASK] Extend untangleFilesArray function test in RequestBuilder
- Check for cases where the files array is nested more complex or
keywords (e.g. "error") are used as field names.
Run... - 07:18 Revision 4770e0b7: [BUGFIX] Ensure "pid" and "parentid" of pages - inline fields are correct
- When doing translations with pages and inline elements (e.g. pages.media),
there is an inconsistency when an addition...
2017-11-14
- 19:44 Revision f6953bda: [TASK] Do not silently ignore exceptions in ImageViewhelper
- Exceptions in the ImageViewhelper are currently silently ignored.
So you'll get no information if a wrong value has b... - 19:33 Revision 6255fc5e: [BUGFIX] Stabilize Language Acceptance tests
- Stabilize the acceptance tests to activate and deactivate a language by
checking only for the alerts instead of the e... - 19:33 Revision 254ceef4: [BUGFIX] Stabilize Language Acceptance tests
- Stabilize the acceptance tests to activate and deactivate a language by
checking only for the alerts instead of the e... - 15:30 Revision 4f04f40f: [BUGFIX] Remove orderBy in count query
- OrderBy does not make sense in a count only query and
fails on SQL Server, hence it is removed.
Change-Id: I676d1913... - 15:09 Revision b7d0353f: [BUGFIX] Handle variadic arguments in Extbase DebuggerUtility
- Variadic arguments are optional but do not have a default value, thus
properly check this.
Also render the variadic ... - 14:57 Revision ab77786b: [BUGFIX] Handle variadic arguments in Extbase DebuggerUtility
- Variadic arguments are optional but do not have a default value, thus
properly check this.
Also render the variadic ... - 10:22 Revision 8e107484: [BUGFIX] Add label to page ID field in PageLinkHandler
- Add the missing label and adopt styling of the additional
field which allows to link to a page by providing the page ... - 08:13 Revision 30b633ca: [BUGFIX] Add FLUIDTEMPLATE to t3editor code completion
- With this patch t3editor is now aware of `FLUIDTEMPLATE`, thus supported
by code completion.
Resolves: #82967
Releas... - 08:06 Revision e95feacb: [BUGFIX] Add label to page ID field in PageLinkHandler
- Add the missing label and adopt styling of the additional
field which allows to link to a page by providing the page ... - 07:42 Revision 83155a80: [TASK] Deprecate usage of @inject with non-public properties
- When using private or protected properties for Dependency Injection
via `@inject`, Extbase needs to use the object re...
2017-11-13
- 20:17 Revision db050815: [BUGFIX] Add FLUIDTEMPLATE to t3editor code completion
- With this patch t3editor is now aware of `FLUIDTEMPLATE`, thus supported
by code completion.
Resolves: #82967
Releas... - 19:02 Revision 77cc3742: [TASK] Upgrade chromedriver to 2.33
- Use latest chromedriver to deal with youngest chrome
in acceptance tests.
Change-Id: I7d637022fa9e327e771198625943b1... - 19:02 Revision e7e38ae0: [TASK] Upgrade chromedriver to 2.33
- Use latest chromedriver to deal with youngest chrome
in acceptance tests.
Change-Id: I7d637022fa9e327e771198625943b1... - 17:35 Revision 0759379c: [BUGFIX] Fix multi-checkbox/radiobox labels for values containing dots
- If checkbox/radiobox values contain dots, these are falsely evaluated as
array lookup paths. Fix this by passing in s... - 09:47 Revision 6c60d6b9: [BUGFIX] Improve performance iterating local files
- Improve performance iterating local files by avoiding multiple calls to
SplFileInfo.
Releases: master, 8.7
Resolves:... - 09:47 Revision d31fd8b4: [BUGFIX] Improve performance iterating local files
- Improve performance iterating local files by avoiding multiple calls to
SplFileInfo.
Releases: master, 8.7
Resolves:... - 09:28 Revision d604511f: [BUGFIX] Fix path-resolution for template-resource in EXT:felogin
- Do not use frontend inclusion API for private template resource.
Instead resolve to full absolute path for inclusion.... - 09:06 Revision ba5e1f24: [BUGFIX] Fix path-resolution for template-resource in EXT:felogin
- Do not use frontend inclusion API for private template resource.
Instead resolve to full absolute path for inclusion....
2017-11-12
- 10:33 Revision b4767358: [FOLLOWUP][TASK] Migrate pages_language_overlay into pages
- An additional SQL index is added to the database.
Resolves: #82445
Releases: master
Change-Id: I94d1eab5f492b465fafb...
2017-11-11
- 16:57 Revision 021d393e: [BUGFIX] Fix multi-checkbox/radiobox labels for values containing dots
- If checkbox/radiobox values contain dots, these are falsely evaluated as
array lookup paths. Fix this by passing in s...
2017-11-10
- 11:59 Revision b268f001: [BUGFIX] Add missing code-block:: php line in feature rst file
- Resolves: #82964
Releases: master, 8.7
Change-Id: Iccaae0c2aeefa7c82b3df50956424509acea4233
Reviewed-on: https://revi... - 11:58 Revision b33a682d: [BUGFIX] Add missing code-block:: php line in feature rst file
- Resolves: #82964
Releases: master, 8.7
Change-Id: Iccaae0c2aeefa7c82b3df50956424509acea4233
Reviewed-on: https://revi... - 08:39 Revision 0d3afdfc: [TASK] EXT:form - cache merged YAML settings
- Cache the merged YAML settings into the assets cache to improve the
performance.
Resolves: #82373
Releases: master, ...
2017-11-09
- 19:20 Revision 8b2dd6f1: [BUGFIX] Show deleted page actions in record history
- Because users have no access to deleted pages,
the access check always fails, leading to delete page
actions not bein... - 19:16 Revision 3b0654fc: [BUGFIX] Show deleted page actions in record history
- Because users have no access to deleted pages,
the access check always fails, leading to delete page
actions not bein... - 13:15 Revision 8766f367: [TASK] Add Fluid expressions and pre-processors global config
- This patch moves a previously hardcoded list of Fluid
implementations from the RenderingContext constructor,
to TYPO3... - 10:51 Revision 3e871f80: [TASK] Update typo3/cms-composer-installers
- Update the lock file to pull in the latest (1.4.5) release.
This version is marked as PHP 7.2 compatible.
composer co... - 09:36 Revision f7cdd083: [TASK] Update typo3/cms-composer-installers
- Update the lock file to pull in the latest (1.4.5) release.
This version is marked as PHP 7.2 compatible.
composer co... - 09:19 Revision 856ddf39: [TASK] EXT:form - cache merged YAML settings
- Cache the merged YAML settings into the assets cache to improve the
performance.
Resolves: #82373
Releases: master, ... - 09:15 Revision 7d1506ee: [TASK] Reduce PHP queries of pagetree SQL
- The TYPO3 Backend PageTree, built in TYPO3 4.5, has
some strange quirks resolving DB records, doing
a lot of queries ...
2017-11-08
- 22:20 Revision a75a8b62: [BUGFIX] Properly encode text in JS in install tool
- Several times the install tool was using html()
instead of text(). Use text() whenever possible.
Resolves: #82949
Re... - 16:46 Revision 54959380: [TASK] Update ext:styleguide to 9.0.0
- The v9/master branch of styleguide generates correct
page localizations of styleguide demo data pages in
table pages ... - 15:17 Revision 4cad2c4a: [TASK] Update ext:styleguide to 8.0.13
- This is probably the last version with v8 and v9
in sync before branching off styleguide v8.
Styleguide introduced a... - 15:17 Revision bf309e2a: [TASK] Update ext:styleguide to 8.0.13
- This is probably the last version with v8 and v9
in sync before branching off styleguide v8.
Styleguide introduced a... - 14:50 Revision 7153f802: [TASK] styleguide: TCA data generator: Drop pages_language_overlay
- With the core v9 merge of pages_language_overlay into pages
the TCA data generator needs a couple of adjustments to
p... - 13:59 Revision d964d76f: [FOLLOWUP][FEATURE] Load new content element wizard via modal instead of new page
- Ensure that jQuery is available in NewRecordController.
Resolves: #75676
Releases: master
Change-Id: Idf437554fb136e... - 12:44 Revision 22ea9ad3: [TASK] styleguide: TCA: Remove deprecated localizeChildrenAtParentLocalization
- 12:37 Revision 33714fee: [FEATURE] Load new content element wizard via modal instead of new page
- Instead of having the new content element wizard in a separate module page
it will be opened in a modal now.
Resolve... - 11:55 Revision 355be2e7: [!!!][TASK] Migrate pages_language_overlay into pages
- The patch migrates all data from pages_language_overlay into pages,
and moves all API calls to overlay pages.
The fo... - 11:49 Revision 5b40db8e: [BUGFIX] TcaMigration should not skip on existing overrideChildTca
- If an overideChildTca key is already added by a TYPO3 core
function like ExtensionManagementUtility::getFileFieldTCAC... - 10:34 Revision 6621faf1: [!!!][TASK] Remove sys_domain.forced database field
- The DB setting "sys_domain.forced" is confusing and does not make sense
nowadays, especially with nested domain recor... - 08:29 Revision 432862d4: [BUGFIX] Add workspace overlay for translated page title
- The title of a translated page must be overlayed with the
workspace version.
Resolves: #65607
Releases: master, 8.7,... - 08:29 Revision d4e7f31a: [BUGFIX] Add workspace overlay for translated page title
- The title of a translated page must be overlayed with the
workspace version.
Resolves: #65607
Releases: master, 8.7,... - 07:30 Revision f11241b5: [BUGFIX] Add workspace overlay for translated page title
- The title of a translated page must be overlayed with the
workspace version.
Resolves: #65607
Releases: master, 8.7,...
2017-11-07
- 18:07 Revision b6c72882: [BUGFIX] TcaMigration should not skip on existing overrideChildTca
- If an overideChildTca key is already added by a TYPO3 core
function like ExtensionManagementUtility::getFileFieldTCAC... - 16:42 Revision f1475e8d: [TASK] Unify Backend module registration for Extbase modules
- This patch unifies the Backend module registration for Extbase modules
like it has already been done for all other Ba... - 15:29 Revision 15b4b9a7: [TASK] Filter duplicate cache commands from CacheQueue
- under the right condition multiple duplicate cache commands are executed
for Example: save a record in Backend can c... - 14:44 Revision 2b7e7c9c: [TASK] Filter duplicate cache commands from CacheQueue
- under the right condition multiple duplicate cache commands are executed
for Example: save a record in Backend can c... - 14:29 Revision 0d63f849: [TASK] Apply JS CGL on SvgTree files
- In order to make page tree smaller and easier to review,
this patch applies new JS CGLs on SvgTree related files.
Re... - 13:55 Revision b8f745f4: [TASK] Add Fluid expressions and pre-processors global config
- This patch moves a previously hardcoded list of Fluid
implementations from the RenderingContext constructor,
to TYPO3... - 00:18 Revision ce60414e: [BUGFIX] Element file browser respects allowedExtensions
- The type=input, renderType=inputLink field control has an option
"allowedExtensions" to restrict the file element bro... - 00:02 Revision f743e13a: [BUGFIX] Element file browser respects allowedExtensions
- The type=input, renderType=inputLink field control has an option
"allowedExtensions" to restrict the file element bro...
2017-11-06
- 21:40 Revision 33d8ea0e: [BUGFIX] Fix path to language file in SelectTreeElement
- Fixes missing labels in the svg category tree toolbar.
Releases: master
Resolves: #82934
Change-Id: Iac29bc35b408946... - 13:14 Revision 1b891d61: [BUGFIX] Fix PHP Notices in cached ext_localconf.php
- Resolves: #82920
Releases: master, 8.7
Change-Id: I7a533f56ec68a119c19aad6c87de9dfc2e59dc6a
Reviewed-on: https://revi... - 12:55 Revision df455741: [TASK] Updated Examples for Usage
- Added default and inline usage for the optional attribute "allowedTags"
Maybe you have to think about the name, caus... - 12:31 Revision fd15f484: [TASK] Update typo3/cms-composer-installers
- Update the lock file to pull in the latest release.
composer command: composer update typo3/cms-composer-installers
... - 12:31 Revision 6885e191: [TASK] Update typo3/cms-composer-installers
- Update the lock file to pull in the latest release.
composer command: composer update typo3/cms-composer-installers
... - 11:35 Revision 3ace4185: [BUGFIX] Replace forgotten back button to new button API
- With #69884 the new button API was introduced but the back button
in DatabaseRecordList was forgotten. The button is ... - 11:28 Revision d8de96e5: [TASK] Refactor implementation of PaginateWidget
- Refactors templates to minimise the impact of using the
uncompilable PaginateWidget. By moving the Widget to
a separa... - 11:18 Revision 945c39aa: [!!!][TASK] Remove hardly used pagetree related TS options
- The following pageTSconfig options are removed:
- options.pageTree.excludeDoktypes
No doktypes are exclueded anymore... - 10:46 Revision 9ac932c5: [TASK] Add parameter gclid to excludedParameters for cHash generation
- The parameter 'gclid' is used as click identifier for Google AdWords
and must not be used during the cHash generation... - 10:32 Revision 3ad2756d: [TASK] Add parameter gclid to excludedParameters for cHash generation
- The parameter 'gclid' is used as click identifier for Google AdWords
and must not be used during the cHash generation... - 10:09 Revision ee33fc2e: [BUGFIX] Fix PHP Notices in cached ext_localconf.php
- Resolves: #82920
Releases: master, 8.7
Change-Id: I7a533f56ec68a119c19aad6c87de9dfc2e59dc6a
Reviewed-on: https://revi... - 10:04 Revision f65b811e: [BUGFIX] Replace forgotten back button to new button API
- With #69884 the new button API was introduced but the back button
in DatabaseRecordList was forgotten. The button is ...
2017-11-05
- 11:21 Revision 8b9ca41f: [!!!][TASK] Remove TS option page.stylesheet
- Remove the TypoScript option 'page.stylesheet' in favor of
using `page.includeCSS`.
Resolves: #82915
Releases: maste... - 00:40 Revision 562b329e: [!!!][TASK] Remove the TS option page.bodyTagMargins
- The option 'page.bodyTagMargins' is rarly used and can be removed.
Any style information should be placed in a CSS fi...
2017-11-04
- 19:45 Revision e42ca813: Revert "[BUGFIX] Set _localizedUid in OriginColumnName"
- This reverts commit 3d03fc2891331593ee348944bfbe3ccc34bb9f5f.
The patch needs to be reverted due to wrong implementa... - 19:45 Revision 641611f4: Revert "[BUGFIX] Set _localizedUid in OriginColumnName"
- This reverts commit 68e8530319faea18fbc61eee55fc00298582e8de.
The patch needs to be reverted due to wrong implementa... - 16:38 Revision d9da2d5e: [FOLLOWUP][FEATURE] Add MetaTag API
- Bring back the meta generator which got lost in the original patch
Resolves: #81464
Releases: master
Change-Id: I5c6... - 09:24 Revision 73239fa6: [TASK] Refactor implementation of PaginateWidget
- Refactors templates to minimise the impact of using the
uncompilable PaginateWidget. By moving the Widget to
a separa...
2017-11-03
- 23:05 Revision 96144717: [FEATURE] Add Meta Tag API
- TYPO3 now allows to set, get and unset meta tags with an clear and
concise API. This API allows it to set any meta ta... - 21:43 Revision 4dbe5bdc: [FEATURE] Add possibility to get a label in a specific language
- Add possibility to get a label in a specific language in
LocalizationUtility::translate() and the TranslateViewHelper... - 18:45 Revision c5867cfb: [!!!][FEATURE] Added deleted field for scheduler task
- Add a deleted flag to database table "tx_scheduler_task".
Any task execution will also consider this field.
Resolves... - 17:37 Revision c2d30f54: [TASK] Remove TypoScript option config.typolinkCheckRootline
- The TypoScript option 'config.typolinkCheckRootline' was introduced
back in TYPO3 v4.x when there was no proper rootl... - 15:40 Revision a3fcf6d6: [BUGFIX] FormEngine: returnUrl handling in inline
- If an inline child, opened via ajax request, generates links leaving
the current records and opening a different one,... - 15:21 Revision 0ef7ce1d: [BUGFIX] FormEngine: returnUrl handling in inline
- If an inline child, opened via ajax request, generates links leaving
the current records and opening a different one,... - 13:06 Revision 6f706862: [TASK] Set JS .editorconfig indent style to 2 spaces
- Resolves: #82900
Releases: master
Change-Id: I9e80f662981dc107d5bcd1e4fc28bcf9d2ff3b4a
Reviewed-on: https://review.ty... - 12:23 Revision 7120fe89: [BUGFIX] Remove unused ExtJS inclusion in System->Log
- Resolves: #82908
Releases: master
Change-Id: I96d661e294a737e36a084d4fa7423cc9257d1578
Reviewed-on: https://review.ty... - 11:58 Revision a5d866db: [TASK] Deprecate ClientUtility
- The class ClientUtility is outdated and not used anymore and can be
deprecated.
Resolves: #82903
Releases: master
Ch...
2017-11-02
- 17:51 Revision a9382eae: [TASK] Make SVG category tree use JS Icon API
- This change make SVG tree expect icon identifier instead of icon source
in JSON node data.
Tree fetches icon source v... - 17:08 Revision 075c7a65: [BUGFIX] Ensure cache tags are strings in workspaces
- On SQLServer you cannot insert integers in varchar
columns therefore the workspaces module ajax requests
are failing ... - 16:43 Revision 38d689d5: [!!!][TASK] Streamline ExtensionManagementUtility
- The following functionality within this API class is marked as deprecated:
- siteRelPath()
- getExtensionKeyByPrefix(... - 14:46 Revision 92496f92: [BUGFIX] Add checks to ReflectionService to have correct return values
- Resolves: #82885
Releases: master, 8.7
Change-Id: I422f920187186fe83b6043f806fc1be9a16c8a25
Reviewed-on: https://revi... - 13:41 Revision 70665796: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/105 from tmotyl/patch-2
- Fix input_38 label
- 13:23 Revision 6331c34f: Fix input_38 label
- 11:49 Revision 080ef8cb: [!!!][TASK] Migrate EXT:version into EXT:workspaces
- The concept of versioning records based on how it is
integrated into TYPO3 only makes sense in conjunction
with works... - 10:46 Revision eab8eed8: [CLEANUP] Minor argument and comment cleanup
- Some methods are called with default arguments, which can be omitted
when calling the methods.
Additionally, some PH... - 09:49 Revision 9098e357: [BUGFIX] Handle returnUrl for access module
- With this fix the access module again returns to the correct
page the user expects it to return to.
Resolves: #82883... - 09:39 Revision 4113ced9: [BUGFIX] Access module preselects owner/group when changed via AJAX
- Resolves: #79915
Releases: master, 8.7, 7.6
Change-Id: Ie3b573857ff011295be198633a0f6868b1ff55b6
Reviewed-on: https:/... - 09:29 Revision f4eb5829: [BUGFIX] Handle returnUrl for access module
- With this fix the access module again returns to the correct
page the user expects it to return to.
Resolves: #82883... - 09:18 Revision 8a97df22: [BUGFIX] Access module preselects owner/group when changed via AJAX
- Resolves: #79915
Releases: master, 8.7, 7.6
Change-Id: Ie3b573857ff011295be198633a0f6868b1ff55b6
Reviewed-on: https:/... - 08:46 Revision ae180326: [BUGFIX] Handle returnUrl for access module
- With this fix the access module again returns to the correct
page the user expects it to return to.
Resolves: #82883... - 08:32 Revision 7254c6cf: [BUGFIX] Access module preselects owner/group when changed via AJAX
- Resolves: #79915
Releases: master, 8.7, 7.6
Change-Id: Ie3b573857ff011295be198633a0f6868b1ff55b6
Reviewed-on: https:/... - 05:50 Revision de36c808: [!!!][TASK] Remove global variable PARSETIME_START
- The global variable $GLOBALS['PARSETIME_START'] is removed,
as it has been superseded by $GLOBALS['TYPO3_MISC']['micr...
2017-11-01
- 15:39 Revision 9adf82c6: [TASK] Show allowed media sources in "Add media by URL" modal
- In the modal view of "Add media by URL" the possible sources from where
media can be embedded are now shown.
Resolve... - 13:31 Revision 3d03fc28: [BUGFIX] Set _localizedUid in OriginColumnName
- While saving an object the _localizedUid will be saved into the DB
column which is defined in TranslationOriginalColu... - 13:15 Revision e85e41fe: [TASK] Unify spelling of "YAML" throughout the core
- The correct spelling of the abbreviation is "YAML".
Standardized throughout the comments.
Resolves: #82459
Releases:... - 13:04 Revision 68e85303: [BUGFIX] Set _localizedUid in OriginColumnName
- While saving an object the _localizedUid will be saved into the DB
column which is defined in TranslationOriginalColu... - 13:03 Revision 272fc98a: [TASK] styleguide: TCA elements_basic input_38 inputLink with allowedExtensions
- Related: https://github.com/TYPO3-CMS/styleguide/issues/82861
- 11:56 Revision b232f37f: [TASK] Remove obsolete IE6 condition in debug exception handler
- Some very lonesome IE6 check can be removed for
debugging purposes now, since IE6 support has been dropped
for a long... - 10:26 Revision 72073925: [FOLLOWUP][BUGFIX] Ensure absolute paths for &eID=dumpFile
- This follow-up patch ensures the link is properly generated when
generating it from a Backend context, e.g., when emb...
2017-10-31
- 16:39 Revision 8c40079d: [BUGFIX] Move doctrine initalization to connect() method
- The event and custom type initalization of doctrine is moved
to an overwritten connect() method in the Connection cla... - 07:42 Revision d9d8f19a: [FOLLOWUP][!!!][TASK] Replace ClassInfo with ClassSchema
- Increase test coverage of ClassSchema and ReflectionService
Releases: master
Resolves: #57594
Resolves: #55654
Chang...
2017-10-30
- 22:08 Revision ae6d0ad5: [BUGFIX] Catch UnknownLinkHandlerException in InputLinkElement
- Catch another exception to avoid a breaking backend.
Resolves: #82850
Releases: master, 8.7
Change-Id: I349aae21932b... - 21:25 Revision e3cf49c9: [BUGFIX] EXT:form - really disable records overview in redirect finisher
- Resolves: #82786
Releases: master, 8.7
Change-Id: I9cdfbcd5e0f25b832ea546f1b8c70a9f544b31aa
Reviewed-on: https://revi... - 21:23 Revision fdae5d8f: [BUGFIX] Catch UnknownLinkHandlerException in InputLinkElement
- Catch another exception to avoid a breaking backend.
Resolves: #82850
Releases: master, 8.7
Change-Id: I349aae21932b... - 21:20 Revision 0b7c8667: [BUGFIX] Fix foreign_table_where GROUP BY handling
- Unpack the array elements before passing them on
Resolves: #82159
Releases: master, 8.7
Change-Id: I6a094927f595d42f... - 21:20 Revision 9be1ac92: [BUGFIX] Flexform Form ID should not contain brackets
- Using brackets in flexform elements caused the javascript to be disabled
for the element.
While using a custom form i... - 21:04 Revision f3e7a034: [BUGFIX] Fix foreign_table_where GROUP BY handling
- Unpack the array elements before passing them on
Resolves: #82159
Releases: master, 8.7
Change-Id: I6a094927f595d42f... - 20:59 Revision 74d0b919: [BUGFIX] Show default site name in installation wizard
- Currently in step 4 the input box for the site name is empty. This patch
re-adds the default site name from FactoryCo... - 20:56 Revision 2f8e1991: [BUGFIX] Fix usages of config.additionalHeaders
- Update some internal usages of config.additionalHeaders in tests
and other places to use the correct new syntax.
Res... - 20:55 Revision 35b8be84: [BUGFIX] Add missing image for workspace preview
- Readd an image which has been removed during cleanups
Resolves: #82857
Releases: 7.6
Change-Id: Idd487fec1d35dc91909... - 17:36 Revision 2823bef0: [BUGFIX] Ensure correct page is selected in page tree
- There are several actions in the backend that should
trigger a certain page to be selected in the tree.
Among others... - 17:07 Revision bd4a35ea: [!!!][BUGFIX] Throw exception on invalid charset
- This gives users a clear hint if e.g. config.metaCharset contains
an invalid value instead of showing a blank page.
... - 15:41 Revision 917d9a5a: [BUGFIX] Ensure correct page is selected in page tree
- There are several actions in the backend that should
trigger a certain page to be selected in the tree.
Among others... - 14:37 Revision ddc3c35e: [TASK] styleguide: TCA: Have l10n_mode=defaultAsReadonly as select_single_13
- Separate from select_single_2 example.
- 14:30 Revision 78f75970: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/103 from romm/task/select-l10n-display-settings
- [TASK] styleguide: Set l10n display setting to `defaultAsReadonly` for select
- 14:24 Revision 16fd05a1: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/104 from neufeind/patch-1
- recordOverview must be recordsOverview
- 11:12 Revision 3a9441dc: [TASK] Add .tsconfig files to .editorconfig
- Add definition for new TSConfig filetype .tsconfig to .editorconfig
file.
Change-Id: I3fd87abc8a8fe554692f61e548e37d... - 10:54 Revision ad8cd318: [BUGFIX] Fix usages of config.additionalHeaders
- Update some internal usages of config.additionalHeaders in tests
and other places to use the correct new syntax.
Res... - 10:51 Revision 70dd84af: [TASK] Add .tsconfig files to .editorconfig
- Add definition for new TSConfig filetype .tsconfig to .editorconfig
file.
Change-Id: I3fd87abc8a8fe554692f61e548e37d... - 09:49 Revision 0538ca97: [BUGFIX] Flexform Form ID should not contain brackets
- Using brackets in flexform elements caused the javascript to be disabled
for the element.
While using a custom form i... - 08:22 Revision 5bfc3e65: [!!!][TASK] Remove DB field pages.no_cache
- Having an option to completely disable the page rendering
cache available per page for editors is a real risk. This
o...
2017-10-27
- 18:53 Revision acf72721: [BUGFIX] Only fetch fileReferences from localized table if column exist
- Only if a localized table also contains the requested column for file
references it will overlay the previous generat... - 17:25 Revision 68a3d271: [BUGFIX] Only fetch fileReferences from localized table if column exist
- Only if a localized table also contains the requested column for file
references it will overlay the previous generat... - 17:16 Revision ebb10866: [BUGFIX] Avoid race condition in JS Icon API
- Now promise is cached instead of promise result, to avoid race condition
when requesting the same icon multiple times... - 17:10 Revision 6e92f9e8: [BUGFIX] Do not turn E_USER_DEPRECATED errors into exceptions
- Also use the silent upgrade wizard to correct existing settings.
Resolves: #82721
Releases: master
Change-Id: I8d163... - 16:35 Revision c81efca2: [BUGFIX] Avoid race condition in JS Icon API
- Now promise is cached instead of promise result, to avoid race condition
when requesting the same icon multiple times... - 14:22 Revision 6d3286b5: [BUGFIX] Allow multiline strings in foreign_table_where
- Add the ’s’ (PCRE_DOTALL) modifier to regular expressions.
Resolves: #82854
Releases: master, 8.7
Change-Id: Ib5feab...
2017-10-26
- 16:01 Revision 689c9d85: [BUGFIX] Allow multiline strings in foreign_table_where
- Add the ’s’ (PCRE_DOTALL) modifier to regular expressions.
Resolves: #82854
Releases: master, 8.7
Change-Id: Ib5feab...
2017-10-25
- 21:47 Revision e36d1d70: recordOverview must be recordsOverview
- Core-review to get that fixed in the redirectFinisher is at https://review.typo3.org/54435
- 07:37 Revision a2bca832: [BUGFIX] Do not force content_fallback to default page language
- If a page translation is not available, the TypoScript option
`config.sys_language_mode` has the option
`content_fall...
2017-10-23
- 14:58 Revision 0e0ee80a: [FOLLOWUP][BUGFIX] Allow longer file-endings in typoscript directory includes
- Adds missing unit tests for this change.
Resolves: #82543
Releases: master, 8.7
Change-Id: Ica7f5c2f99dd991042e3c116... - 14:08 Revision 1597ecca: [TASK] styleguide: Set l10n display setting to `defaultAsReadonly` for select
- This allows testing the behaviour of this field in a translated element.
- 11:02 Revision 1f04eb5c: [FOLLOWUP][BUGFIX] Allow longer file-endings in typoscript directory includes
- Adds missing unit tests for this change.
Resolves: #82543
Releases: master, 8.7
Change-Id: Ica7f5c2f99dd991042e3c116... - 09:40 Revision 113943c6: [BUGFIX] Do not force content_fallback to default page language
- If a page translation is not available, the TypoScript option
`config.sys_language_mode` has the option
`content_fall... - 09:37 Revision 0a7046cb: [BUGFIX] Allow setting translateToMessage to empty
- Unsetting TCEMAIN.translateToMessage was not possible
due to a default fallback to a hardcoded string in
data handler... - 09:06 Revision 0fdfb0d0: [TASK] Remove documentation of borderCol
- CSS Styled Content uses only the constant for setting
the border color, not the older configuration property
borderCo...
2017-10-20
- 17:45 Revision 6aefb59c: [BUGFIX] MenuProcessor doesn't accept necessary sub keys
- Adds subproperty keys for levels, expandAll, includeSpacer and
titleField to $allowedConfigurationKeys.
Adds the subp... - 17:44 Revision 060c94e7: [TASK] Update Symfony packages to latest releases
- Update all Symfony packages for the distribution
release to latest versions.
Composer users get these versions anywa... - 16:19 Revision f0d731dd: [BUGFIX] MenuProcessor doesn't accept necessary sub keys
- Adds subproperty keys for levels, expandAll, includeSpacer and
titleField to $allowedConfigurationKeys.
Adds the subp... - 15:11 Revision 0b300b6c: [FEATURE] Introduce new @import syntax for TS includes
- The original '<INCLUDE_TYPOSCRIPT...>' syntax is hard to understand,
error-prone and overloaded with features.
This ... - 14:56 Revision 90888947: [BUGFIX] Allow longer file-endings in typoscript directory includes
- Directory includes now allow more liberal substrings to include files
not only based on their extension (*.typoscript... - 14:50 Revision 6a56da73: [FEATURE] TCA: Allow label in palette array
- Allow 'label' within the 'palettes' array in TCA next
to 'showitem'. This defines a default label rendered as
the pal... - 14:44 Revision 9ddb3cb1: [BUGFIX] Allow longer file-endings in typoscript directory includes
- Directory includes now allow more liberal substrings to include files
not only based on their extension (*.typoscript... - 14:37 Revision 521ae2e5: [!!!][TASK] Scheduler: Drop "use atd" based execution
- The feature to execute scheduler tasks via the "at daemon"
on unix found extremely little use in the wild and is
drop... - 14:04 Revision 8b6d3442: [TASK] Extend WorkspaceServiceTests for fetchPagesWithVersionsInTable
- Add new tests for fetchPagesWithVersionsInTable and correct comments.
Change-Id: I2fe08656ecddf3f7391e6012bb969dd85c... - 13:57 Revision fb8c1dd2: [TASK] Show upload files button in filelist options if folder
- At the moment there is only a clickmenu entry to upload files
without entering the folder. With this patch the upload... - 13:42 Revision f4c039ea: [BUGFIX] Fix adding avatars to user profile
- Check opener for null before usage.
Change-Id: I1ed9ac13bab5b76ef5ed8a24c04b07f9dd6d7f85
Resolves: #82829
Releases: ... - 13:37 Revision 8bee5163: [TASK] Show upload files button in filelist options if folder
- At the moment there is only a clickmenu entry to upload files
without entering the folder. With this patch the upload... - 13:36 Revision 0e5ec28b: [BUGFIX] Fix link rendering in li tag
- Changes the rendering for li tags in RTE in sys ext css_styled_content.
This change is based on a former bugifx for T... - 13:16 Revision cc047a79: [BUGFIX] Add renderType to select
- Add missing renderType for select box in form
flexform.
Change-Id: I58ade2720cf763cf26fc1d1e74457044ddfa054f
Resolve... - 13:16 Revision d1526ffd: [TASK] Update friendsofphp/php-cs-fixer to latest version
- Resolves: #82806
Releases: master,8.7
Change-Id: I071c114db90b292936f5c3fd76c7ac74fd52bd60
Reviewed-on: https://revie... - 12:41 Revision 81ff089c: [BUGFIX] Install tool extension scanner .rst file core version
- The core version indicator in the extension scanner of the install
tool on reST files is broken on windows OS since p... - 12:39 Revision 5221c962: [BUGFIX] Add renderType to select
- Add missing renderType for select box in form
flexform.
Change-Id: I58ade2720cf763cf26fc1d1e74457044ddfa054f
Resolve... - 12:30 Revision cb81fa5e: [TASK] Update friendsofphp/php-cs-fixer to latest version
- Resolves: #82806
Releases: master,8.7
Change-Id: I071c114db90b292936f5c3fd76c7ac74fd52bd60
Reviewed-on: https://revie...
2017-10-19
- 23:27 Revision 24b5c582: [TASK] Extend WorkspaceServiceTests for fetchPagesWithVersionsInTable
- Add new tests for fetchPagesWithVersionsInTable and correct comments.
Change-Id: I2fe08656ecddf3f7391e6012bb969dd85c... - 22:33 Revision 38299bed: [TASK] styleguide: TCA: palette with label example
- Adapt to an upcoming core feature.
Related: https://github.com/TYPO3-CMS/styleguide/issues/82826 - 21:40 Revision f3495a7e: [BUGFIX] EXT:indexed_search: Dont add stat record for empty search
- Resolves: #81786
Releases: master, 8.7
Change-Id: I1bc5e93fdfb3a1068a09ae37c47e51b1811d58b5
Reviewed-on: https://revi... - 21:11 Revision 7eaf1907: [BUGFIX] Delete unavailable "recently switched to" users from UC
- If a user who appears in the "Recently switched to" list became
unavailable for some reason, only the placeholder ava... - 10:13 Revision 0aa3123d: [!!!][TASK] Remove "content_doktypes"
- The global option "content_doktypes" is
1. outdated (still contains doktypes 2 which was removed in 4.x)
2. only in u... - 09:32 Revision f06e99a0: [TASK] Move AjaxLoginHandler to AjaxLoginController
- The AjaxLoginHandler which does AJAX logic for login timeouts is be moved
to the proper location, as it is a controll...
2017-10-18
- 22:22 Revision b0d9f03b: [BUGFIX] Remove style attribute in LiveSearch
- Currently, `beforeRender` removes some inline CSS so adjust the layout
of the suggest list. If the first search has n... - 22:06 Revision 69011004: [BUGFIX] Remove style attribute in LiveSearch
- Currently, `beforeRender` removes some inline CSS so adjust the layout
of the suggest list. If the first search has n... - 21:44 Revision 3d25dc85: [BUGFIX] Make ReferenceIndex caching optional
- The runtime caches used in the ReferenceIndex class
added in TYPO3 8.7.2 should not be added by default
but included ... - 21:44 Revision 9aa50fcf: [BUGFIX] CSC Header CE does not respect lib.parseTarget configuration
- The TypoScript of the CSC header element does not respect
the global lib.parseTarget configuration
Resolves: #36216
... - 09:24 Revision a448b413: [BUGFIX] CKEditor: Make link editable
- Fixes the TypeError
htmlspecialchars() expects parameter 1 to be string, null given
Resolves: #82787
Releases: mast... - 09:00 Revision e552bb42: [BUGFIX] CKEditor: Make link editable
- Fixes the TypeError
htmlspecialchars() expects parameter 1 to be string, null given
Resolves: #82787
Releases: mast... - 08:23 Revision d95b3b69: [BUGFIX] Allow setting translateToMessage to empty
- Unsetting TCEMAIN.translateToMessage was not possible
due to a default fallback to a hardcoded string in
data handler... - 01:37 Revision 78e7f989: [BUGFIX] Fix declaration of injectView in install tool
- When using PHP7 declarations of sub classes have to
be compatible to their parent declarations.
As the install tool ... - 01:22 Revision f8aa965b: [BUGFIX] Update tstamp on inline relation addition
- If in a record with an inline relation a new relation
is added and nothing else is changed the timestamp
was not upda... - 01:15 Revision 3b683e13: [BUGFIX] EXT:indexed_search: Dont add stat record for empty search
- Resolves: #81786
Releases: master, 8.7
Change-Id: I1bc5e93fdfb3a1068a09ae37c47e51b1811d58b5
Reviewed-on: https://revi... - 01:14 Revision 7316340f: [BUGFIX] Localization State does not properly sanitize and enrich
- The Localization State object has an incomplete assignment in the
constructor - sanitize processing is overridden by ... - 01:05 Revision 3280e2ed: [BUGFIX] Update tstamp on inline relation addition
- If in a record with an inline relation a new relation
is added and nothing else is changed the timestamp
was not upda... - 00:47 Revision 85836c4c: [BUGFIX] Localization State does not properly sanitize and enrich
- The Localization State object has an incomplete assignment in the
constructor - sanitize processing is overridden by ... - 00:43 Revision db43efd8: [BUGFIX] EXT:form - "label" is not set for the FormDefinition class
- Set the "label" property for the root form element
TYPO3\CMS\Form\Domain\Model\FormDefinition
Resolves: #82573
Relea...
Also available in: Atom