Activity
From 2017-06-30 to 2017-07-29
2017-07-29
- 11:09 Revision 241ce8d2: [TASK] Move install tool entry point to typo3/install.php
- To streamline and unify the entry scripts, the install tool
entry point is now moved to typo3/install.php
Calling th...
2017-07-28
- 17:14 Revision 62bf3ddb: [BUGFIX] Add conflicts to core extensions' composer.json
- Core extensions installed individually (from subtree split)
must never be installed together with the typo3/cms packa... - 17:14 Revision 4adf4e4d: [BUGFIX] Add conflicts to core extensions' composer.json
- Core extensions installed individually (from subtree split)
must never be installed together with the typo3/cms packa...
2017-07-27
- 10:56 Revision 4d9fd9b6: [TASK] Max path length checker
- Windows still has a relatively short max path length limitation
in some situation which the core tends to violate.
Th... - 10:30 Revision 2027473d: [TASK] Max path length checker
- Windows still has a relatively short max path length limitation
in some situation which the core tends to violate.
Th... - 10:07 Revision 33361c53: [BUGFIX] Always hide the loading spinner of System Information
- If the AJAX request that fetches information for the System Information
toolbar item fails for whatever reason, the s... - 09:27 Revision c45b6064: [BUGFIX] Always hide the loading spinner of System Information
- If the AJAX request that fetches information for the System Information
toolbar item fails for whatever reason, the s...
2017-07-26
- 19:40 Revision 471d63a3: [TASK] Add branch alias for system extensions
- To ease installation of master versions of
system extensions from subtree splitted repos,
we add a branch alias to al... - 08:54 Revision 32f6b426: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/101 from garvinhicking/patch-1
- Update Typography.html
- 08:33 Revision 244ee4a8: Update Typography.html
- /Italic text/ is actually italic text and not *bold text* ;-)
2017-07-25
- 19:10 Revision 442b1e1b: [TASK] Set TYPO3 version to 7.6.22-dev
- Change-Id: I72f40ace329660419159fef87a2747a58b1cc4e7
Reviewed-on: https://review.typo3.org/53591
Tested-by: TYPO3com ... - 18:53 Revision a32a598f: [RELEASE] Release of TYPO3 7.6.21
- Change-Id: Id9c975746a31f9d21d8230b9bf4334ebd7d6955f
Reviewed-on: https://review.typo3.org/53590
Reviewed-by: Benni M... - 18:09 Revision 6083dad5: [TASK] Set TYPO3 version to 8.7.5-dev
- Change-Id: I130290f15a8bfeeb8868ed3fc03c2fbbf4550605
Reviewed-on: https://review.typo3.org/53589
Reviewed-by: Benni M... - 18:08 Revision c7c31332: [RELEASE] Release of TYPO3 8.7.4
- Change-Id: Id00e0758a0e403a707baa6344b8005d6bdb7f798
Reviewed-on: https://review.typo3.org/53588
Reviewed-by: Benni M... - 17:49 Revision 8e348184: [BUGFIX] CSS Styled Content should render image captions
- When adding two CEs with one image each (textpic), the
TypoScript register is using faulty data from file:current:des... - 17:34 Revision fd833609: [BUGFIX] CSS Styled Content should render image captions
- When adding two CEs with one image each (textpic), the
TypoScript register is using faulty data from file:current:des... - 16:48 Revision 53b507e1: [BUGFIX] Prevent error with DateTimePicker on IE/Edge
- Change-Id: I3ed07ead31d7f572615916be90ef4c3882360d8b
Resolves: #81729
Releases: master, 8.7
Reviewed-on: https://revi... - 16:25 Revision ac0f024b: [BUGFIX] Attach CKEditor instance to RteLinkBrowser Modal, so it can be found
- Previously if the RteLinkBrowser was called from a CKEditor instance that
is within an extra iframe, the CKEditor ins... - 16:24 Revision 157abdf9: [BUGFIX] Attach CKEditor instance to RteLinkBrowser Modal, so it can be found
- Previously if the RteLinkBrowser was called from a CKEditor instance that
is within an extra iframe, the CKEditor ins... - 14:49 Revision 722fccc5: [BUGFIX] Prevent error with DateTimePicker on IE/Edge
- Change-Id: I3ed07ead31d7f572615916be90ef4c3882360d8b
Resolves: #81729
Releases: master, 8.7
Reviewed-on: https://revi...
2017-07-24
- 23:17 Revision 93353f08: [BUGFIX] DataMapProcessor::synchronizeInlineRelations removes entities
- In case RelationHandler::readForeignField() is called with invalid UID
values for a parent record (e.g. zero, or non-... - 22:21 Revision 8b143fa6: [BUGFIX] DataMapProcessor::synchronizeInlineRelations removes entities
- In case RelationHandler::readForeignField() is called with invalid UID
values for a parent record (e.g. zero, or non-... - 21:12 Revision 1c2cad6a: [BUGFIX] Use HTTP 400 instead of 500 when client is faulty
- When checking for precondition in the request, HTTP 400 code should
be returned whenever the client is responsible fo... - 20:48 Revision a57ea45b: [BUGFIX] Use HTTP 400 instead of 500 when client is faulty
- When checking for precondition in the request, HTTP 400 code should
be returned whenever the client is responsible fo... - 18:33 Revision 01e7df38: [BUGFIX] Outdated resource pointers crash for TCA type group
- Using TCA type "group" with internal_type "folder" crashes in
the backend if existing resource pointers have been mov... - 15:06 Revision e755c688: [BUGFIX] Correct invalid complex query in Doctrine for fetching workspaces
- Change-Id: I447274bc29d1a32745224b6cf5c2e2f76c7dfc2f
Resolves: #81947
Releases: master, 8.7
Reviewed-on: https://revi... - 14:42 Revision 25504207: [BUGFIX] Correct invalid complex query in Doctrine for fetching workspaces
- Change-Id: I447274bc29d1a32745224b6cf5c2e2f76c7dfc2f
Resolves: #81947
Releases: master, 8.7
Reviewed-on: https://revi... - 13:12 Revision cf2d1b5d: [BUGFIX] Respect lowercase „as“ in quoteIdentifiersForSelect
- QueryBuilder->quoteIdentifiersForSelect() now supports lowercase
and mixedcase „as“ to detect alias names for fields.... - 12:14 Revision 0c474286: [BUGFIX] Respect lowercase „as“ in quoteIdentifiersForSelect
- QueryBuilder->quoteIdentifiersForSelect() now supports lowercase
and mixedcase „as“ to detect alias names for fields.... - 12:13 Revision baf59b3e: [BUGFIX] Improve / Modernize style for preview notice
- Resolves: #38735
Releases: master
Change-Id: I5339f7a031b1e365c1d70c6ccb079bcff827c09e
Reviewed-on: https://review.ty... - 10:14 Revision 1cf77c84: [BUGFIX] Escape value in FormEngine.removeOption selector
- Change-Id: I3373078a78cc65cd27fcff7d38ded5291cdc5f3b
Resolves: #81806
Releases: master, 8.7, 7.6
Reviewed-on: https:/... - 08:39 Revision 5f4b88e7: Revert "[BUGFIX] Escape value in FormEngine.removeOption selector"
- This reverts commit be38f08900bf927c1a3196d3a5e5c876db57828f.
escapeSelector is not available in jQuery 2.x
Change-... - 08:27 Revision 85852383: [BUGFIX] Make sure correct sys_language_uid is set for irre items
- Resolves: #76440
Releases: master, 8.7, 7,6
Change-Id: I519641eadd3342369b66252da2d50ca54726aacb
Reviewed-on: https:/... - 08:27 Revision 92e5bd56: [BUGFIX] Unset file properties after signals are triggered
- Unsetting file properties needs to happen AFTER
the storage deleted the file, because the storage emits a signal,
whi... - 08:27 Revision c802e2fa: [BUGFIX] Unset file properties after signals are triggered
- Unsetting file properties needs to happen AFTER
the storage deleted the file, because the storage emits a signal,
whi... - 08:05 Revision bcb41292: [BUGFIX] Make sure correct sys_language_uid is set for irre items
- Resolves: #76440
Releases: master, 8.7, 7,6
Change-Id: I519641eadd3342369b66252da2d50ca54726aacb
Reviewed-on: https:/... - 08:02 Revision 906c1324: [BUGFIX] Unset file properties after signals are triggered
- Unsetting file properties needs to happen AFTER
the storage deleted the file, because the storage emits a signal,
whi... - 08:02 Revision 9f853168: [BUGFIX] MM Relation with add wizard resets the MM Relation
- Use the TcaDatabaseRecord instead of OnTheFly instance. This
in done to ensure what we have the same data as in
TYPO3... - 08:02 Revision 9675455b: [BUGFIX] MM Relation with add wizard resets the MM Relation
- Use the TcaDatabaseRecord instead of OnTheFly instance. This
in done to ensure what we have the same data as in
TYPO3... - 07:29 Revision be38f089: [BUGFIX] Escape value in FormEngine.removeOption selector
- Resolves: #81806
Releases: master, 8.7, 7.6
Change-Id: I1efc630a5579be8c8a1569667253f2572b9261ed
Reviewed-on: https:/... - 07:28 Revision fb771c1c: [BUGFIX] Outdated resource pointers crash for TCA type group
- Using TCA type "group" with internal_type "folder" crashes in
the backend if existing resource pointers have been mov...
2017-07-21
- 09:07 Revision 193d6572: [BUGFIX] Escape value in FormEngine.removeOption selector
- Resolves: #81806
Releases: master, 8.7, 7.6
Change-Id: I1efc630a5579be8c8a1569667253f2572b9261ed
Reviewed-on: https:/... - 08:53 Revision 65ba5bbe: [BUGFIX] Outdated resource pointers crash for TCA type group
- Using TCA type "group" with internal_type "folder" crashes in
the backend if existing resource pointers have been mov...
2017-07-20
- 19:22 Revision 42339283: [FEATURE] Mark wizards as "done" in Install Tool
- It is now possible to mark an upgrade wizard as "done" in the Install Tool
to prevent showing it up as an available w... - 19:07 Revision 8f4a267f: [TASK] Fix felogin documentation formatting (Configuration chapter)
- https://docs.typo3.org/typo3cms/extensions/felogin/Configuration/Index.html
Resolves: #81934
Releases: master, 8.7
C... - 18:48 Revision 5ee167a3: [BUGFIX] Code example in feature .rst
- Releases: master, 8.7
Resolves: #81928
Change-Id: I7dc15a12e54f11630d162e670e04fb793b07aa5f
Reviewed-on: https://revi... - 18:48 Revision bcb374bd: [TASK] Fix felogin documentation formatting (Configuration chapter)
- https://docs.typo3.org/typo3cms/extensions/felogin/Configuration/Index.html
Resolves: #81934
Releases: master, 8.7
C... - 15:41 Revision c682f9df: [BUGFIX] Code example in feature .rst
- Releases: master, 8.7
Resolves: #81928
Change-Id: I7dc15a12e54f11630d162e670e04fb793b07aa5f
Reviewed-on: https://revi... - 15:37 Revision 8f9729c6: [BUGFIX] Escape value in FormEngine.removeOption selector
- Resolves: #81806
Releases: master, 8.7, 7.6
Change-Id: I1efc630a5579be8c8a1569667253f2572b9261ed
Reviewed-on: https:/... - 13:28 Revision c7552332: [BUGFIX] Set master branch alias in travis
- Due to the circular dependency with typo3/testing-framework,
composer needs to know the version of the root package.
... - 11:11 Revision b1f63500: [BUGFIX] Allow to override RTE config via PageTS
- Fix the merging of YAML and PageTS provided RTE configuration to allow
editor configuration via PageTS
Resolves: #81... - 06:42 Revision 1a826802: [BUGFIX] Allow to override RTE config via PageTS
- Fix the merging of YAML and PageTS provided RTE configuration to allow
editor configuration via PageTS
Resolves: #81...
2017-07-19
- 20:53 Revision ed3feb53: [TASK] EXT:form - add email finishers explanations
- Reduce confusion caused by the naming of the email finishers and
add some explanations to the recipient address/name ... - 20:53 Revision 16c46eed: [TASK] EXT:form - add missing documentation for select element options
- Add documentation for select elements "prependOptionLabel" and
"prependOptionValue" options.
Resolves: #81797
Releas... - 20:53 Revision 995744b4: [BUGFIX] EXT:form - fix wrong "templateFileName" usage within the docs
- Resolves: #81799
Releases: master, 8.7
Change-Id: I89a653bf58376e42a02da0fefd5bbc7879a07a45
Reviewed-on: https://revi... - 20:34 Revision 5d201531: [TASK] Remove the dependency of EXT:tstemplate to EXT:frontend
- Use the RootlineUtility directly in EXT:tstemplate to get
the rootline instead of using EXT:frontend which then
calls... - 20:33 Revision 63eebe0c: [TASK] Move language files from EXT:lang to other extensions
- Move language files to the proper extensions instead of
misusing EXT:lang.
Resolves: #81888
Releases: master
Change-... - 20:00 Revision a00a26e3: [TASK] Remove the dependency of EXT:tstemplate to EXT:frontend
- Use the RootlineUtility directly in EXT:tstemplate to get
the rootline instead of using EXT:frontend which then
calls... - 19:58 Revision be923a41: [TASK] EXT:form - add missing documentation for select element options
- Add documentation for select elements "prependOptionLabel" and
"prependOptionValue" options.
Resolves: #81797
Releas... - 19:57 Revision 59b16e17: [BUGFIX] EXT:form - fix wrong "templateFileName" usage within the docs
- Resolves: #81799
Releases: master, 8.7
Change-Id: I89a653bf58376e42a02da0fefd5bbc7879a07a45
Reviewed-on: https://revi... - 19:57 Revision e7800262: [TASK] EXT:form - add email finishers explanations
- Reduce confusion caused by the naming of the email finishers and
add some explanations to the recipient address/name ... - 19:56 Revision cd8caf8d: [TASK] EXT:form - Add documentation
- Resolves: #80198
Releases: master,8.7
Change-Id: Iaad2a96c2b1d7413220521dc188b09700110e391
Reviewed-on: https://revie... - 09:39 Revision 95e450fe: [BUGFIX] Show message if no extension repo exists in extensionmanager
- Show a useful error message instead an exception in extensionmanager on
update extension list.
Releases: 7.6, 8.7, m... - 09:38 Revision 47caa24d: [TASK] Correct composer.json files of system extensions
- - add autoload-dev if missing
- add class-alias-map if missing
Resolves: #81867
Releases: master, 8.7
Change-Id: I26... - 09:38 Revision 3e39bf2b: [BUGFIX] Create missing files/folders for ExtensionCompatibilityTester
- * Create path to errorProtocolFile if it doesn't exist yet
* Create empty errorProtocolFile to avoid 404 errors
Reso... - 08:50 Revision a5c31241: [TASK] Do not force optimize-autoloader in composer.json
- This option (in config section) forced composer to create
optimized autoloader.
This improves speed but has some dis...
2017-07-17
- 13:08 Revision 8876f622: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/97 from pgampe/inline_n1nol10n
- [FEATURE] styleguide: TCA record for inline 1n with a not translatable child
- 13:05 Revision 36a369bd: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/98 from georgringer/patch-3
- [BUGFIX] styleguide: Use correct class for table
- 11:37 Revision 8f4867df: [TASK] Correct composer.json files of system extensions
- - add autoload-dev if missing
- add class-alias-map if missing
Resolves: #81867
Releases: master, 8.7
Change-Id: I26... - 11:36 Revision 25cfc169: [FEATURE] Add "required" argument to select view helper.
- Change-Id: Ic27930c09d6c373364e6299e5031397218694903
Resolves: #81656
Releases: master
Reviewed-on: https://review.ty... - 11:32 Revision 45def4a7: [BUGFIX] Show message if no extension repo exists in extensionmanager
- Show a useful error message instead an exception in extensionmanager on
update extension list.
Releases: 7.6, 8.7, m... - 11:24 Revision ac9cbd1f: [BUGFIX] Fix multi edit link in TableListViewHelper
- Load the proper requireJS module and provide the variable
T3_THIS_LOCATION to make the multi edit links working again... - 11:22 Revision 8c4635fd: [BUGFIX] Create missing files/folders for ExtensionCompatibilityTester
- * Create path to errorProtocolFile if it doesn't exist yet
* Create empty errorProtocolFile to avoid 404 errors
Reso... - 11:12 Revision a8d502ac: [BUGFIX] Clone ObjectStorage in ObjectAccess
- The ObjectStorage Object passed to iterator_to_array() ends up
with the pointer at the last item, so that any ongoing... - 11:11 Revision 28d4441d: [BUGFIX] Fix multi edit link in TableListViewHelper
- Load the proper requireJS module and provide the variable
T3_THIS_LOCATION to make the multi edit links working again... - 10:12 Revision 84131835: [BUGFIX] Clone ObjectStorage in ObjectAccess
- The ObjectStorage Object passed to iterator_to_array() ends up
with the pointer at the last item, so that any ongoing... - 09:41 Revision 6f860bfd: [!!!][TASK] Remove content object JSMENU
- Using the JSMENU is outdated and therefore removed.
Resolves: #81847
Releases: master
Change-Id: Ifb9465194578efb56f...
2017-07-16
- 20:57 Revision 1e2ed872: [BUGFIX] styleguide: Use correct class for table
- Instead of using `t3-table` use the class `table`
2017-07-15
- 23:07 Revision dceb4d48: [!!!][TASK] Drop field be_groups:hide_in_lists
- The ancient field 'hide_in_lists' is of very little use within
the group administration. The documented use case of h... - 22:24 Revision 9e8f8cab: [TASK] Optimize comment for sys_language_contentOL
- Resolves: #81622
Releases: master, 8.7
Change-Id: Ibe6097846cd7945ef5dc9808d936346591fa1d56
Reviewed-on: https://revi... - 22:10 Revision 86166840: [TASK] Optimize comment for sys_language_contentOL
- Resolves: #81622
Releases: master, 8.7
Change-Id: Ibe6097846cd7945ef5dc9808d936346591fa1d56
Reviewed-on: https://revi... - 22:06 Revision 7f452fc0: [BUGFIX] Don't duplicate thumbnails in file list and file selector
- Default width and height for thumbnails is now applied in ProcessedFile
thus configuration column of the sys_file_pro... - 19:11 Revision ec4d05eb: [BUGFIX] Allow cloning of the QueryBuilder
- In order to be able to implement pagination
it has to be possible to clone QueryBuilder.
Doctrine query builder alre... - 18:48 Revision f77efc6b: [TASK] Exchange 'scotland' and 'wales' to ISO Codes in sys_language
- Resolves: #81413
Releases: master
Change-Id: I47cde4b0f5ae36e15a4de43ee55b95dc48f588fd
Reviewed-on: https://review.ty... - 18:44 Revision 8960d9a5: [BUGFIX] Allow cloning of the QueryBuilder
- In order to be able to implement pagination
it has to be possible to clone QueryBuilder.
Doctrine query builder alre... - 18:40 Revision 8e57ff3b: [BUGFIX] Fix media asset creation in filelist
- After #81763, creating new media assets via "New file or folder" dialog
is broken. This patch fixes the broken behavi... - 18:31 Revision c287be94: [BUGFIX] Re-add `id` parameter to "Setup" and "Constants" edit link
- The patch adds the removed `id` parameter again to get back the whole
autocomplete feature.
Resolves: #81883
Related... - 18:19 Revision 1818f506: [BUGFIX] Fixes required CKeditor fields in flexforms
- CKeditor throwed errors in javascript, when field identifier
contained dot's. Using array syntax for CKEDITOR.instanc... - 18:01 Revision 509f8280: [BUGFIX] Do no force int cast of pageUid in f:link.page
- Since #81213, the `pageUid` argument is cast to an int. If that
parameter is omitted, pageUid becomes 0. UriBuilder i... - 16:22 Revision d5066ad2: [BUGFIX] Fixes required CKeditor fields in flexforms
- CKeditor throwed errors in javascript, when field identifier
contained dot's. Using array syntax for CKEDITOR.instanc... - 14:30 Revision 40afb6d7: [BUGFIX] Fix broken icon for 'Federated States of Micronesia' in sys_language
- If someone has 'Federated States of Micronesia' selected in "Select flag icon"
the value will become invalid after th... - 14:30 Revision c0d350cb: [BUGFIX] Fix broken icon for 'Federated States of Micronesia' in sys_language
- If someone has 'Federated States of Micronesia' selected in "Select flag icon"
the value will become invalid after th... - 14:21 Revision 59625a1d: [BUGFIX] Info->Pagetree overview - Drop "red plus" icon
- The "red plus" "has sub pages" indicator in Info->pagetree Overview
brings no sane and usable benefit and is dropped.... - 14:20 Revision 1aab58c1: [BUGFIX] Info->Pagetree overview - Drop "red plus" icon
- The "red plus" "has sub pages" indicator in Info->pagetree Overview
brings no sane and usable benefit and is dropped.... - 14:20 Revision 2e5bd3b5: [TASK] styleguide: TCA: RTE in a flex with dots in fieldname https://github.com/TYPO3-CMS/styleguide/issues/81390
- 12:57 Revision b8696bec: [BUGFIX] Correct label for cut release in clickmenu
- Add different label for cut release in clickmenu instead of using
the same label as cut.
Releases: master, 8.7
Resol... - 12:41 Revision 21bb1de5: [BUGFIX] Correct label for cut release in clickmenu
- Add different label for cut release in clickmenu instead of using
the same label as cut.
Releases: master, 8.7
Resol... - 12:12 Revision dc0641bc: [TASK] Fix syntax error in RST file
- As some might copy and paste the configuration structure, there should be
no syntax error.
Therefore the missing comm... - 11:55 Revision d4180a66: [TASK] Fix syntax error in RST file
- As some might copy and paste the configuration structure, there should be
no syntax error.
Therefore the missing comm... - 10:38 Revision ade023a0: [BUGFIX] Don't duplicate thumbnails in file list and file selector
- Default width and height for thumbnails is now applied in ProcessedFile
thus configuration column of the sys_file_pro... - 10:13 Revision 71c8c0d9: [BUGFIX] Allow comma in config.linkVars values
- The config.linkVars TypoScript setting is splitted by comma.
This will fail if the optional value, wrapped by braces,... - 10:13 Revision 3f410c2c: [BUGFIX] Allow comma in config.linkVars values
- The config.linkVars TypoScript setting is splitted by comma.
This will fail if the optional value, wrapped by braces,... - 09:30 Revision eddd848f: [TASK] Add attribute "placeholder" to PasswordViewHelper
- Resolves: #81873
Releases: master, 8.7
Change-Id: I99af134d1d6afe14c66de7a950da5f73bee1c1bb
Reviewed-on: https://revi... - 08:53 Revision 755e0ed0: [BUGFIX] Don't duplicate thumbnails in file list and file selector
- Default width and height for thumbnails is now applied in ProcessedFile
thus configuration column of the sys_file_pro... - 01:23 Revision e87ebbd6: [BUGFIX] Unset internal properties of processed file on delete
- When a processed file is deleted because it needs reprocessing, set the
internal deleted property to true and unset i... - 00:09 Revision 71e68294: [TASK] Add attribute "placeholder" to PasswordViewHelper
- Resolves: #81873
Releases: master, 8.7
Change-Id: I99af134d1d6afe14c66de7a950da5f73bee1c1bb
Reviewed-on: https://revi...
2017-07-14
- 23:48 Revision 2643c0ce: [TASK] Install Tool reset BE User with Ajax
- The 'Reset backend user preferences' button used a
controller action, but it can be improved by an ajax call.
Resolv... - 23:11 Revision 53cfdba3: [BUGFIX] Indexed search has wrong language keys in search template
- The search template uses language keys from the old pi base
language file and has to replaced with the keys from loca... - 22:43 Revision 3fa99259: [BUGFIX] Allow any navigation component to load in BE
- Since the ExtJS viewport refactoring in 8.5, it is not possible
anymore to load any other registered navigation compo... - 22:41 Revision 3aee9f64: [BUGFIX] Indexed search has wrong language keys in search template
- The search template uses language keys from the old pi base
language file and has to replaced with the keys from loca... - 22:34 Revision fb28d8de: [BUGFIX] Replace empty value constants in TypoScript Object-Browser
- After the constants replacement was changed to a regular expression,
the expression doesn't match empty value constan... - 22:33 Revision 2582a11b: [BUGFIX] Replace empty value constants in TypoScript Object-Browser
- After the constants replacement was changed to a regular expression,
the expression doesn't match empty value constan... - 22:32 Revision 77ca1b03: [BUGFIX] Replace empty value constants in TypoScript Object-Browser
- After the constants replacement was changed to a regular expression,
the expression doesn't match empty value constan... - 22:30 Revision c7ef0534: [BUGFIX] Allow any navigation component to load in BE
- Since the ExtJS viewport refactoring in 8.5, it is not possible
anymore to load any other registered navigation compo... - 17:54 Revision ee50e61d: [TASK] Style select in EXT:saltedpasswords with bootstrap
- Style the select box in extension configuration of EXT:saltedpasswords.
Resolves: #81860
Releases: master, 8.7
Chang... - 16:21 Revision ffb55f36: [TASK] Style select in EXT:saltedpasswords with bootstrap
- Style the select box in extension configuration of EXT:saltedpasswords.
Resolves: #81860
Releases: master, 8.7
Chang... - 15:47 Revision 972394c5: [BUGFIX] Respect default label in TranslateViewHelper again
- Resolves: #81862
Related: #81168
Releases: master, 8.7
Change-Id: Iee90dd123da8f445544e06ce9b61a83be2ff662b
Reviewed-... - 15:35 Revision cc3080d6: [BUGFIX] Respect default label in TranslateViewHelper again
- Resolves: #81862
Related: #81168
Releases: master, 8.7
Change-Id: Iee90dd123da8f445544e06ce9b61a83be2ff662b
Reviewed-... - 10:49 Revision b4675b5b: [TASK] Cleanup locallang_csh_webinfo.xlf
- Remove old help text which is not used anymore
Resolves: #81864
Releases: master
Change-Id: I861fe76fafeaac32dec1219... - 10:17 Revision 87fc0aaa: [BUGFIX] Fix database query in StaticRecordCollection
- Fix the query to fetch collection records to use an alias for the
foreign table instead of the MM tables and properly... - 10:11 Revision 20a5a0b1: [FEATURE] styleguide: TCA record for inline 1n with a not translatable child
- 09:14 Revision ca5b8db7: [BUGFIX] Fix database query in StaticRecordCollection
- Fix the query to fetch collection records to use an alias for the
foreign table instead of the MM tables and properly...
2017-07-13
- 22:33 Revision 9ebcd4d5: [TASK] Combine modules "about" & "about modules"
- To simplify the backend user interface the module "About module"
is merged into the module "About TYPO3 CMS".
Resolv... - 21:03 Revision 1814e43a: [TASK] Unify ext_emconf setting clearCacheOnLoad
- Some system extensions are using a lowercase version
of this setting. Unify to the correct one.
The extension manage... - 20:58 Revision 097967b2: [BUGFIX] Enable thumbnail generation for IRRE image files with capitalized file extension
- The 'imagefile_ext' list only contains the lowercase versions of all supported extensions.
This patch makes sure that... - 20:40 Revision 64a9da3f: [BUGFIX] Add video/x-m4v to supported mime types of VideoTagRenderer
- Some videos might use the mime type video-x-m4v. To render those, the
mime type must be added to the list of supporte... - 20:29 Revision f13d1754: [TASK] Readd the type to the list of extensions in the extension manager
- Providing the type in the extension list makes it easier to filter the
list of extensions, e.g. by searching for "loc... - 20:24 Revision dfcaee77: [BUGFIX] Enable thumbnail generation for IRRE image files with capitalized file extension
- The 'imagefile_ext' list only contains the lowercase versions of all supported extensions.
This patch makes sure that... - 20:20 Revision 5bff6f46: [BUGFIX] Add missing "Display messages" checkbox to admin panel
- The checkbox for displaying TypoScript log messages is missing from
the admin panel since TYPO3 version 8.7 and above... - 20:20 Revision 02201edd: [BUGFIX] Add video/x-m4v to supported mime types of VideoTagRenderer
- Some videos might use the mime type video-x-m4v. To render those, the
mime type must be added to the list of supporte... - 20:11 Revision c06c4aad: [TASK] Readd the type to the list of extensions in the extension manager
- Providing the type in the extension list makes it easier to filter the
list of extensions, e.g. by searching for "loc... - 20:09 Revision 7e9c6652: [TASK] Move the title of the sys_template record in template module
- Improve the look of the template module by moving the
title to the table below.
Resolves: #81833
Releases: master
Ch... - 20:01 Revision 56f1b8aa: [TASK] Unify ext_emconf setting clearCacheOnLoad
- Some system extensions are using a lowercase version
of this setting. Unify to the correct one.
The extension manage... - 20:01 Revision a91ec116: [BUGFIX] Add missing "Display messages" checkbox to admin panel
- The checkbox for displaying TypoScript log messages is missing from
the admin panel since TYPO3 version 8.7 and above... - 16:38 Revision a0b4e558: [BUGFIX] EXT:indexed_search: Ensure that sword is a string
- Resolves: #81782
Releases: master,8.7
Change-Id: I3bd19d8b796f7ec0d64961d45cb6937da2a06301
Reviewed-on: https://revie... - 13:15 Revision d335eea2: [BUGFIX] Fix broken @types/jquery and update npm packages
- Resolves: #81772
Releases: master
Change-Id: I2dc8f61c1ec888d58f00f49a19f4f4ff27c2e7db
Reviewed-on: https://review.ty... - 13:02 Revision bd66b4a3: [TASK] Remove unused ViewHelpers of EXT:install
- The following ViewHelpers are not used and can be removed:
- file.size
- file.imageDimension
The ViewHelper format.... - 11:35 Revision 175ee895: [TASK] Fix typos and syntax in rst files
- Resolves: #81846
Releases: master
Change-Id: Ibe04c82644cde6d46b8825bbc484bc217139ceca
Reviewed-on: https://review.ty...
2017-07-12
- 15:42 Revision 80bac975: [BUGFIX] Wait with replacing CKEditor until DOM is ready
- Resolves: #81243
Releases: master, 8.7
Change-Id: I31ce2b3b97b47c557b93341b17839174e5097e38
Reviewed-on: https://revi... - 15:42 Revision c4552dc6: [BUGFIX] Wait with replacing CKEditor until DOM is ready
- Resolves: #81243
Releases: master, 8.7
Change-Id: I31ce2b3b97b47c557b93341b17839174e5097e38
Reviewed-on: https://revi... - 10:36 Revision 15633414: [BUGFIX] Add TER replacements for extracted extensions
- When extracting system extensions from typo3/cms and publishing
them to TER, replacements for these must be added to ... - 10:35 Revision 2ea641b0: [BUGFIX] Add TER replacements for extracted extensions
- When extracting system extensions from typo3/cms and publishing
them to TER, replacements for these must be added to ... - 06:23 Revision 9aed0235: [BUGFIX] EXT:indexed_search: Ensure that sword is a string
- Resolves: #81782
Releases: master,8.7
Change-Id: I3bd19d8b796f7ec0d64961d45cb6937da2a06301
Reviewed-on: https://revie...
2017-07-11
- 12:54 Revision 16171dae: [BUGFIX] Ensure absolute paths for &eID=dumpFile
- When using realurl (or other extensions modifying the
path of the frontend) then index.php may be linked not
to PATH_... - 11:18 Revision 6c009787: [TASK] Add 'Edit me on GitHub' button to system extensions
- Releases: master
Resolves: #81830
Change-Id: Idc5c0713927e6e3c5ee9b7977c39ab4f8354b21f
Reviewed-on: https://review.ty...
2017-07-10
- 19:25 Revision 866d02f3: [BUGFIX] Resolve t3: URI to FAL objects for src attributes
- Files in FAL can be linked with a t3://file link. Those URIs can
now be used in e.g. src attributes of the image view... - 14:56 Revision 19a8f80a: [BUGFIX] Resolve t3: URI to FAL objects for src attributes
- Files in FAL can be linked with a t3://file link. Those URIs can
now be used in e.g. src attributes of the image view...
2017-07-08
- 18:56 Revision 7ecd2112: [BUGFIX] Make number of listed records in EXT:recycler configurable again
- Respect the number of records to fetch configured in TSconfig using
mod.recycler.recordsPageLimit again.
Releases: m... - 18:44 Revision a5d27e05: [BUGFIX] Make number of listed records in EXT:recycler configurable again
- Respect the number of records to fetch configured in TSconfig using
mod.recycler.recordsPageLimit again.
Releases: m...
2017-07-06
- 19:35 Revision 341d6302: [TASK] EXT:form - rename form element "Page" to "Step"
- Resolves: #80194
Releases: master, 8.7
Change-Id: I6b08f5f9593c83dc8b28c1d16fab4ae2517a139a
Reviewed-on: https://revi... - 19:35 Revision b3ab618c: [BUGFIX] EXT:form - fix DatePicker html output
- - change input type to "text"
- change readonly attribute value to "readonly"
Resolves: #81714
Releases: master, 8.7... - 19:18 Revision 11e70f79: [TASK] EXT:form - rename form element "Page" to "Step"
- Resolves: #80194
Releases: master, 8.7
Change-Id: I6b08f5f9593c83dc8b28c1d16fab4ae2517a139a
Reviewed-on: https://revi... - 19:16 Revision 6ed16e54: [BUGFIX] EXT:form - fix DatePicker html output
- - change input type to "text"
- change readonly attribute value to "readonly"
Resolves: #81714
Releases: master, 8.7... - 16:26 Revision 8f93ac54: [BUGFIX] Make extensionName parameter optional for LocalizationUtility::translate()
- This patch prevents a PHP warning when second parameter of the method is not provided.
The extensionName is indeed op... - 15:26 Revision c1fb7a32: [BUGFIX] Make extensionName parameter optional for LocalizationUtility::translate()
- This patch prevents a PHP warning when second parameter of the method is not provided.
The extensionName is indeed op... - 14:18 Revision 4e756929: [BUGFIX] Early return in checkValueForInternalReferences
- If an empty field is passed to checkValueForInternalReferences
in the DataHandler class - there is no need to process... - 13:48 Revision 4a7c92f2: [BUGFIX] Early return in checkValueForInternalReferences
- If an empty field is passed to checkValueForInternalReferences
in the DataHandler class - there is no need to process... - 10:24 Revision c143b6e9: [TASK] Cleanup ext_emconf authors
- Unify the authors in ext_emconf files.
Resolves: #81791
Releases: master
Change-Id: Ia409787be0ac84c0d3738aa43dade94... - 10:16 Revision 3053e33f: [BUGFIX] MM Relation with add wizard resets the MM Relation
- Use the TcaDatabaseRecord instead of OnTheFly instance. This
in done to ensure what we have the same data as in
TYPO3...
2017-07-05
- 16:43 Revision 0adc1ea0: [TASK] Use constants for 'Image.CropScaleMask' and 'Image.CropScaleMask'
- Constants ProcessedFile::CONTEXT_IMAGECROPSCALEMASK and
ProcessedFile::CONTEXT_IMAGEPREVIEW are now used instead of s... - 15:18 Revision 81eeee2f: [TASK] Upgrade version of D3 to 4.9.1
- This updates the version of D3 to the latest
release, 4.9.1.
The realese can be seen here: https://github.com/d3/d3/... - 15:04 Revision 87c343b0: [TASK] Upgrade version of D3 to 4.9.1
- This updates the version of D3 to the latest
release, 4.9.1.
The realese can be seen here: https://github.com/d3/d3/... - 00:01 Revision 7a2902ca: [BUGFIX] Always quote SQL identifiers in schema migrations
- Doctrine doesn't always return quoted identifiers when reading the
schema information from the database. This patch w...
2017-07-04
- 23:44 Revision 1dd2254c: [BUGFIX] Always quote SQL identifiers in schema migrations
- Doctrine doesn't always return quoted identifiers when reading the
schema information from the database. This patch w... - 23:24 Revision ededfc07: [TASK] Resolve hidden dependency from EXT:backend to EXT:rsaauth
- Moves always-executed code into a hook which only executes
if the rsaauth extension is installed.
Resolves: #80580
R... - 23:15 Revision 5de39f07: [BUGFIX] Provide lang and uc data for workspace notification localization
- The notification e-mails of workspace changes need the lang of the
BackendUser record, this change introduces the lan... - 23:03 Revision 90d9a9ef: [BUGFIX] Provide lang and uc data for workspace notification localization
- The notification e-mails of workspace changes need the lang of the
BackendUser record, this change introduces the lan... - 22:57 Revision 164b1fba: [BUGFIX] EXT:form - fix radio button html markup
- Make the radio button html markup closer to
http://getbootstrap.com/css/#checkboxes-and-radios
- remove the "for" at... - 22:36 Revision 4bb21e28: [BUGFIX] Always select database number in Redis Cache Backend
- When using persistent connections, we need to always select the database.
Resolves: #81629
Releases: master, 8.7
Cha... - 22:17 Revision d9b2c19d: [BUGFIX] Always select database number in Redis Cache Backend
- When using persistent connections, we need to always select the database.
Resolves: #81629
Releases: master, 8.7
Cha... - 20:02 Revision 1071e030: [BUGFIX] Import Fluid namespace in Step layout of install tool
- Namespace “i” is used but never imported. This patch fixes that.
Change-Id: Iba5a5e97cb633298b9993fca5c5b5f655f36fea... - 20:02 Revision f3227e91: [BUGFIX] Import Fluid namespace in Step layout of install tool
- Namespace “i” is used but never imported. This patch fixes that.
Change-Id: Iba5a5e97cb633298b9993fca5c5b5f655f36fea... - 19:45 Revision 312ac559: [!!!][TASK] Drop ext:func
- The extension "func" which brings the "Web->Functions" main module
acts as a container for other extensions to hook i... - 09:12 Revision 92fa10d9: [TASK] Set TYPO3 version to 7.6.21-dev
- Change-Id: I681f52006af409b3430b2c39d90ad62aefde796c
Reviewed-on: https://review.typo3.org/53390
Tested-by: TYPO3com ... - 08:39 Revision 87d75ebe: [TASK] Set TYPO3 version to 8.7.4-dev
- Change-Id: I56fe81c10901bb42b7656d004b66195900e598a6
Reviewed-on: https://review.typo3.org/53388
Tested-by: TYPO3com ... - 08:37 Revision ecb6538c: [RELEASE] Release of TYPO3 7.6.20
- Change-Id: I60e2cb94a00d9add16b7609e6002ab229a341c0e
Reviewed-on: https://review.typo3.org/53389
Reviewed-by: Benni M... - 07:53 Revision 87dcc056: [RELEASE] Release of TYPO3 8.7.3
- Change-Id: I1da9d2b21dfd231b98e1a4d9ea2c8aee74202277
Reviewed-on: https://review.typo3.org/53387
Reviewed-by: Benni M...
2017-07-03
- 15:54 Revision c91e77ef: [TASK] Integrate "Functions" as context menu
- The patch integrates ext:wizard_sortpages and ext:wizard_crpages
as context menu items in "more" of the page record c... - 15:23 Revision e6878c49: [!!!][TASK] Migrate file edit form to FormEngine
- To simplify the overhaul of EXT:t3editor, the form to change a file's
content is based on FormEngine now.
Additional... - 08:32 Revision 5513a2b7: [FOLLOWUP][TASK] Remove unused Extbase exception classes
- Re-add existing class aliases introduced in TYPO3 v8
Resolves: #81600
Releases: master
Change-Id: I641347c084c1b671b... - 08:31 Revision 143de0e3: [TASK] Upgade CKEDITOR to 4.7.1
- CKEditor have realeased a new version, containing fixes
primarily for table selection, but also some general
fixes.
... - 08:10 Revision 77db4fac: [TASK] Upgade CKEDITOR to 4.7.1
- CKEditor have realeased a new version, containing fixes
primarily for table selection, but also some general
fixes.
... - 08:01 Revision 36696a35: [BUGFIX] Do no force int cast of pageUid in f:link.action
- Since #81213, the `pageUid` argument is cast to an int. If that
parameter is omitted, pageUid becomes 0. UriBuilder i... - 00:30 Revision 3a009454: [TASK] EXT:form - Add documentation
- Resolves: #80198
Releases: master
Change-Id: Iaad2a96c2b1d7413220521dc188b09700110e391
Reviewed-on: https://review.ty...
2017-07-02
- 22:16 Revision abf8691c: [BUGFIX] Make sure correct data types are passed around in RefIndex
- Releases: master, 8.7
Resolves: #81637
Change-Id: I8b5a1e701b91657efd341aae96a23f4c4d643b43
Reviewed-on: https://revi... - 21:28 Revision a2647b1a: [BUGFIX] Make sure correct data types are passed around in RefIndex
- Releases: master, 8.7
Resolves: #81637
Change-Id: I8b5a1e701b91657efd341aae96a23f4c4d643b43
Reviewed-on: https://revi...
2017-07-01
- 20:53 Revision 981a5b11: [BUGFIX] Remove not working CDATA usage in JS template file
- The "{" character is now wrapped into f:format.raw.
Change-Id: I472bf9f600d43bbb8a0d5d5f691109c20599fd90
Resolves: #... - 20:32 Revision 3d77b72e: [BUGFIX] Remove not working CDATA usage in JS template file
- The "{" character is now wrapped into f:format.raw.
Change-Id: I472bf9f600d43bbb8a0d5d5f691109c20599fd90
Resolves: #...
2017-06-30
- 21:13 Revision 0e005ccc: [BUGFIX] Fix typo in "Recently updated pages" menu description
- Resolves: #81760
Releases: master, 8.7
Change-Id: Ib04e7bd994ae32f02649112e838115003a4a42c0
Reviewed-on: https://revi... - 20:52 Revision 6fe22e9e: [BUGFIX] Fix typo in "Recently updated pages" menu description
- Resolves: #81760
Releases: master, 8.7
Change-Id: Ib04e7bd994ae32f02649112e838115003a4a42c0
Reviewed-on: https://revi... - 20:03 Revision c162474a: [BUGFIX] Copying workspace version record fails
- Copying workspace version records fails in Doctrine DBAL exception due to
using computed properties directly in the d... - 17:36 Revision dbe425f9: [BUGFIX] Copying workspace version record fails
- Copying workspace version records fails in Doctrine DBAL exception due to
using computed properties directly in the d...
Also available in: Atom