Activity
From 2018-10-29 to 2018-11-27
2018-11-27
- 19:34 Revision bc847427: [BUGFIX] Drop GROUP BY clause in Info > PageTS Config
- The GROUP BY clause used in InfoPageTypoScriptConfigController's
`getOverviewOfPagesUsingTSConfig()` is dropped, as g... - 17:29 Revision 425e1fe5: [BUGFIX] Drop GROUP BY clause in Info > PageTS Config
- The GROUP BY clause used in InfoPageTypoScriptConfigController's
`getOverviewOfPagesUsingTSConfig()` is dropped, as g... - 15:49 Revision 8413d6d3: [TASK] Log a warning if fluid-based preview template couldn't be rendered
- A warning is logged if the fluid-based preview template for a
content element could not be rendered.
The logged warn...
2018-11-26
- 17:58 Revision f64e7aef: [BUGFIX] Enlarge scheduler object DB field
- The serialized PHP object is stored within the database field
"serialized_task_object". When serializing this could l... - 17:25 Revision d7065b34: [BUGFIX] Enlarge scheduler object DB field
- The serialized PHP object is stored within the database field
"serialized_task_object". When serializing this could l...
2018-11-24
- 16:17 Revision 5f700cfe: Revert "[BUGFIX] Improve Performance for Inline Elements"
- This reverts commit be62d64d6b17b51b997cd88c5da7805587fc93db.
The fix introduced breaking behavior on for additional...
2018-11-22
- 12:46 Revision 2ce03c6e: [BUGFIX] Fix full example in `Feature-86826-RecursiveRecordSitemap`
- Some missing TypoScript is added to the documentation file
`Feature-86826-RecursiveRecordSitemap.rst` to get an addit... - 09:40 Revision 23b5ff17: [BUGFIX] User Setup: Check if languages have been configured
- On a fresh installation of TYPO3, no system languages are configured
which breaks the "User Setup" module. An additio...
2018-11-20
- 14:05 Revision 3213f856: [BUGFIX] Fix outdated link in docs
- That linked resource is just not available under that URL anymore.
Releases: master, 8.7
Resolves: #86951
Change-Id:... - 13:15 Revision 8025fa93: [BUGFIX] Fix outdated link in docs
- That linked resource is just not available under that URL anymore.
Releases: master, 8.7
Resolves: #86951
Change-Id:...
2018-11-19
- 13:48 Revision be239c20: [BUGFIX] Remove unused `fieldChangeFunc` in GroupElement
- The class GroupElement defines a `fieldChangeFunc` which is unused in
this context. Since this never caused an issue,... - 12:50 Revision 009d1ac0: [BUGFIX] Strip tags only from strings in ArrayUtility::stripTagsFromValuesRecursive
- Prevent an implicit type cast to string through strip_tags.
Ignore any scalar values other than string,
but preserve ... - 11:29 Revision a295c186: [BUGFIX] Strip tags only from strings in ArrayUtility::stripTagsFromValuesRecursive
- Prevent an implicit type cast to string through strip_tags.
Ignore any scalar values other than string,
but preserve ... - 10:03 Revision 582ad60f: [TASK] Check number of file extensions
- Show the add media and text form only if at least
one file extension exists.
Resolves: #86925
Releases: master, 8.7
... - 09:51 Revision 38c4a246: [TASK] Add searchFields in TCA for sys_news, sys_action and sys_note
- Resolves: #86932
Releases: master, 8.7
Change-Id: Ic699b0af99fb73bfdb91e3dbbb3e6f3e41335b5b
Reviewed-on: https://revi... - 09:34 Revision f2693362: [TASK] Check number of file extensions
- Show the add media and text form only if at least
one file extension exists.
Resolves: #86925
Releases: master, 8.7
... - 09:22 Revision 0c948e97: [TASK] Add searchFields in TCA for sys_news, sys_action and sys_note
- Resolves: #86932
Releases: master, 8.7
Change-Id: Ic699b0af99fb73bfdb91e3dbbb3e6f3e41335b5b
Reviewed-on: https://revi... - 09:11 Revision 070c5067: [BUGFIX] Cast file resource pointer in UploadFileReferenceConverter
- The return value of the hmac check is a string and must be casted to
an integer as the method using the value require... - 08:54 Revision 198961d0: [BUGFIX] CSS selector in extension configuration modal too specific
- The .typo3-install class is not present in the current modal. This
re-introduces the margin above the "save" button.
... - 08:52 Revision c5f27f00: [BUGFIX] Cast file resource pointer in UploadFileReferenceConverter
- The return value of the hmac check is a string and must be casted to
an integer as the method using the value require...
2018-11-16
- 14:45 Revision 271ef66b: [TASK] Explain "recursive" in record sitemap
- Follow-up commit to provide explanation for parameter `recursive` in:
A recursive configuration makes it a lot easier... - 11:46 Revision 1b95f08a: [FEATURE] Support recursive in record sitemap
- A recursive configuration makes it a lot easier to provide
a sitemap for all records without touching the configurati... - 10:57 Revision 206414c6: [BUGFIX] Add RootPage to Slug Candidates
- The slug candidates resolving now takes "/" into account,
allowing to find the root page as well. This way, the PageR... - 10:20 Revision d7dc7168: [BUGFIX] Select proper records in DBAL workspace restrictions
- A new WorkspaceRestriction is added to solve all issues
once and for all.
For now, this restriction is only added in... - 09:51 Revision cda6c030: [BUGFIX] Select proper records in DBAL workspace restrictions
- A new WorkspaceRestriction is added to solve all issues
once and for all.
For now, this restriction is used to only ...
2018-11-15
- 15:01 Revision 5335d9aa: [BUGFIX] Remove caches if a site is deleted
- This patch fixes a pseudo-site-error in the backend after a
created site is deleted and the page module is shown.
Aft...
2018-11-14
- 20:55 Revision 09bd2cf4: [BUGFIX] Cast PSR-7 Uri object to string in preview links
- When generating the workspace preview links, the Uri
object needs to be case to string.
Resolves: #86928
Releases: m... - 20:40 Revision 9ff37c43: [BUGFIX] Check Tsconfig in page module for value of content element
- In case a content element is added with TsConfig its label can't be
loaded from TCA but the TsConfig must be checked.... - 17:05 Revision 0f4b4231: [BUGFIX] Show frontend user image migration wizard again
- Resolves: #82068
Releases: 8.7
Change-Id: Id972e5531cf9e85fd7a1ecf8bd69a9912a384084
Reviewed-on: https://review.typo3... - 14:15 Revision cec73aee: [TASK] Remove obsolete .rst file
- The .rst file for issue #86881 needs to be removed again,
the patch has been reverted.
Resolves: #86926
Related: #86... - 06:24 Revision 4e239bc9: [BUGFIX] Check Tsconfig in page module for value of content element
- In case a content element is added with TsConfig its label can't be
loaded from TCA but the TsConfig must be checked.... - 03:31 Revision 56dcf354: [BUGFIX] Set proper caching lifetime of meta tags and titles
- Use the lifetime of the current page for caching the meta tags and titles
Resolves: #86234
Releases: master
Change-I... - 03:00 Revision b315587d: Revert "[BUGFIX] Set BackendUserAspect earlier to make it usable in TSConfig"
- This reverts commit 52c391df3d4070d7bb192c724597141111e70b21.
When a backend user has set a workspace, this needs
to...
2018-11-09
- 21:33 Revision 1ab4b9a1: [TASK] Move latest rst files to correct directory
- Resolves: #86891
Releases: master
Change-Id: If9a3d35b4eb08d9f2f08aca4b7a23da4ac91f46f
Reviewed-on: https://review.ty... - 12:14 Revision 14bf40b3: Revert "[FEATURE] Support feature toggle in expression language"
- This reverts commit c0d321c2c0f0e4eb8b839a83a787e104183092da.
Reason for revert: this was a feature merged before br...
2018-11-08
- 22:15 Revision 3823f0af: [TASK] Only render hreflang tag when multiple languages are available
- Make sure the hreflang tags are only rendered when there is more than 1
language enabled for the current page.
Resol... - 21:56 Revision 40a79c0a: [TASK] Respect alternative web mounts in suggest wizard
- The suggest wizard now respects temporary page tree mount
points and altElementBrowserMountPoints from the TSconfig.
... - 21:55 Revision 1a66bc91: [BUGFIX] Correctly create schema diff for renamed fields and indexes
- TYPO3's schema migrator has code to create drop and add fields
statements out of renamed columns detected by doctrine... - 21:53 Revision 88533415: [TASK] Remove leftovers of "options.uploadFieldsInTopOfEB"
- With #80463 - before v8 LTS - the setting
"options.uploadFieldsInTopOfEB" has been removed from the templates,
no nee... - 21:45 Revision 2a565fa6: [BUGFIX] Use FlashMessageRendererResolver in ReferenceIndex
- To avoid exceptions while calling the referenceindex:update via CLI the
FlashMessageRendererResolver must be used.
R... - 21:21 Revision d70b6f51: [BUGFIX] Skip language -1 in preview url generation
- Resolves: #86623
Releases: master
Change-Id: Ic7e6c8dd5b7232f2ee2e3f84664b25835e782677
Reviewed-on: https://review.ty... - 21:11 Revision be62d64d: [BUGFIX] Improve Performance for Inline Elements
- Invisible and not translated records will not be retrieved anymore.
Currently every inline element will be translate... - 21:05 Revision 43e988f4: [TASK] Remove leftovers of "options.uploadFieldsInTopOfEB"
- With #80463 - before v8 LTS - the setting
"options.uploadFieldsInTopOfEB" has been removed from the templates,
no nee... - 20:44 Revision a726ae1e: [BUGFIX] Remove double encoding of dataStructureIdentifier
- As dataStructureIdentifier of FlexForms will be transferred
as JSON-encoded string, there is no need to call "json_en... - 20:37 Revision 4532a1ad: [BUGFIX] Send payload of image cropping wizard via POST
- The image cropper wizard configuration can become very large, which
might break the wizard as the configuration is se... - 20:33 Revision a445cca6: [BUGFIX] Detect proper TsConfig for blinding settings in tree provider
- Due the refactoring with #84993 the tsconfig coulnd't be loaded correctly if
a subarray must be accessed.
Resolves: ... - 20:21 Revision eb3ed329: [BUGFIX] Fix various issues in Core Updater
- - The click event for the update button is now bound to the modal and not
to the origin document, as this doesn't wor... - 19:16 Revision 0015c5e3: [BUGFIX] Show adminpanel module in safari
- This patch makes the new adminpanel frontend usable
in Apple Safari.
Resolves: #86251
Releases: master
Change-Id: I1... - 19:15 Revision c22409a1: [BUGFIX] Ignore provided pages for sitemap menu
- The sitemap menu doesn't show the pages field and therefore
it must not be used in the MenuProcessor configuration as... - 18:52 Revision d702b091: [BUGFIX] Use sys_language isocode for SiteLanguage
- The PseudoSiteFinder transfers the iso code from sys_language
in the correct field for SiteLanguage. Also respect the... - 18:43 Revision c0d321c2: [FEATURE] Support feature toggle in expression language
- Resolves: #86881
Releases: master
Change-Id: Ib9325081b572f22936cc28cbc1f8b977f9c1b0bf
Reviewed-on: https://review.ty... - 18:38 Revision da277eb8: [BUGFIX] Ignore provided pages for sitemap menu
- The sitemap menu doesn't show the pages field and therefore
it must not be used in the MenuProcessor configuration as... - 17:41 Revision ec2340a6: [BUGFIX] Include DB queries with free mode records
- With the new site handling, the overlayType for fetching
records in the frontend context is always set to
OVERLAYS_ON... - 17:33 Revision 3cdf60a9: [TASK] Remove fluid namespace in sitemap template
- There is no need to keep the fluid namespace definition in the template.
Resolves: #86873
Releases: master
Change-Id... - 17:32 Revision b0cfa481: [BUGFIX] Add reports.html to acceptance tests
- Add additional option to create reports.html upon
codeception runs on local execution of acceptance tests.
Resolves:...
2018-11-06
- 19:52 Revision 0e19f1de: [BUGFIX] Hide internal prefix "cat:" in tags of upgrade docs
- The prefix "cat:" is used internally and it doesn't make sense to
show it to a regular user. Neither does it provide ... - 19:20 Revision 1bc7b0a4: [BUGFIX] Hide internal prefix "cat:" in tags of upgrade docs
- The prefix "cat:" is used internally and it doesn't make sense to
show it to a regular user. Neither does it provide ... - 15:08 Revision 7c7b3574: [BUGFIX] Use correct value for eventPid in DataHandler
- When using workspaces and the record properties
should be shown, the wrong field (_ORIG_pid instead of
t3ver_oid) is ...
2018-11-05
- 23:16 Revision 4c108f0f: [BUGFIX] Fix isMissing called on Null error
- Add a Null check in FileLinktype->checkLink
function
Resolves: #86857
Releases: master,8.7
Change-Id: I2cc270dd7b839... - 22:58 Revision 582b9116: [BUGFIX] Fix isMissing called on Null error
- Add a Null check in FileLinktype->checkLink
function
Resolves: #86857
Releases: master,8.7
Change-Id: I2cc270dd7b839... - 21:43 Revision ff6ad483: [FEATURE] Improve creation of URL query strings from arrays
- Adds a new method HttpUtility::buildQueryString() using
http_build_query() instead of reimplementing the encoding-pro... - 16:26 Revision 3403543e: [BUGFIX] styleguide: Minor typo
- 11:25 Revision c3f32cbb: [BUGFIX] Force word breaks in callouts
- The CSS of callouts is adjusted to enforce word breaks to prevent
overlapping the container.
Resolves: #86827
Releas... - 09:17 Revision aabe5f71: [BUGFIX] Respect DateTimeImmutable in Extbase
- The DateTimeConverter and DataMapper of Extbase now checks for
DateTimeInterface, and can thus handle DateTimeImmutab... - 08:31 Revision 5ff51a47: [TASK] Changed label for page_tree_stop
- Clearified the message of the label of the field.
Added tooltip for a better explanation.
Resolves: #84580
Releases:...
2018-11-03
- 16:54 Revision 2130b349: Revert "[BUGFIX] Set constraints in `FrontendRestrictionContainer` depending on workspace context"
- This reverts commit c3e7779c61cc567b9a1cbf5fec747748e5059464.
Change-Id: Ic2d68767d463b94ab42814848396b8f019e8cb15
R... - 10:49 Revision 4617f698: [BUGFIX] styleguide: Minor typo in runTests.sh
2018-11-02
- 20:48 Revision 1e462fbf: [BUGFIX] Keep existing validation errors for recursive domain relations
- Do not overwrite already generated validation errors when a property
validator leads to a recursive validate() call t... - 20:43 Revision 6a3a5ca1: [TASK] Raise testing-framework and styleguide
- Acceptance tests of testing-framework have been refactored
a bit to be easier usable by extensions. Core needs some
a... - 20:35 Revision 0127c5d2: [BUGFIX] Show correct ReST file for @validate annotation
- The extension scanner didn't show the correct ReST file. Instead
of the file for @validate, it has shown the file for... - 20:11 Revision 54f1399f: [BUGFIX] Make `LoginRefresh.submitForm a lambda function
- The function `LoginRefresh.submitForm` is changed to be a lambda
function. Reason is that `this` is now bound to the ... - 19:57 Revision 56576448: [BUGFIX] Keep existing validation errors for recursive domain relations
- Do not overwrite already generated validation errors when a property
validator leads to a recursive validate() call t... - 17:43 Revision f347a316: [TASK] Changed label for page_tree_stop
- Clearified the message of the label of the field.
Added tooltip for a better explanation.
Resolves: #84580
Releases:... - 12:59 Revision a2c3f10f: [TASK] styleguide: Have a more useful functional test
- 12:57 Revision c3e7779c: [BUGFIX] Set constraints in `FrontendRestrictionContainer` depending on workspace context
- The `FrontendRestrictionContainer` must not respect the hidden flag, if
the request happens in a workspace context. T... - 12:34 Revision 61327163: [BUGFIX] Fix translated file relation with sql_mode=ONLY_FULL_GROUP_BY
- The SQL mode ONLY_FULL_GROUP_BY enforces all fields used in "GROUP BY"
to be present in "SELECT".
See https://dev.my... - 12:30 Revision 17af55ee: [TASK] styleguide: Substitute demo unit test with something more useful
- 12:19 Revision 8c7d8a30: [TASK] styleguide: Basic test setup
- https://github.com/TYPO3-CMS/styleguide/pull/125
* runTests.sh and docker environment
* basic unit testing
* bacis f... - 12:15 Revision 1b4ff642: [BUGFIX] Fix translated file relation with sql_mode=ONLY_FULL_GROUP_BY
- The SQL mode ONLY_FULL_GROUP_BY enforces all fields used in "GROUP BY"
to be present in "SELECT".
See https://dev.my... - 11:47 Revision d16606b3: [BUGFIX] Provide effectivePid for flexforms segment
- Custom ckeditor config is now loaded in flexforms.
Resolves: #83809
Related: #81748
Releases: master, 8.7
Change-Id:... - 10:27 Revision 8fc01bb9: [BUGFIX] Provide effectivePid for flexforms segment
- Custom ckeditor config is now loaded in flexforms.
Resolves: #83809
Related: #81748
Releases: master, 8.7
Change-Id:... - 10:12 Revision 0faf9829: [TASK] Allow type 'text' in site configuration
- As yaml supports multiline text, it should be also allowed inside the
site configuration.
With #86214 the type 'text'... - 09:00 Revision bebb019f: [TASK] Change cursor type hovering CE in language view
- Change cursor type to "move" hovering content elements if you are in page
module and in language view. Same as in col... - 06:24 Revision 7b4aa3df: [BUGFIX] Limit available languages in user setup module
- Limit the available languages not only to the ones having a
translation but also if it is in the list of available la...
2018-11-01
- 13:30 Revision c907effd: Revert "Use DataHandler commands to create and update data for General Handler"
- This reverts commit 70d1a06d052981fe6c4682750343e860ce0d393c.
That patch gives various headaches: The generator fail...
2018-10-31
- 19:33 Revision 63995038: [BUGFIX] Add missing translation value for save_and_close in form engine
- Changes syntax for translation key and add default language value.
Resolves: #86799
Releases: master
Change-Id: Ic27... - 17:06 Revision 1db130fb: [BUGFIX] Adding 3 to "TYPO"
- On other "TYPO3" references the "3" is present but not on this occurence.
Add the "3" to "TYPO" in order to have "TYP... - 15:44 Revision 3633982d: [BUGFIX] Adding 3 to "TYPO"
- On other "TYPO3" references the "3" is present but not on this occurence.
Add the "3" to "TYPO" in order to have "TYP... - 14:18 Revision d51588fc: [TASK] Migrate FormEngineFlexForm to TypeScript
- Change-Id: I3151b16f72baf31e13f841ecc95be4ca389cf36e
Resolves: #82587
Releases: master
Reviewed-on: https://review.ty... - 13:53 Revision cf70592f: [TASK] Add PHP 7.3 to bamboo core v7 testing
- Extension dbal needs a patch with PHP 7.3 for
"continue inside switch" blocks, similar to
what has been done with #86... - 13:48 Revision 5f109e96: [TASK] Migrate FormEngineSuggest to TypeScript
- The FormEngineSuggest module is migrated to TypeScript now. In the same
step, the usage of jQuery is reduced and dead... - 13:42 Revision 826955c1: [TASK] Migrate LayoutModule/Paste.js to TypeScript
- Change-Id: I1eb5996b08a6aaaac8ef5d179c2e509f68c15cb3
Resolves: #84169
Releases: master
Reviewed-on: https://review.ty... - 12:10 Revision 64fb715e: [TASK] Add PHP 7.3 to bamboo core v8 testing
- Change-Id: I84575fb973027c184ac2f9a65d227adc38d57d07
Resolves: #86812
Releases: 8.7
Reviewed-on: https://review.typo3... - 09:16 Revision 3f182270: [BUGFIX] Resolve strict type assertion in RecordStateFactory
- Applying a strict "string" type to values that are "null" will
lead to type errors for TCA properties that are not co...
2018-10-30
- 22:30 Revision f7b5985f: [BUGFIX] Adjust FrontendUserImageUpdateWizard
- Make "Mark undone" and the migration itself work again.
Resolves: #86751
Releases: master
Change-Id: I0f2455b36a4de5... - 22:23 Revision 50a1bf7c: [BUGFIX] Execute scheduler tasks ordered by next execution time
- When executing scheduler tasks the next execution time of the task
should be used to define the execution order.
Res... - 22:16 Revision 74146385: [BUGFIX] Correct clickjacking header in backend
- The clickjacking header in the backend was not correctly set
according to
https://developer.mozilla.org/de/docs/Web/H... - 22:11 Revision cc5b38b7: [BUGFIX] Execute scheduler tasks ordered by next execution time
- When executing scheduler tasks the next execution time of the task
should be used to define the execution order.
Res... - 21:52 Revision ec9ee877: [BUGFIX] Make the "Stop preview" link clickable when previewing a page (workspaces)
- Resolves: #86298
Releases: 8.7
Change-Id: I95bde368cff46e0fd02251ad673aefdd6b5f2e6d
Reviewed-on: https://review.typo3... - 21:23 Revision b6e130c2: [BUGFIX] Allow overlay for all root level records
- Instead of a hardcoded list of tables allowed on root level use
the information from TCA instead.
Resolves: #85429
R... - 20:15 Revision 60fa0872: [TASK] Add PHP 7.3 to bamboo core master testing
- Bamboo core master pre-merge now tests with PHP 7.3 rc3,
especially PHP linting and unit tests.
Bamboo core nightly e... - 16:07 Revision a1515e51: [TASK] Run functional tests without xdebug on bamboo
- With the increased number of functional tests in v9 we
should squeeze out as much performance as possible from
the te... - 16:07 Revision 102337e2: [TASK] Run functional tests without xdebug on bamboo
- With the increased number of functional tests in v9 we
should squeeze out as much performance as possible from
the te... - 15:18 Revision d9927e11: [BUGFIX] Show correct namespace in example block of CommaSeparatedValueProcessor
- Resolves: #86800
Releases: master, 8.7
Change-Id: I243589ee7e619f26e99e27d34c626e848a1ee80a
Reviewed-on: https://revi... - 14:40 Revision 9eb46bdd: [BUGFIX] Show correct namespace in example block of CommaSeparatedValueProcessor
- Resolves: #86800
Releases: master, 9.5, 8.7
Change-Id: I243589ee7e619f26e99e27d34c626e848a1ee80a
Reviewed-on: https:/... - 14:06 Revision 08aa2e6a: [BUGFIX] Update karma
- karma is used for JavaScript based unit tests. The currently installed
version is aged and doesn't compile on newer s... - 14:06 Revision 6d2b0e8b: [BUGFIX] Update karma
- karma is used for JavaScript based unit tests. The currently installed
version is aged and doesn't compile on newer s... - 13:26 Revision 6df1d324: [TASK] Test fully built css in bamboo
- Extend the "Lint scss ts" bamboo job to also build css
next to js and only after that verify with git status
no file ... - 13:25 Revision 173304ed: [TASK] Test fully built css in bamboo
- Extend the "Lint scss ts" bamboo job to also build css
next to js and only after that verify with git status
no file ... - 12:16 Revision f605b316: [TASK] Set TYPO3 version to 9.5.2-dev
- Change-Id: If96e59eef0e6be1eac2e58e2d50cf79ba70d6b16
Reviewed-on: https://review.typo3.org/58796
Reviewed-by: Nicole ... - 12:14 Revision 67701d96: [TASK] Set TYPO3 version to 8.7.21-dev
- Change-Id: I133eea5842cb0fc03d7f0b8b3bbbf6180e971d64
Reviewed-on: https://review.typo3.org/58793
Tested-by: TYPO3com ... - 11:45 Revision 8efebf50: [RELEASE] Release of TYPO3 9.5.1
- Change-Id: Ic1c6183af103b9c957b85d046ff2564348f165bc
Reviewed-on: https://review.typo3.org/58794
Reviewed-by: Oliver ... - 11:39 Revision 0912c2e6: [RELEASE] Release of TYPO3 8.7.20
- Change-Id: I0ac38a40730cc8fa5766a79a09ff3e6b739054ee
Reviewed-on: https://review.typo3.org/58792
Reviewed-by: Oliver ... - 11:05 Revision e2f13be7: [BUGFIX] Re-build backend.css
- v8 is affected by outdated css similar to master.
`# t3-form-structure-panel` vs `#t3-form-structure-panel`
caused by... - 09:06 Revision 76c10fb0: [TASK] Use typo3/phar-stream-wrapper package
- PharStreamWrapper has been released as standalone package under
the MIT license: https://github.com/TYPO3/phar-stream... - 09:06 Revision 2b59e40d: [TASK] Use typo3/phar-stream-wrapper package
- PharStreamWrapper has been released as standalone package under
the MIT license: https://github.com/TYPO3/phar-stream...
2018-10-29
- 23:26 Revision 0e92db5c: [TASK] Move FieldControl/ListModule handling to module
- The FieldControl `ListModule` now uses a dedicated module for its
handling and no longer uses inline `onclick` handle... - 23:11 Revision 58e7f227: [TASK] Move FieldControl/InsertClipboard handling to module
- The FieldControl `InsertClipboard` now uses a dedicated module for its
handling and no longer uses inline `onclick` h... - 22:48 Revision a582af1f: [TASK] Move FieldControl/TableWizard handling to module
- The FieldControl `TableWizard` now uses a dedicated module for its
handling and no longer uses inline `onclick` handl... - 22:42 Revision bcc2afa8: [TASK] Move FieldControl/AddRecord handling to module
- The FieldControl `AddRecord` now uses a dedicated module for its
handling and no longer uses inline `onclick` handler... - 22:39 Revision d6d02800: [TASK] Move FieldControl/ResetSelection handling to module
- The FieldControl `ResetSelection` now uses a dedicated module for its
handling and no longer uses inline `onclick` ha... - 22:37 Revision cd85b1ed: [BUGFIX] Unsplit split buttons in TableController
- The controller of the table wizard doesn't use split buttons anymore.
Resolves: #86792
Releases: master
Change-Id: I... - 20:23 Revision 7a43ce10: [BUGFIX] Re-build backend.css
- Since #86449, the backend.css is stale. This patch refreshes the build of
our CSS.
Used command:
grunt css
Resolves... - 19:18 Revision bb5b887f: [TASK] Clean up PharStreamWrapperInterceptor
- * fix spacing issue
* remove superfluous method
Resolves: #86788
Releases: master
Change-Id: I2825819663ef90cd8ba845... - 17:20 Revision c7623d4b: [BUGFIX] Render correct paging label
- In case of paging in any record list, the page browser is rendered in top
and on bottom of ther record list.
The upp... - 17:11 Revision dd6713fe: [BUGFIX] Ignore unique evaluation in l10n_mode exclude
- The l10n_mode "exclude" explains to copy the field value from
source language, so unique evaluation should be ignored... - 16:15 Revision eee1bd88: [BUGFIX] Render correct paging label
- In case of paging in any record list, the page browser is rendered in top
and on bottom of ther record list.
The upp... - 16:13 Revision 3879aa9c: [TASK] Improve styling of upload form in extension manager
- - Add missing id attribute
- Use bootstrap styling
- Use styled button
Resolves: #86449
Releases: master
Change-Id: ... - 13:01 Revision d981bdc2: [TASK] Update typo3/testing-framework to 4.10.0
- Update from 4.9.0 to 4.10.0.
Notable change: The fluid RenderingContextFixture is
now provided by typo3/testing-frame... - 12:02 Revision d4bdb02b: [BUGFIX] Pass record info when determining defaultUploadFolder in FileBrowser
- The fileBrowser now passes the related pid, table and field to
getDefaultUploadFolder().
Resolves: #86053
Releases: ... - 11:59 Revision 7b97335f: [BUGFIX] Respect endOfRange in pagination
- If prepareObjectsSlice is called in the pagination with a QueryResult,
the endOfRange is calculated and used for each... - 11:36 Revision c0b6023d: [BUGFIX] Add url for linkToTop in css_styled_content
- This adds current URL to the ToTop link when css_styled_content is used.
Fixes broken linkToTop URL's since config.pr... - 11:36 Revision 4c9d9254: [BUGFIX] Add url for linkToTop in css_styled_content
- This adds current URL to the ToTop link when css_styled_content is used.
Fixes broken linkToTop URL's since config.pr... - 11:18 Revision b8117a7a: [BUGFIX] Disable caching if fluid debugging is enabled
- Resolves: #86675
Releases: master
Change-Id: Ife47f1fe8c78899785fbad73e21e2a2bf9b8441a
Reviewed-on: https://review.ty... - 11:01 Revision 6797522c: [BUGFIX] Pass record info when determining defaultUploadFolder in FileBrowser
- The fileBrowser now passes the related pid, table and field to
getDefaultUploadFolder().
Resolves: #86053
Releases: ... - 10:58 Revision 12bf0ed0: [BUGFIX] Always use default language for uniqueInSite
- SlugHelper fetches records of the same language, and takes the
pageId of the _current_ language record (uid), which i... - 10:50 Revision e1ffbaab: [TASK] Added default cropping ratio for social media images
- Most of the social networks use the 1.91:1 aspect ratio for images that
belong to the page that is shared.
Now og:im... - 10:05 Revision c1a229db: [TASK] Update TypoScript include
- TypoScript include method with ext_typoscript_setup.txt should be removed,
this file is deprecated since July 2005.
...
Also available in: Atom