Activity
From 2021-01-23 to 2021-02-21
2021-02-19
- 21:27 Revision 3500a5ca: [TASK] Refactor low level console commands to avoid full boot
- This will allow for low level commands like cache:warmup (or flush)
to be implemented.
Commands that're registered in... - 14:38 Revision 39145a46: [FEATURE] Introduce MFA in Core
- A new API is introduced, providing multi-factor
authentication for the Core. The API is furthermore
directly used to ...
2021-02-18
- 17:59 Revision 25a9262a: [TASK] Clean up Info module code
- This change:
* Removes any usages of TYPO3_REQUEST for the info module
by handing over the current $request object ... - 08:48 Revision 2b355a71: [DOCS] Fix inline code declaration
- Releases: master
Resolves: #93541
Change-Id: I97a47fb4496d0381fc385db726a0f540247f7d5b
Reviewed-on: https://review.ty... - 08:46 Revision 4169a6dc: [TASK] Streamline Web->Template module UI
- This change reduces technical debt on the HTML/CSS side
by utilizing Fluid templates and Bootstrap 5 utilities in fav...
2021-02-17
- 21:32 Revision 964eeb20: [TASK] Build / CI: Get all exception codes of TYPO3 on CLI
- All exception codes of the current TYPO3 version can be output
to stdout without checking for missing and duplicate e... - 21:32 Revision 1f46b0c5: [TASK] Build / CI: Get all exception codes of TYPO3 on CLI
- All exception codes of the current TYPO3 version can be output
to stdout without checking for missing and duplicate e... - 20:26 Revision 11cbe790: [TASK] Build / CI: Get all exception codes of TYPO3 on CLI
- All exception codes of the current TYPO3 version can be output
to stdout without checking for missing and duplicate e... - 20:16 Revision 5ddff8d9: [BUGFIX] Use site name rather than pageUid for calling context menu
- PageTree Acceptance tests must not rely on pageUids, as those can
change unexpected. Better to find the page via its ... - 20:09 Revision 75fe0ee1: [BUGFIX] Use site name rather than pageUid for calling context menu
- PageTree Acceptance tests must not rely on pageUids, as those can
change unexpected. Better to find the page via its ... - 19:56 Revision fdb8a018: [BUGFIX] Use site name rather than pageUid for calling context menu
- PageTree Acceptance tests must not rely on pageUids, as those can
change unexpected. Better to find the page via its ... - 18:58 Revision aec15dea: [BUGFIX] Do not try to resolve TypoScript [ELSE] condition
- Symfony Expression language can't resolve the TypoScript
[ELSE] condition. Instead a parsing error is logged which
is... - 18:41 Revision 5456ab51: [BUGFIX] Do not try to resolve TypoScript [ELSE] condition
- Symfony Expression language can't resolve the TypoScript
[ELSE] condition. Instead a parsing error is logged which
is... - 12:52 Revision 89cce676: [FEATURE] Add Folder Tree as SVG Tree with filter
- The file list module now also has a tree component
which is not based on an iframe anymore, and now behaves
similar t...
2021-02-16
- 15:53 Revision 4e515f88: [TASK] Add examples to AjaxRequest code
- Resolves: #93518
Releases: master, 10.4
Change-Id: I9a745fc608b1f1ce24af8005910ce776cd00a163
Reviewed-on: https://rev... - 15:40 Revision a150539f: [TASK] Add examples to AjaxRequest code
- Resolves: #93518
Releases: master, 10.4
Change-Id: I9a745fc608b1f1ce24af8005910ce776cd00a163
Reviewed-on: https://rev... - 15:02 Revision 23b52490: [BUGFIX] Fix installtool padding when opened inside backend
- Remove a stray inline padding-top definition that has
been forgotten to be removed in #93489. The padding
is no longe... - 15:02 Revision f9b2d9d2: [BUGFIX] Fix margins of form labels
- Labels within FormEngine are bold, but due to Boostrap 5
all labels in all places were bold and created margin, makin... - 11:34 Revision 1aa9a738: [BUGFIX] Correctly create section menu for pages showing content of other pages
- This commit fills the section menu if no page is configured in the ce
and the current page uses the content of anothe... - 11:21 Revision 19209631: [BUGFIX] Correctly create section menu for pages showing content of other pages
- This commit fills the section menu if no page is configured in the ce
and the current page uses the content of anothe... - 07:36 Revision f85413c7: [TASK] Set TYPO3 version to 10.4.14-dev
- Change-Id: I884aded8027c0a8b248b44ddb12978c4e15487c5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/679... - 06:23 Revision 735c20ca: [RELEASE] Release of TYPO3 10.4.13
- Change-Id: Ibcc7205310b762f21d119ddfb3bae6ce1476c919
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/679... - 06:19 Revision 419012d4: [BUGFIX] Ensure search statistics are written
- If the search string in indexed_search is longer
than 255 characters, no SQL error is thrown anymore
if the statistic...
2021-02-15
- 20:17 Revision 432e0da1: [BUGFIX] Quote identifier `colPos` in documentation example
- The `colPos` identifier must be quoted - triggered by `{#colPos}`
in TypoScript - to make the database query work on ... - 19:57 Revision 9722b335: [BUGFIX] Avoid SQL error in indexed_search statistics
- When an entered search word longer than 50 characters
was used in indexed_search previously, a TYPO3 Exception
was th... - 19:55 Revision c1c144af: [BUGFIX] Quote identifier `colPos` in documentation example
- The `colPos` identifier must be quoted - triggered by `{#colPos}`
in TypoScript - to make the database query work on ... - 19:42 Revision d4784666: [BUGFIX] Avoid SQL error in indexed_search statistics
- When an entered search word longer than 50 characters
was used in indexed_search previously, a TYPO3 Exception
was th... - 15:41 Revision 2f5bd9be: [BUGFIX] Show system news at login when only one item is available
- After recent changes, system news was only shown when more than 1 item
was available. With this change, also a single... - 14:55 Revision 7ae33021: [BUGFIX] runTests.sh: Fix macos user detection
- Check for user in /etc/passwd, if it does not exist create
a temporary passwd to get values from.
Resolves: #93372
R... - 13:49 Revision 264fd7ef: [BUGFIX] runTests.sh: Fix macos user detection
- Check for user in /etc/passwd, if it does not exist create
a temporary passwd to get values from.
Resolves: #93372
R... - 13:16 Revision dc66c587: [BUGFIX] runTests.sh: Fix macos user detection
- Check for user in /etc/passwd, if it does not exist create
a temporary passwd to get values from.
Resolves: #93372
R... - 09:53 Revision 1bda5f46: [TASK] runTests.sh: Proper validation of -a option
- Plus: No variable fallback magick in docker-compose.yml,
this belongs to runTests.sh
Resolves: #93514
Releases: mast... - 09:40 Revision 4cdee851: [TASK] runTests.sh: Proper validation of -a option
- Plus: No variable fallback magick in docker-compose.yml,
this belongs to runTests.sh
Change-Id: I9ec8d1ecba695061155... - 09:33 Revision 0aad6dfc: [TASK] Additional tests to check output of TypoScript settings for page titles
- Verify the output of TypoScript settings config.pageTitleFirst and
config.pageTitleSeparator
Resolves: #93414
Releas... - 09:04 Revision 768285b3: [TASK] Refactor client-side FlexForm handling
- This patch refactors the client-side rendering of FlexForm sections. Now,
there are two modules in place:
- FlexForm... - 09:00 Revision c3e4c1e7: [TASK] Additional tests to check output of TypoScript settings for page titles
- Verify the output of TypoScript settings config.pageTitleFirst and
config.pageTitleSeparator
Resolves: #93414
Releas... - 08:54 Revision 6d3cdd68: [BUGFIX] Fix accessibility issues of system news
- The system news slider implements the ARIA pattern "carousel"
except for the omission of aria-roledescription which h... - 07:50 Revision e037bd63: [TASK] Deprecate usage of jQuery in Tooltip module
- Passing jQuery objects to the methods `show()` and `hide()` of the module
`TYPO3/CMS/Backend/Tooltip` has been marked... - 07:42 Revision 68c748fe: [TASK] Remove legacy vendor prefixes from SCSS
- Clean up CSS by removing vendor prefixes that are
handled by autoprefixer.
The commit also removes SCSS mixins that ...
2021-02-14
- 20:07 Revision 953b6e4d: [BUGFIX] styleguide: runTests.sh: update command references typo3/core-testing-* images
- 20:00 Revision 0cee07a1: [TASK] styleguide: Minor cgl fix in ext_tables.sql
- 19:59 Revision 529b9129: [TASK] styleguide: Use whitespace instead of tabs in ext_tables.sql
- 19:21 Revision d1aa1088: [RELEASE] styleguide: 11.0.4 A series of additional scenarios used in TCA reference docs
- 19:19 Revision 18cbd0d3: [TASK] styleguide: Use input_1 as title field in type and typeforeign tables
- 19:14 Revision eca59832: [TASK] styleguide: Simplify two field names
- 19:07 Revision e878f9c1: [TASK] styleguide: Have two 'ctrl' example tables
- https://github.com/TYPO3-CMS/styleguide/pull/186
- 15:55 Revision 211d8e3e: [TASK] styleguide: Have an example for a ctrl-type value from a different table
- https://github.com/TYPO3-CMS/styleguide/pull/188
- 14:55 Revision d748ed9e: [TASK] styleguide: Add checkbox examples to flex
- https://github.com/TYPO3-CMS/styleguide/pull/182
This slightly overlaps with basic "in flex", but it does not
hurt t... - 14:39 Revision c52c1ab5: [TASK] styleguide: Add examples for rte with richtextConfiguration
- https://github.com/TYPO3-CMS/styleguide/pull/181
- 14:18 Revision 42f27908: [TASK] styleguide: Improve 'type' example with a columnsOverrides
- https://github.com/TYPO3-CMS/styleguide/pull/187
- 13:41 Revision 57d9e52c: [TASK] styleguide: Another group_db example, property hideSuggest
- https://github.com/TYPO3-CMS/styleguide/pull/183
- 13:27 Revision ec9712c4: [TASK] styleguide: Flex form example with config in separate file
- https://github.com/TYPO3-CMS/styleguide/pull/189
- 12:42 Revision 95679c50: [TASK] styleguide: Another typo=check example in valuesdefault
- https://github.com/TYPO3-CMS/styleguide/pull/190
- 12:27 Revision 8478907c: [TASK] styleguide: More type=radio vaulesdefault examples
- https://github.com/TYPO3-CMS/styleguide/pull/191
Some more type=radio examples in valuesdefault table
to show more p... - 12:03 Revision 4d220fb8: [BUGFIX] styleguide: select_singlebox_2 label
- https://github.com/TYPO3-CMS/styleguide/pull/184
2021-02-13
- 15:34 Revision d8ff26da: [TASK] Update @types/bootstrap
- Executed command:
yarn add --dev @types/bootstrap
Resolves: #93595
Releases: master
Change-Id: I24ab01d3e1ef9d621... - 14:42 Revision e2c2937e: [RELEASE] styleguide: 11.0.3 Bug fixes and improved core v11 compatibility
- 14:33 Revision 5d91ae17: [TASK] styleguide: Another minor README.md update
- 14:30 Revision b126bc84: [TASK] styleguide: README.md: Add a section about test execution and usage
- 14:18 Revision 2f657967: [TASK] styleguide: Proper version example in README.md release section
- 14:17 Revision 675bae76: [TASK] styleguide: Minor README.md improvements
- 14:12 Revision d0d32210: [TASK] styleguide: Update README.md to be more useful
- 13:03 Revision d9523555: [BUGFIX] styleguide: Typo in TCA group_db_3
- 'disable' should be 'disabled'
Fixes 160 - 12:46 Revision e210cac6: [TASK] styleguide: Update issue template
- 11:09 Revision f605c6c6: [FEATURE] styleguide: Add group_db_10 used in TCA Reference
- https://github.com/TYPO3-CMS/styleguide/pull/177
group_db_10 is used in docs TCA reference. It's a 'max=1, allowed=p...
2021-02-12
- 22:43 Revision b8e2bb11: [TASK] styleguide: Have a daily github action tests workflow run
- Maybe next time we now see that the test pipeline is
red before someone submits a pull request ... - 22:34 Revision e8c15779: [TASK] styleguide: Add github actions tests status badge
- 22:33 Revision 0424d892: [TASK] styleguide: Switch to typo3/core-testing-* docker images in testing
- The typo3/core-testing-* images are much smaller than
the typo3gmbh/* images. - 22:22 Revision db472a7d: [TASK] styleguide: Use dev-master for --dev core dependencies
- To be more up-to-date with core master, the dev dependencies
are switched to dev-master in v11/master branch now.
co... - 22:09 Revision 7a4acdef: Revert "[TASK] styleguide: Temporarily add cms-core as require dependency"
- This reverts commit 548e959191f5640e06489f5c657e6ec3dfe38d98.
- 20:43 Revision 74b627da: [TASK] Use position sticky for docheader
- Avoid JavaScript based offset and height calculations.
Position sticky can do that in all supported browsers for us.
... - 20:31 Revision fde1b695: [TASK] styleguide: Fix a docs link
- 20:21 Revision edbb7076: [TASK] styleguide: Minor documentation update
- 20:18 Revision 548e9591: [TASK] styleguide: Temporarily add cms-core as require dependency
- 20:15 Revision 343f13cc: [TASK] Update Bootstrap to 5.0.0-beta2
- This beta fixes various issues related to positioning of tooltips
and popovers.
See https://blog.getbootstrap.com/20... - 20:07 Revision f6ca3566: [TASK] styleguide: Update documentation
- 19:14 Revision 09f299a4: [TASK] styleguide: Update README.md for em installation instructions
- 19:04 Revision 154930f0: [TASK] styleguide: github actions publish workflow
- 19:04 Revision 0f0c1c32: [TASK] styleguide: composer req --dev typo3/tailor
- 19:01 Revision 513190e8: [TASK] styleguide: Rename ci.yml to tests.yml in github workflows
2021-02-11
- 21:24 Revision 081de46e: [TASK] Inject cache into SiteConfiguration
- Do not use global state by looking up the CacheManager from
GeneralUtility, when we can actually inject the required ... - 21:11 Revision bf5f2106: [BUGFIX] Render hreflang tags for languages with fallbacks
- Even when the page record is not translated, a hreflang tag
should be rendered for languages with a fallback.
Resolv... - 20:51 Revision e833d08d: [BUGFIX] Render hreflang tags for languages with fallbacks
- Even when the page record is not translated, a hreflang tag
should be rendered for languages with a fallback.
Resolv... - 20:16 Revision 0ef20281: [TASK] Update typo3/testing-framework to ^6.6.2
- Brings a minor gfx fix and a massive memory footprint
reduction for functional tests: As example master
chunk 1/10 is... - 20:15 Revision 141c77f0: [TASK] Update typo3/testing-framework to ^6.6.2
- Brings a minor gfx fix and a massive memory footprint
reduction for functional tests: As example master
chunk 1/10 is... - 18:57 Revision 53a3afd7: [TASK] Show full url in InputLinkElement
- If an external url is provided in a link field, the full url should be
shown instead of only the domain. Hiding all o... - 18:27 Revision 4de0c6c8: [BUGFIX] Restore styling of Form Framework Wizard
- This fixes step indicators and button margins in the modal footer.
Resolves: #93168
Releases: master
Change-Id: Ic5e... - 16:07 Revision 232a0b57: [TASK] Split two functional tests into smaller parts
- The EnhancerLinkGeneratorTest and EnhancerSiteGeneratorTest have
524 and 460 tests. Hack these into smaller parts usi... - 14:20 Revision cc738fd9: [BUGFIX] Silently resolve invalid current page in paginator
- Passing a current page number which exceeds the maximum
number of pages to the paginator is now silently resolved
by ... - 14:19 Revision ebfb2f8f: [BUGFIX] Never fetch content with delete placeholder
- The content fetcher did not consider delete placeholders.
This task was done using a method in GridColumnItem which
w... - 13:34 Revision 6ecbcdf5: [BUGFIX] Never fetch content with delete placeholder
- The content fetcher did not consider delete placeholders.
This task was done using a method in GridColumnItem which
w... - 13:32 Revision 20280171: [BUGFIX] Silently resolve invalid current page in paginator
- Passing a current page number which exceeds the maximum
number of pages to the paginator is now silently resolved
by ... - 13:12 Revision ab2f9ada: [BUGFIX] Drop manual SiteConfiguration in PageTree ac test
- The styleguide extension generator creates a site configuration
for its page tree for a while already. The manual cre... - 13:11 Revision 2a3f2565: [BUGFIX] Drop manual SiteConfiguration in PageTree ac test
- The styleguide extension generator creates a site configuration
for its page tree for a while already. The manual cre... - 12:22 Revision 1d026804: [TASK] Improve page access failure log entries
- Page access failure log entries emitted by the
TypoScriptFrontendController previously only
included the same basic i... - 09:12 Revision 9ca731de: [TASK] Add Build/gitlab-ci.yml to v9
- Build/gitlab-ci.yml for v9. Specifies jobs executed
via gitlab CI for 9.5 pre-merge and nightly builds.
Resolves: #9...
2021-02-10
- 19:38 Revision b2fb60f4: [TASK] Clean up SvgTree code
- Now that jQuery has gone and TypeScript is in place for Tree components,
the next step is to consolidate and sort out... - 19:01 Revision 4ea0adc4: [TASK] Update typo3/testing-framework to latest bugfix releases
- 6.6.1 for master & v10
4.15.3 for v9
Brings a bugfix to make the test splitter deterministic.
composer req --dev ty... - 19:01 Revision e6cacd64: [TASK] Update typo3/testing-framework to latest bugfix releases
- 6.6.1 for master & v10
4.15.3 for v9
Brings a bugfix to make the test splitter deterministic.
composer req --dev ty... - 19:00 Revision 813d656a: [TASK] Update typo3/testing-framework to latest bugfix releases
- 6.6.1 for master & v10
4.15.3 for v9
Brings a bugfix to make the test splitter deterministic.
composer req --dev ty... - 15:13 Revision 66cd4ab5: [TASK] Rework Drag+Drop for SVG trees
- This change splits up Drag+Drop handling in general
for SVG-based trees into PageTree specific logic, and
common usag... - 10:36 Revision ad978d80: [BUGFIX] Fix redirects to access restricted pages
- The RedirectService is using typolink to build links
to the defined target, e.g. a page. In case the redirect
target ... - 10:12 Revision 26960825: [BUGFIX] Fix redirects to access restricted pages
- The RedirectService is using typolink to build links
to the defined target, e.g. a page. In case the redirect
target ... - 10:11 Revision 8e7f27b0: [BUGFIX] Respect auth mode in page module again
- If a non-admin does not have permissions to access
a specific CType, disallowed via AD mode, the header
icons, e.g. e... - 09:58 Revision f5f08810: [BUGFIX] Respect auth mode in page module again
- If a non-admin does not have permissions to access
a specific CType, disallowed via AD mode, the header
icons, e.g. e... - 09:51 Revision 63f18945: [BUGFIX] Fix wrong language parameters in language menu shortcut links
- When a shortcut page is used for a translated page, but its parent
is not of type shortcut, the generated link would ... - 09:50 Revision df23dba2: [TASK] Blind smtp password value in mail preset of Install Tool
- The input type of the configuration `MAIL/transport_smtp_password`
should be set to `password` instead of `text`.
Re... - 09:36 Revision fedfd85f: [BUGFIX] Allow quoting in TypoScript's select for leftjoin & rightjoin
- By fixing a typo, the field quoting also works for `leftjoin` and `rightjoin`.
Resolves: #93449
Releases: master, 10... - 09:34 Revision db48b8c4: [TASK] Blind smtp password value in mail preset of Install Tool
- The input type of the configuration `MAIL/transport_smtp_password`
should be set to `password` instead of `text`.
Re... - 09:33 Revision 65dc0603: [BUGFIX] Fix wrong language parameters in language menu shortcut links
- When a shortcut page is used for a translated page, but its parent
is not of type shortcut, the generated link would ... - 08:45 Revision 096b54d0: [BUGFIX] Allow quoting in TypoScript's select for leftjoin & rightjoin
- By fixing a typo, the field quoting also works for `leftjoin` and `rightjoin`.
Resolves: #93449
Releases: master, 10...
2021-02-09
- 23:19 Revision 993c9286: [BUGFIX] Allow quoting in TypoScript's select for leftjoin & rightjoin
- By fixing a typo, the field quoting also works for `leftjoin` and `rightjoin`.
Resolves: #93449
Releases: master, 10... - 21:21 Revision 277c92fc: [TASK] Improve PageTree search input alignment
- Align the search input to the toolbar icons.
Releases: master
Resolves: #93476
Related: #93474
Change-Id: I50c8344f2... - 20:09 Revision 063000c7: [TASK] Replace <style> for compliance with CSP header in svgs
- SVG with inline styles are not loaded when the Content-Security-Policy
header contains the widely used setting "style... - 19:35 Revision 68ff4256: [TASK] Streamline Page Tree toolbar UX
- The PageTree toolbar now displays both menu
areas ("main menu" and "submenu") all the time
and removes the submenu to... - 14:40 Revision c257bfdf: [BUGFIX] Stabilize Page Tree acceptance tests
- Make sure that the first root node is selected before
the tests are executed.
Resolves: #93471
Releases: master, 10.... - 13:23 Revision 478c69cb: [TASK] Migrate SvgTree items to TypeScript
- This change migrates all left-over components of
* SvgTree
* SelectTree (a.k.a. CategoryTree)
* and PageTree
to Type... - 13:13 Revision 8330dabb: [TASK] Replace <style> for compliance with CSP header in svgs
- SVG with inline styles are not loaded when the Content-Security-Policy
header contains the widely used setting "style... - 12:42 Revision ac4b783f: [BUGFIX] Stabilize Page Tree acceptance tests
- Make sure that the first root node is selected before
the tests are executed.
Resolves: #93471
Releases: master, 10.... - 09:39 Revision 38121e34: [FEATURE] Implement lazy console command list
- Based on the configuration syntax of the Symfony Console
feature https://github.com/symfony/symfony/pull/39851
…but i...
2021-02-08
- 21:16 Revision daf0b2d5: [FEATURE] Restrict Backend Routes to specified HTTP methods
- Because TYPO3 Backend is based on the symfony/routing
components, it is now possible to also limit a route to only
e.... - 18:43 Revision 1af354a5: [BUGFIX] Fix frameset module property for FileList
- BackendController::generateJavascript() creates the
top.fsMod object to provide frameset modules an easy
way of stori... - 17:50 Revision df2b1557: [TASK] Add Build/gitlab-ci.yml to v10
- Build/gitlab-ci.yml for v10. Specifies jobs executed
via gitlab CI for 10.4 pre-merge and nightly builds.
Resolves: ... - 17:46 Revision 8cbd504f: [TASK] Drop unneeded renderElement from lit-helper
- renderElement() was added in patchset 2 of #93446.
The code was then refactored to use renderHTML, but the method was... - 15:35 Revision f4f7bdda: [TASK] Clean up gitlab-ci
- * Acceptance tests in nightly run can use just one out of our
supported databases, that should be enough.
* Some r... - 15:34 Revision ebc0360b: [TASK] Remove unused wizard-backendlayout icon definition
- This wizard-backendlayout icon has been added in #72853
as icon for the backend layout wizard, but was later
forgotte... - 10:05 Revision 248c616e: [BUGFIX] Add autocomplete attribute for LoginRefresh form
- The Backend LoginRefresh password field now also
contains "autocomplete=current-password" just like
the login-form.
... - 07:36 Revision 85c7264b: [TASK] Clean up Drag&Drop Handling in PageTree
- The PageTree components for the navigation area consists of:
* PageTreeElement (container for rendering the navigatio...
2021-02-06
- 21:43 Revision 6887ea3b: [BUGFIX] Fix frameset module property for FileList
- BackendController::generateJavascript() creates the
top.fsMod object to provide frameset modules an easy
way of stori... - 21:21 Revision 17746d95: [BUGFIX] Restore styling of localization wizard
- Updated styling and javascript to restore styling of the
localization wizard after the update to bootstrap 5.
Resolv... - 21:21 Revision 33c7f31f: [TASK] Load TypeScript declarations for sortablejs
- This patch adds the TypeScript declaration for the sortablejs library.
Since the imported module has a different nami... - 21:21 Revision 136ef8c6: [TASK] Load TypeScript declarations for sortablejs
- This patch adds the TypeScript declaration for the sortablejs library.
Since the imported module has a different nami... - 21:16 Revision 876389bc: [BUGFIX] Migrate carousel classes within the MultiStepWizard component
- While updating bootstrap to 5.0.0-beta1
(https://review.typo3.org/c/Packages/TYPO3.CMS/+/67215)
The 'a) Carousel "ite...
2021-02-05
- 17:45 Revision fcd53a92: [TASK] gitlab-ci: Simplify gerrit voting
- Change-Id: Ic60be2582afee8c8fe45e25cafb853285343265f
Resolves: #93447
Releases: master
Reviewed-on: https://review.ty... - 09:14 Revision 353c476e: [TASK] Run CI pre-merge suite for gerrit changes only
- When a patch is pushed to gerrit, the gerrit-adapter
middleware also synchronizes the master branch. This
triggers tw...
2021-02-04
- 21:32 Revision c5198cdf: [BUGFIX] Avoid access to missing mbstring functions
- This patch removes usages of mbstring functions which are missing in the
fallback package symfony/polyfill-mbstring.
... - 18:27 Revision ac54283f: [DOCS] Fix AssetCollector information regarding inclusion of CSS
- Earlier, documentation erroneously stated that CSS could be moved to
the bottom of <body>. This is not the case (and ... - 18:26 Revision 426c0a25: [BUGFIX] Avoid access to missing mbstring functions
- This patch removes usages of mbstring functions which are missing in the
fallback package symfony/polyfill-mbstring.
... - 18:14 Revision 4b50bec1: [DOCS] Fix AssetCollector information regarding inclusion of CSS
- Earlier, documentation erroneously stated that CSS could be moved to
the bottom of <body>. This is not the case (and ... - 15:07 Revision 825c0365: [BUGFIX] Allow stage actions with invalid mailer configuration
- When changing the stage of workspace records, e.g.
"Publish to live", it's possible to send notification emails
to in... - 14:35 Revision 2bf78401: [TASK] gitlab-ci votes patches on gerrit
- Resolves: #93434
Releases: master
Change-Id: I9d6918f5bbfc6f12d09b1459405e6749f04b2c0c
Reviewed-on: https://review.ty... - 13:11 Revision 13efb6b3: [TASK] Remove jQuery from Tree components
- This change aims to reduce the overhead by using
jQuery in favor of Vanilla JS in various Tree-related
JS files in pr... - 12:29 Revision a6bfd190: [TASK] Migrate TreeToolbar to TypeScript
- This change migrate the TreeToolbar (used in FormEngine
Category Tree for example) to TypeScript,
removing effectivel... - 12:11 Revision d7cdf916: [BUGFIX] Allow stage actions with invalid mailer configuration
- When changing the stage of workspace records, e.g.
"Publish to live", it's possible to send notification emails
to in... - 08:55 Revision ea823022: [TASK] Adapt for upcoming Symfony 5.3 command tag properties
- With the Symfony PR https://github.com/symfony/symfony/pull/39851
new depndency injection console.command tag propert... - 08:44 Revision 72c01923: [TASK] Adapt for upcoming Symfony 5.3 command tag properties
- With the Symfony PR https://github.com/symfony/symfony/pull/39851
new depndency injection console.command tag propert...
2021-02-03
- 21:10 Revision 5bdd303a: [TASK] Move help button of access module to the toolbar
- The help button belongs to the toolbar and not within the
content area.
Resolves: #93416
Releases: master
Change-Id:... - 21:03 Revision 1dc8b12f: [TASK] Add Build/gitlab-ci.yml and includes
- A first Build/gitlab-ci.yml for master. Core v10 and
v9 will have dedicated patches.
This specifies jobs executed vi... - 16:34 Revision d52b2bc3: [BUGFIX] Do not render empty type attribute
- PageRenderer now omits empty type attributes
also for scripts added through includeJSLibs
or includeJSFooterlibs.
Re... - 16:16 Revision 14c03711: [BUGFIX] Do not render empty type attribute
- PageRenderer now omits empty type attributes
also for scripts added through includeJSLibs
or includeJSFooterlibs.
Re... - 16:06 Revision 385b3b7a: [BUGFIX] Re-allow rendering of IRRE subitems in Workspaces GridView
- In previous TYPO3 versions (until the Workspace module was refactored
in TYPO3 v8) it was possible to manipulate the ... - 16:06 Revision a9eeacb7: [BUGFIX] Re-allow rendering of IRRE subitems in Workspaces GridView
- In previous TYPO3 versions (until the Workspace module was refactored
in TYPO3 v8) it was possible to manipulate the ... - 15:10 Revision c9a17261: [TASK] Update links in dashboard widgets to right version of documentation
- Point the links in the documentation widgets for the dashboard to the
right version of the documentation.
Resolves: ...
2021-02-02
- 12:24 Revision bb971f78: [BUGFIX] Properly position ContextMenu again
- With #89496 the ContextMenu got keyboard support
added. However, the underlying code does still
use only a click even... - 10:42 Revision 683f6668: [TASK] Use d3 v6 microlibraries
- In order to avoid loading an unnecessarily large complete d3 bundle,
we now only pull in the small amount of modules ...
2021-02-01
- 22:19 Revision 1963ee59: [TASK] runTests.sh: Acceptance tests with mysql and postgres
- Allow mysql & postgres for acceptance tests in
addition to default mariadb:
* Build/Script/runTests.sh -s acceptance... - 22:07 Revision e13c4592: [BUGFIX] Allow backend login with invalid mailer notification
- When a TYPO3 installation has `warning_email_addr` set,
but the mailer configuration is wrong (e.g. cannot connect
to... - 21:54 Revision a03cc2f8: [TASK] runTests.sh: Acceptance tests with mysql and postgres
- Allow mysql & postgres for acceptance tests in
addition to default mariadb:
* Build/Script/runTests.sh -s acceptance... - 21:54 Revision b48a9e20: [BUGFIX] Strip tags from RSS items in Dashboard widget
- As the output of the widgets in the Dashboard is processed
by htmlspecialchars(), the tags need to be stripped before... - 21:40 Revision 27ff588c: [TASK] runTests.sh: Acceptance tests with mysql and postgres
- Allow mysql & postgres for acceptance tests in
addition to default mariadb:
* Build/Script/runTests.sh -s acceptance... - 21:24 Revision bef361be: [BUGFIX] Strip tags from RSS items in Dashboard widget
- As the output of the widgets in the Dashboard is processed
by htmlspecialchars(), the tags need to be stripped before... - 20:42 Revision a6ecc6c4: [TASK] runTests.sh: Switch to a new set of test images
- New images are to be found on official TYPO3
https://hub.docker.com/u/typo3 account.
Most images are based on alpine... - 20:41 Revision cdfe386c: [TASK] runTests.sh: Switch to a new set of test images
- New images are to be found on official TYPO3
https://hub.docker.com/u/typo3 account.
Most images are based on alpine... - 20:36 Revision 20314cb4: [TASK] runTests.sh: Switch to a new set of test images
- New images are to be found on official TYPO3
https://hub.docker.com/u/typo3 account.
Most images are based on alpine... - 20:11 Revision c730176b: [BUGFIX] Fix PageTree drag-end animation
- During the migration to d3 v6 in #93394
one event listener was forgotten to be
updated for the changes callback signa... - 20:09 Revision faf6fc0c: [BUGFIX] Allow backend login with invalid mailer notification
- When a TYPO3 installation has `warning_email_addr` set,
but the mailer configuration is wrong (e.g. cannot connect
to... - 20:08 Revision 49cbb111: [BUGFIX] Only show workspace next/prev stage buttons with access
- The buttons in the info dialog of a record in the workspaces
module shows the buttons "Publish to live" (or send to n... - 18:48 Revision 21821f8d: [TASK] Drop two unit tests that heavily rely on environment
- * The file permission related LocalDriverTest basically test
getPermissions() that is a set of native PHP methods t... - 18:48 Revision 793cd0cd: [TASK] Drop two unit tests that heavily rely on environment
- * The file permission related LocalDriverTest basically test
getPermissions() that is a set of native PHP methods t... - 18:47 Revision fbfab06e: [TASK] Drop two unit tests that heavily rely on environment
- * The file permission related LocalDriverTest basically test
getPermissions() that is a set of native PHP methods t... - 18:35 Revision 3c52d828: [BUGFIX] Drop UFT-8 BOM on some files
- Some documentation related files contain a UTF-8 BOM
while they shouldn't.
Usually, script Build/Scripts/checkUtf8Bom... - 18:35 Revision aa4904c5: [BUGFIX] Drop UFT-8 BOM on some files
- Some documentation related files contain a UTF-8 BOM
while they shouldn't.
Usually, script Build/Scripts/checkUtf8Bom... - 18:35 Revision 536e7005: [BUGFIX] Drop UTF-8 BOM on some files
- Some documentation related files contain a UTF-8 BOM
while they shouldn't.
Usually, script Build/Scripts/checkUtf8Bom... - 18:34 Revision 7dfbfa1a: [TASK] runTests.sh: Minor cleanups
- * Run postgres with hard coded user to avoid connection isssues
* Add some missing reports.xml for acceptance tests
*... - 18:34 Revision f1096255: [TASK] runTests.sh: Minor cleanups
- * Run postgres with hard coded user to avoid connection isssues
* Add some missing reports.xml for acceptance tests
*... - 18:34 Revision deab12f7: [TASK] runTests.sh: Minor cleanups
- * Run postgres with hard coded user to avoid connection isssues
* Add some missing reports.xml for acceptance tests
*... - 16:36 Revision 109c781a: [BUGFIX] Only show workspace next/prev stage buttons with access
- The buttons in the info dialog of a record in the workspaces
module shows the buttons "Publish to live" (or send to n... - 15:49 Revision c6655939: [BUGFIX] Return unique doktypes in TreeController::getDokTypes()
- Resolves: #93393
Releases: master, 10.4
Change-Id: I827e421eef1696edfdc47d7544d8ebc2dd40c052
Reviewed-on: https://rev... - 14:57 Revision 0f6371ef: [TASK] Migrate to D3.js v6
- D3.js v6 contains quite some changes, but most
are irrelevant for TYPO3, as we already migrated
from d3-request to co... - 14:54 Revision 99382e05: [BUGFIX] Return unique doktypes in TreeController::getDokTypes()
- Resolves: #93393
Releases: master, 10.4
Change-Id: I827e421eef1696edfdc47d7544d8ebc2dd40c052
Reviewed-on: https://rev... - 14:30 Revision 6532b6ec: [BUGFIX] Decouple id selectors from SvgTree and PageTree
- The PageTree component (added in TYPO3 v9) is based on SVG Tree,
which was added in a previous version (TYPO3 v8).
H... - 06:34 Revision 826d15b8: [BUGFIX] Improve exceptions when BE.adminOnly or BE.IPmaskList is used
- TYPO3 now returns a HTTP 403 status code, when BE.adminOnly is
configured or when the clients IP address does not mat...
2021-01-31
- 21:28 Revision 9f7ed147: [BUGFIX] Improve exceptions when BE.adminOnly or BE.IPmaskList is used
- TYPO3 now returns a HTTP 403 status code, when BE.adminOnly is
configured or when the clients IP address does not mat... - 15:40 Revision 8171c9e6: [DOCS] Added condition to snippet for social media fallback images
- It is possible to have multiple og:image meta tags by the specs. By
adding the condition to your TypoScript setup, th... - 15:25 Revision def73f27: [DOCS] Added condition to snippet for social media fallback images
- It is possible to have multiple og:image meta tags by the specs. By
adding the condition to your TypoScript setup, th... - 09:28 Revision 2f16ad1f: [BUGFIX] Avoid double CSH wraps in linkvalidator tasks settings
- Labels in linkvalidator's additional field settings for the schedule
are actually invoking `BackendUtility::wrapInHel... - 09:15 Revision fd38e794: [BUGFIX] Avoid double CSH wraps in linkvalidator tasks settings
- Labels in linkvalidator's additional field settings for the schedule
are actually invoking `BackendUtility::wrapInHel... - 07:54 Revision d30a0b25: [BUGFIX] Avoid double CSH wraps in linkvalidator tasks settings
- Labels in linkvalidator's additional field settings for the schedule
are actually invoking `BackendUtility::wrapInHel...
2021-01-29
- 13:13 Revision ce50934c: [TASK] Migrate some PageTree components to TypeScript
- + removed NavigationComponentInterface - actually no
class-like component did implement it
+ introduced TreeInterfa... - 12:49 Revision 789882d6: [TASK] Show full url in InputLinkElement
- If an external url is provided in a link field, the full url should be
shown instead of only the domain. Hiding all o... - 09:28 Revision 011f8370: [TASK] Remove not helpful parts from log entries
- Log entries in the log module show some internal log numbers like `(msg#255.3.2)`
which is neither understandable nor... - 08:09 Revision a0d0e14f: [BUGFIX] Do not render empty title attributes in ImageViewHelper
- The ImageViewHelper uses strict types for checking if
the `title` property of the image is not an empty string.
Since...
2021-01-28
- 18:21 Revision 5bfb9b29: [BUGFIX] Do not render empty title attributes in ImageViewHelper
- The ImageViewHelper uses strict types for checking if
the `title` property of the image is not an empty string.
Since...
2021-01-27
- 13:38 Revision 59405436: [TASK] Improve core update error messages
- Performing a core update in the install tool requires
a couple of checks, regarding directory structure
and permissio... - 13:18 Revision 5f646593: [TASK] Improve core update error messages
- Performing a core update in the install tool requires
a couple of checks, regarding directory structure
and permissio... - 13:17 Revision ed46d6d0: [BUGFIX] Use full height for link browser
- The link browser now uses the full height again
by fully utilizing the flexbox functionality and
wrapping the content... - 13:01 Revision 516b37e6: [BUGFIX] Ensure IRRE record selectors show up with maxitems set
- When an IRRE field in FormEngine has maxitems set,
and an item gets removed (thus, allowing an inline element
to be a... - 12:49 Revision 323eb7a8: [BUGFIX] Ensure IRRE record selectors show up with maxitems set
- When an IRRE field in FormEngine has maxitems set,
and an item gets removed (thus, allowing an inline element
to be a... - 10:01 Revision 798801f6: [FEATURE] Enable resizing & toggling of navigation area
- The button in the topbar for switching of the navigation area
(page tree for example) is removed in favor of:
1) a b... - 08:43 Revision 50936e26: [BUGFIX] Fix delegation of toolbar events
- In #92704 the module menu got improved. The toolbar
events were delegated to dedicated objects instead
of just delega...
2021-01-26
- 16:13 Revision 3d995510: [BUGFIX] Fix table header styles in info module
- To restore proper distinction between header and body
rows, the table header cells now use the th tag instead of td.
... - 15:37 Revision 7671dca6: [TASK] runTests.sh: Add install on mysql and grunt clean check
- Allow:
* Build/Scripts/runTests.sh -s install -d mysql
* Build/Scripts/runTests.sh -s checkGruntClean
The acceptance... - 15:20 Revision a734dcb6: [TASK] runTests.sh: Add install on mysql and grunt clean check
- Allow:
* Build/Scripts/runTests.sh -s install -d mysql
* Build/Scripts/runTests.sh -s checkGruntClean
The acceptance... - 15:17 Revision f3924433: [TASK] runTests.sh: Add install on mysql and grunt clean check
- Allow:
* Build/Scripts/runTests.sh -s install -d mysql
* Build/Scripts/runTests.sh -s checkGruntClean
The acceptance... - 12:35 Revision 0e6fe81b: [TASK] Update WidgetRegistration.rst
- Replace "an" with "a"
Releases: master
Resolves: #93364
Change-Id: I47f2945bf140e1e470f3861bae0e3604076a4f7a
Reviewe... - 12:27 Revision 22ce221d: [TASK] runTests.sh: Add phpstan and docBlockCheck
- Allows:
* Build/Scripts/runTests.sh -s docBlockCheck
* Build/Scripts/runTests.sh -s phpstan
These two have been adde... - 12:27 Revision 7257f2a8: [TASK] runTests.sh: Add phpstan and docBlockCheck
- Allows:
* Build/Scripts/runTests.sh -s docBlockCheck
* Build/Scripts/runTests.sh -s phpstan
These two have been adde... - 10:58 Revision 22a74940: [TASK] Revert removal of pagination labels
- Restore the translations of pagination labels to make updates easier
and to have some default labels which can be use... - 09:46 Revision d1242e69: [TASK] runTests.sh: composer & yarn caches in .cache/ dir
- Composer and yarn caches are now stored to .cache/
directory within the checkout when using runTests.sh
suites like -... - 09:45 Revision e7d46bab: [TASK] runTests.sh: composer & yarn caches in .cache/ dir
- Composer and yarn caches are now stored to .cache/
directory within the checkout when using runTests.sh
suites like -... - 09:45 Revision ff385c17: [TASK] runTests.sh: composer & yarn caches in .cache/ dir
- Composer and yarn caches are now stored to .cache/
directory within the checkout when using runTests.sh
suites like -...
2021-01-25
- 20:57 Revision d635f476: [BUGFIX] Fix implementation of frontend login redirect to group login
- This patch makes felogin search through all user groups until it finds
one in which a redirect page id is defined.
R... - 20:37 Revision 7f488e0e: [TASK] Improved record history view
- The Record History module has been revamped:
* The settings are now placed as inline-form, using less space
* Severa... - 20:27 Revision d63a436f: [BUGFIX] Fix implementation of frontend login redirect to group login
- This patch makes felogin search through all user groups until it finds
one in which a redirect page id is defined.
R... - 19:52 Revision 730385ea: [TASK] runTests.sh: Allow chunking of acceptance and functional tasks
- The '-c x/y' option for acceptance and functional jobs now
allows to split the set of acceptance/functional tests int... - 19:51 Revision 5dcd532f: [TASK] runTests.sh: Allow chunking of acceptance and functional tasks
- The '-c x/y' option for acceptance and functional jobs now
allows to split the set of acceptance/functional tests int... - 19:51 Revision f30bb99a: [TASK] runTests.sh: Allow chunking of acceptance and functional tasks
- The '-c x/y' option for acceptance and functional jobs now
allows to split the set of acceptance/functional tests int... - 18:18 Revision 98f8a7ea: [TASK] runTests.sh: clean summary in verbose mode
- The 'summary' section at the end of runTests.sh is
cluttered with command output if -v is given.
Suppress this by set... - 18:18 Revision 6df91f7d: [TASK] runTests.sh: clean summary in verbose mode
- The 'summary' section at the end of runTests.sh is
cluttered with command output if -v is given.
Suppress this by set... - 18:18 Revision 4762a7f6: [TASK] runTests.sh: clean summary in verbose mode
- The 'summary' section at the end of runTests.sh is
cluttered with command output if -v is given.
Suppress this by set... - 16:03 Revision 4c6e73a9: [TASK] Use buttons in Install tool
- All buttons in the install tool cards footer do now
use proper button tags instead of anchor tags with
an empty targe... - 14:32 Revision 4e3c5f56: [BUGFIX] Escape user and group name in permission module
- The user name and group name are stored as data attribute in the "reset"
button in the permission module once somebod... - 10:57 Revision 8b4bdaf2: [BUGFIX] Use correct parameter for fetching TSconfig
- The ListController now uses the correct parameter for
fetching the TCEFORM TSconfig options.
Furthermore is the `fie... - 10:41 Revision 4b433c03: [BUGFIX] Use correct parameter for fetching TSconfig
- The ListController now uses the correct parameter for
fetching the TCEFORM TSconfig options.
Furthermore is the `fie...
Also available in: Atom