Activity
From 2022-04-01 to 2022-04-30
2022-04-29
- 14:24 Revision 6f7514f5: [TASK] Streamline duplicate-form-wizard
- Streamline the first step of the duplicate-form-wizard
to the new layout of new-form-wizard.
Resolves: #97506
Releas... - 12:14 Revision 98fe0595: [TASK] Improve form element header in form inspector
- If a field contains a label that is too long, this creates an ugly line
break in the form element header. And also th... - 12:13 Revision 4b16b3c9: [TASK] Streamline form element labels in form editor
- Form elements in the tree component are labelled with the label of the
corresponding form element definition, whereas... - 10:12 Revision 5107f249: [TASK] Remove MSSQL supportive code
- Core requirements have been changed and publicly announced with:
https://typo3.org/article/new-system-requirements-fo... - 09:50 Revision 0efa3a2b: [FEATURE] Add fragment option to Redirect Finisher
- This patch adds a new field called "fragment" to the EXT:form Redirect
finisher. It will be appended to the redirect ... - 09:36 Revision 651bdca2: [TASK] Improvement of the delete button in the form inspector
- Adds a label to the delete button and improves the styling.
Exceptions are the delete buttons in the validators and ... - 09:25 Revision c36447f2: [TASK] Streamline form element labels in form editor
- Form elements in the tree component are labelled with the label of the
corresponding form element definition, whereas... - 08:58 Revision 3955aa91: [TASK] Raise symfony/rate-limiter:^5.4.8 and re-enable tests
- symfony/rate-limiter:5.4.8 has been released, so the failing
tests commented out with #97298 can be included again.
... - 07:31 Revision 431a6303: [BUGFIX] Fix type warnings in the workspaces CommandMap
- Resolves: #97424
Releases: main, 11.5
Change-Id: I9ccac96427c71f65e1922fe7e6ffb376d06d7e02
Reviewed-on: https://revie... - 07:24 Revision 9717fe4c: [TASK] Streamline checkboxes of form editor
- Change browser default checkboxes to TYPO3
toggle buttons or TYPO3 checkboxes in the form editor.
Resolves: #95086
R... - 07:06 Revision 9910291a: [TASK] Raise symfony/rate-limiter:^5.4.8 and re-enable tests
- symfony/rate-limiter:5.4.8 has been released, so the failing
tests commented out with #97298 can be included again.
... - 07:02 Revision f34013fa: [DOCS] Update finisher documentation
- The whole documentation about finishers has not
been touched since ages. A lot of information are
outdated. This patc... - 06:24 Revision 197e763f: [BUGFIX] Fix type warnings in the workspaces CommandMap
- Resolves: #97424
Releases: main, 11.5
Change-Id: I9ccac96427c71f65e1922fe7e6ffb376d06d7e02
Reviewed-on: https://revie... - 06:23 Revision 6b1bbee7: [!!!][FEATURE] Automatically register reports and status via service configuration
- Reports and Status of the reports module are now automatically tagged
and registered, based on the implemented `Repor...
2022-04-28
- 18:23 Revision dc9abf59: [TASK] Update PHPStan to 1.6.3
- The new version finds some new possible bugs.
Used commands:
> composer require --dev phpstan/phpstan:^1.6.3
> Buil... - 17:38 Revision bbc8676b: [TASK] Update PHPStan to 1.6.3
- The new version finds some new possible bugs.
Used commands:
> composer require --dev phpstan/phpstan:^1.6.3
> Buil... - 16:05 Revision 2e5d092e: [TASK] Apply quote coding standards to YAML files
- Coding style guidelines say to favor single quotes unless
we actually want YAML interpolation.
This is a partner cha... - 14:17 Revision 4f3251ff: [TASK] Document removal of deprecated form config
- Various form configuration was deprecated with #96568. This patch adds
a notice about planned removal of those deprec... - 14:05 Revision 335ceaff: [DOCS] Restructure API Reference
- The API Reference of the form framework resided inside the docs for
integrators. This patch creates a new main chapte... - 14:00 Revision 9f146497: [TASK] Further improvements of the form editor/ inspector
- The markup of the field definitions has been optimized and aligned
with the standard styling (e.g. in the page proper... - 13:10 Revision 8e7aeb56: [BUGFIX] Correct several typos
- Releases: master, 11.5
Resolves: #97504
Change-Id: I26ff53cc81eefa550e86928a6db6fd6a982a6008
Reviewed-on: https://rev... - 12:51 Revision 0add60e0: [BUGFIX] Correct several typos
- Releases: master, 11.5
Resolves: #97504
Change-Id: I26ff53cc81eefa550e86928a6db6fd6a982a6008
Reviewed-on: https://rev... - 12:30 Revision bc7326e0: [DOCS] Drop superfluous extension scanner tag in RST of #90919
- Feature RSTs should not provide a tag for the extension
scanner. However, a "NotScanned" tag was added to the RST fil... - 11:39 Revision fe3e5897: [TASK] Remove broken include_static.txt TypoScript include
- The inclusion of 'include_static.txt' files within the
TypoScript inclusion magic has been part of the extension
'sta... - 10:45 Revision a12b3201: [BUGFIX] Use the correct pluralized key in search results
- The "page" and "pages" translation keys are backwards.
This patch makes them forwards.
Resolves: #96795
Releases: ma... - 10:22 Revision a775803d: [BUGFIX] Use the correct pluralized key in search results
- The "page" and "pages" translation keys are backwards.
This patch makes them forwards.
Resolves: #96795
Releases: ma... - 09:11 Revision d34c1b90: [FEATURE] Skip translation of overridden form finisher options
- If form finisher options are overridden via FlexForm, they must not
be translated by the TranslationService. Otherwis... - 08:22 Revision 55d3fce3: [BUGFIX] Apply initial value to additional form element property paths
- Adding a new validator to a form element in form editor led to an
error if the validator defines additionalElementPro... - 08:12 Revision 9cdfa70c: [BUGFIX] Adopt doctrine/dbal sqlite autoincrement detection
- sqlite basicly knows about two kind of autoincrement column
definition. One which is an alias on the provided "row_id... - 05:45 Revision 3e5c0604: [BUGFIX] Adopt doctrine/dbal sqlite autoincrement detection
- sqlite basicly knows about two kind of autoincrement column
definition. One which is an alias on the provided "row_id...
2022-04-27
- 20:04 Revision d492a4ee: [BUGFIX] Raise phpstan processTimeout
- Recently from time to time phpstan ci runs are failing with following
error message:
> Reached internal errors count... - 19:43 Revision c36d12f6: [BUGFIX] Raise phpstan processTimeout
- Recently from time to time phpstan ci runs are failing with following
error message:
> Reached internal errors count... - 16:13 Revision af4eae1e: [TASK] Update composer v2 error message in runTests.sh
- composer v2 is no longer an experimental feature of
Docker Desktop for MacOS/Windows. Broken composer v2
error messag... - 16:12 Revision b8211b2f: [TASK] Update composer v2 error message in runTests.sh
- composer v2 is no longer an experimental feature of
Docker Desktop for MacOS/Windows. Broken composer v2
error messag... - 15:55 Revision f5a53e7d: [TASK] Update composer v2 error message in runTests.sh
- composer v2 is no longer an experimental feature of
Docker Desktop for MacOS/Windows. Broken composer v2
error messag... - 15:53 Revision 49eea1d3: [TASK] Move form element-related methods out of AbstractRenderable
- With #90385, two methods (`setDefaultValue()` and `setProperty()`) were
added to AbstractRenderable. Those methods ho... - 15:49 Revision 310c615d: [BUGFIX] Add maxwidth / maxheight parameters to YouTube oembed url
- When uploading new assets to the filelist,
the metadata (e.g. width and height) are
automatically extracted from the ... - 15:49 Revision aecc6c35: [BUGFIX] Add maxwidth / maxheight parameters to YouTube oembed url
- When uploading new assets to the filelist,
the metadata (e.g. width and height) are
automatically extracted from the ... - 15:08 Revision 570dd743: [BUGFIX] Add maxwidth / maxheight parameters to YouTube oembed url
- When uploading new assets to the filelist,
the metadata (e.g. width and height) are
automatically extracted from the ... - 13:32 Revision 3e6dd05a: [TASK] Streamline handling of TypoScript form overrides
- Each form definition loaded by FormPersistenceManager can be overridden
by TypoScript. When forms are to be rendered ... - 13:22 Revision 78989375: [BUGFIX] Apply initial value to additional form element property paths
- Adding a new validator to a form element in form editor led to an
error if the validator defines additionalElementPro... - 13:21 Revision 6d1df41b: [TASK] Validate regex validator pattern in form editor
- In the form editor, backend users can currently insert any non-empty
strings for patterns of regular expression valid... - 10:20 Revision 399ee476: [TASK] Add property and return types to EventDispatcher
- The object return on dispatch() is not a formal part of
the interface for BC reasons, but is required by the spec,
so...
2022-04-26
- 20:55 Revision 0e67a246: [DOCS] Fix typo in "Feature: #94996"
- handing -> handling
Resolves: #97483
Releases: main, 11.5
Change-Id: Ib726e8f9db29172a4f522d7797e731f4239e93fb
Revie... - 20:01 Revision 82debbd0: [DOCS] Fix typo in "Feature: #94996"
- handing -> handling
Resolves: #97483
Releases: main, 11.5
Change-Id: Ib726e8f9db29172a4f522d7797e731f4239e93fb
Revie... - 19:14 Revision e784c912: [BUGFIX] Prevent undefined array key warnings in PageRenderer
- Since JS and CSS related properties might be
modified by hooks, corresponding array access
is now secured using null ... - 18:22 Revision 0941c674: [TASK] Update PHPStan & friends
- The new version finds some new possible bugs and
removes some incorrect ones.
Used commands:
> composer require --d... - 18:20 Revision 2d3873d2: [BUGFIX] Prevent undefined array key warnings in PageRenderer
- Since JS and CSS related properties might be
modified by hooks, corresponding array access
is now secured using null ... - 17:49 Revision e1b843f7: [TASK] Update PHPStan & friends
- The new version finds some new possible bugs and
removes some incorrect ones.
Used commands:
> composer require --d... - 12:29 Revision 15cae09b: [BUGFIX] Prevent undefined array key warnings in FormEngine
- Resolves: #97475
Releases: 11.5
Change-Id: Iaf7dfb8b0ffde2dae73a75fb106b3433bde46c4a
Reviewed-on: https://review.typo...
2022-04-25
- 21:14 Revision 69f5a03c: [!!!][FEATURE] Add PSR-14 ModifyVersionDifferencesEvent
- This introduces a new PSR-14 event, enabling
extension authors to modify the differences of
versioned records, used f... - 21:07 Revision 846e3930: [TASK] Add runTest.sh -s clean to remove build related files
- Add script to 'Build/Scripts/runTests.sh' to clean build and
test related files and folders to get fast a clean state... - 20:50 Revision f96a1d9e: [TASK] Add runTest.sh -s clean to remove build related files
- Add script to 'Build/Scripts/runTests.sh' to clean build and
test related files and folders to get fast a clean state... - 20:25 Revision 93b7e7b0: [TASK] Add runTest.sh -s clean to remove build related files
- Add script to 'Build/Scripts/runTests.sh' to clean build and
test related files and folders to get fast a clean state... - 20:12 Revision 89c74eca: [TASK] Update typo3/cms-styleguide
- Update ext:typo3/cms-styleguide including a bugfix, which
allows the frontend indexed search example to work. This
ha... - 20:03 Revision b3a61c39: [BUGFIX] Fix uninitialized string offset in TypoScriptParser
- Resolves: #97465
Releases: main, 11.5
Change-Id: Iae6db28b4af2dcdbc1826f14fd0967415a81a341
Reviewed-on: https://revie... - 20:02 Revision 86e847cd: [BUGFIX] Fix undefined array key warning in TcaInline
- Resolves: #97461
Releases: main, 11.5
Change-Id: I4c16d9546bd878bb84d2457e2a706829d8232e7c
Reviewed-on: https://revie... - 20:02 Revision 909e2ad9: [BUGFIX] Check parsed option in EmailFinisher
- To prevent PHP warnings for passing invalid
arguments to "foreach", the parsed option
is now checked to be a non empt... - 20:02 Revision b5b82bbb: [BUGFIX] Handle sorting of paginated FileList properly
- Since #97443 it's finally possible to sort by
all the metadata fields, available since the
introduction of the column... - 19:42 Revision cf47aed8: [TASK] Connect breaking and feature rst for replaced functionality
- For TYPO3 12.0, a couple of functionality was replaced.
For example hooks were replaced by new PSR-14 Events.
To sup... - 19:41 Revision 8985107e: [BUGFIX] Fix uninitialized string offset in TypoScriptParser
- Resolves: #97465
Releases: main, 11.5
Change-Id: Iae6db28b4af2dcdbc1826f14fd0967415a81a341
Reviewed-on: https://revie... - 19:40 Revision 1eccb6ac: [BUGFIX] Fix undefined array key warning in TcaInline
- Resolves: #97461
Releases: main, 11.5
Change-Id: I4c16d9546bd878bb84d2457e2a706829d8232e7c
Reviewed-on: https://revie... - 19:24 Revision fd6e5e03: [BUGFIX] Check parsed option in EmailFinisher
- To prevent PHP warnings for passing invalid
arguments to "foreach", the parsed option
is now checked to be a non empt... - 19:23 Revision b1afbe52: [BUGFIX] Handle sorting of paginated FileList properly
- Since #97443 it's finally possible to sort by
all the metadata fields, available since the
introduction of the column... - 19:23 Revision d6782a1d: [BUGFIX] Avoid unreliable 'rowCount()' in RedirectRepository
- rowCount() on result sets for SELECT queries are not reliable
across all dbmns, which doctrine/dbal comments in the d... - 19:22 Revision 032461e7: [DOCS] Fix ImageUpload YAML code
- Releases: main, 11.5
Resolves: #97436
Change-Id: I341d8650a5411f3c102948a3f659194574d97749
Reviewed-on: https://revie... - 18:34 Revision f0c72fb1: [BUGFIX] Fix the generics annotations of ObjectManager
- For generics, we explicitly need to state that a type is
an object.
Resolves: #97414
Releases: 11.5
Change-Id: Ia90b... - 11:48 Revision 1a72530b: [BUGFIX] Fix the generics annotations of makeInstance
- For generics, we explicitly need to state that a type is
an object.
Resolves: #97413
Releases: main, 11.5
Change-Id:... - 11:34 Revision ba8b7632: [BUGFIX] Fix the generics annotations of makeInstance
- For generics, we explicitly need to state that a type is
an object.
Resolves: #97413
Releases: main, 11.5
Change-Id:... - 11:24 Revision f3ce8974: [TASK] Add runTest.sh support for more MariaDB and PostgreSQL versions
- New versions for MariaDB and PostgreSQL has been released
in the meanwhile, which falls into the supported range.
Al... - 10:50 Revision b851f3ea: [TASK] Add runTest.sh support for more MariaDB and PostgreSQL versions
- New versions for MariaDB and PostgreSQL has been released
in the meanwhile, which falls into the supported range.
Al...
2022-04-24
- 16:44 Revision 8c1cf639: [TASK] Align SystemEnvironment checks to changed requirements
- Core requirements have been changed and publicly announced with:
https://typo3.org/article/new-system-requirements-fo...
2022-04-23
- 17:37 Revision 96f2c37b: [BUGFIX] Name invalid identifier in UpgradeWizard exception
- An exception will be raised, if an upgrade wizard identifier
returned by "UpgradeWizardInterface::getIdentifier()" is...
2022-04-22
- 22:08 Revision fe2e2cc0: [BUGFIX] Use proper LinkFactory setup for newly added unit tests
- Patch #97303 has been merged without a rebase, having green
core ci and enough votes. Sadly, quite a little beforehan... - 21:19 Revision 7fb01f1e: [TASK] Switch specific strpos() usages with equivalent string methods
- Due to a former lack of missing proper functions to
check for strings starting, ending or containing
sub-strings, wor... - 20:34 Revision 23c55378: [BUGFIX] Keep schema in http_makelinks
- Add schema again to typolink configuration parameter
before create typolink
Resolves: #97303
Releases: main, 11.5, 1... - 19:42 Revision 0a757e06: [BUGFIX] Keep schema in http_makelinks
- Add schema again to typolink configuration parameter
before create typolink
Resolves: #97303
Releases: main, 11.5, 1... - 17:48 Revision c70f284b: [TASK] Add types to internal indexed_search code
- As a first part of restructuring indexed search,
this patch reduces some public methods to protected
if they are only... - 17:47 Revision 03370926: [BUGFIX] Avoid unreliable 'rowCount()' in RedirectRepository
- rowCount() on result sets for SELECT queries are not reliable
across all dbmns, which doctrine/dbal comments in the d... - 16:52 Revision 4f7c4d1c: [!!!][FEATURE] Introduce dedicated class to create typolinks with unified Event
- This change moves all "typolink" functionality
from cObj->typolink into a custom "LinkFactory"
class which then calls... - 14:06 Revision de24cfbe: [DOCS] Fix ImageUpload YAML code
- Releases: main, 11.5
Resolves: #97436
Change-Id: I341d8650a5411f3c102948a3f659194574d97749
Reviewed-on: https://revie... - 13:27 Revision ff13b6fe: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/322 from sbuerk/indexed-search-1
- [BUGFIX] styleguide: Include TypoScript constants of indexed_search in frontend site configuration (main)
- 11:48 Revision c2fe6511: [!!!][TASK] Add native types to PathUtility
- I also changed the default value for pathinfo()'s $options
argument to match that of PHP's pathinfo(), as that elimin... - 10:10 Revision 5d3e6abb: [BUGFIX] Fix sorting of file properties in FileList
- Since the introduction of the column selector to the
FileList (#96959), it had been possible to sort by
all those sel... - 09:57 Revision 30d21647: [BUGFIX] styleguide: Include TypoScript constants of indexed_search in frontend site configuration
- ext:styleguide provides the ability to create a frontend page tree
with proper site configuration. Because of include... - 09:47 Revision 02b4094a: [BUGFIX] Fix sorting of file properties in FileList
- Since the introduction of the column selector to the
FileList (#96959), it had been possible to sort by
all those sel...
2022-04-21
- 21:56 Revision d760edcc: [TASK] Deprecate CompositeExpression methods and instantiation
- doctrine/dbal has deprecated multiple methods in the
class 'CompositeExpression'. Luckily, the core
already implement... - 20:25 Revision 2127e478: [TASK] Refactor FormEngine TextElement
- Some improvements, based on latest <input>
element patches, are now added to the related
TextElement as well. Those a... - 15:50 Revision 5a147005: [BUGFIX] Prevent undefined index warning in FileListController
- Releases: main, 11.5
Resolves: #97439
Change-Id: Ie15cfb26b99737896505ad02c6f4a6c67092cf82
Reviewed-on: https://revie... - 14:50 Revision fc062387: [BUGFIX] Prevent undefined index warning in FileListController
- Releases: main, 11.5
Resolves: #97439
Change-Id: Ie15cfb26b99737896505ad02c6f4a6c67092cf82
Reviewed-on: https://revie... - 12:31 Revision 91462d7b: [!!!][TASK] Add native types to RootlineUtility
- Resolves: #97381
Related: #97210
Related: #97372
Releases: main
Change-Id: I23218d6c42ed89b466a35eb9fc4c8870534893ea
...
2022-04-20
- 20:34 Revision d5a0aec6: [TASK] Additionally removes dangling docker volumes with runTests.sh -u
- Over time dangling local anonymous docker volumes
pollutes local docker environments and consuming
space on core cont... - 20:34 Revision 2ebabf7a: [TASK] Additionally removes dangling docker volumes with runTests.sh -u
- Over time dangling local anonymous docker volumes
pollutes local docker environments and consuming
space on core cont... - 20:20 Revision 447c7e70: [BUGFIX] Reference labels to input fields in ext:setup
- Input fields in ext:setup currently use the `aria-labelledby`
property with references to a non existing labels. In o... - 20:18 Revision 04bdbd2b: [TASK] Additionally removes dangling docker volumes with runTests.sh -u
- Over time dangling local anonymous docker volumes
pollutes local docker environments and consuming
space on core cont... - 20:01 Revision cdce612b: [BUGFIX] Reference labels to input fields in ext:setup
- Input fields in ext:setup currently use the `aria-labelledby`
property with references to a non existing labels. In o... - 14:56 Revision cd53c3e9: [BUGFIX] Avoid undefined array key warnings in ImageContentObject
- The key "originalFile" might be unset. It must be
accessed using null coalescing operator just like
some lines above.... - 14:34 Revision 6963edad: [BUGFIX] Avoid undefined array key warnings in ImageContentObject
- The key "originalFile" might be unset. It must be
accessed using null coalescing operator just like
some lines above.... - 11:40 Revision 14cbf0f7: [TASK] Drop typo3/phar-stream-wrapper due to improved handling in PHP
- PHP 8.0 finally dropped automatic deserialization of Phar metadata
(see https://wiki.php.net/rfc/phar_stop_autoloadin...
2022-04-19
- 18:54 Revision d4903efe: [FEATURE] Auto creation of database fields for TCA "datetime"
- To further support extension authors, the DefaultTcaSchema
is extended to automatically create database fields for
TC... - 10:54 Revision af866543: [TASK] Update minimum PHP version in install tool check
- Resolves: #97429
Releases: 11.5
Change-Id: Ia39e70ce6249377829edc9ffb913c7d342f7bd26
Reviewed-on: https://review.typo... - 10:47 Revision 6402d16c: [BUGFIX] Responsive form actions for column selector
- The CSS attribute "position: fixed" is replaced by
"position: sticky", which does not get completely
removed from the... - 10:01 Revision d510c3c0: [TASK] Add native types for PermutationUtility
- This is more docblocks than function signatures,
but we're being thorough.
Resolves: #97379
Related: #97210
Related:... - 09:50 Revision 2b0acde2: [BUGFIX] Responsive form actions for column selector
- The CSS attribute "position: fixed" is replaced by
"position: sticky", which does not get completely
removed from the...
2022-04-18
- 23:26 Revision 27d5534d: [BUGFIX] Use proper EventDispatcherInterface mock
- Introducing two new PSR-14 events with #96975 added corresponding tests
with prophesized EventDispatcherInterface obj... - 13:58 Revision ac0195a2: [TASK] Update typo3/cms-styleguide
- Related styleguide pull-requests:
* https://github.com/TYPO3/styleguide/pull/319
* https://github.com/TYPO3/stylegui... - 12:11 Revision 4c25c2d4: [TASK] styleguide: Migrate datetime TCA of FlexForm
- While migrating the TCA for the new type
"datetime", the FlexForm part has been
forgotten. - 11:21 Revision 988090d6: [!!!][TASK] Add native types to DiffUtility
- 'BackendUtility::getProcessedValue()' currently implicitly
returns mixed, whereas makeDiffDisplay() requires a string... - 11:14 Revision bcdb3f6b: [TASK] styleguide: Adjust TCA for nullable=true
- 10:58 Revision 1a8f97b2: [TASK] Migrate form-horizontal class to Bootstrap 5
- This patch migrates the "form-horizontal" class from
Bootstrap 3 to the new style by using the "row" and
"col-form-la... - 10:11 Revision 6c2239c3: [FEATURE] Add TCA option nullable instead of eval=null
- This patch replaces the "eval=null" option with the
direct option "nullable". The goal is to further
thin out "eval" ...
2022-04-17
- 22:49 Revision c5cd5be6: [TASK] Migrate form-horizontal class to Bootstrap 5
- This patch migrates the "form-horizontal" class from
Bootstrap 3 to the new style by using the "row" and
"col-form-la... - 20:25 Revision ae9396bc: [TASK] Use more native types for the admin panel controllers
- Also improve some type annotations.
Resolves: #97410
Releases: main
Change-Id: Iba39ad19e0456803c7c72ff669551888aad7... - 19:46 Revision d82af598: [FEATURE] Add two new PSR-14 events to Site Configuration
- Two new events have been added to TYPO3, to allow
manipulation / notification of the loaded SiteConfiguration
before ... - 19:23 Revision 905058d9: [BUGFIX] Fix an incorrect type annotation in the DataHandler
- The corresponding parameter is used like an int, and only ints are
passed. So it needs to be an int instead of a stri... - 19:10 Revision 8d4f951f: [BUGFIX] Fix an incorrect type annotation in the DataHandler
- The corresponding parameter is used like an int, and only ints are
passed. So it needs to be an int instead of a stri... - 18:53 Revision 7bd0e3a4: [TASK] Update PHPUnit & friends
- Used commands:
> composer req --dev -W phpunit/phpunit:^9.5.20
> composer req --dev -W phpspec/prophecy:^1.15.0
> com... - 11:58 Revision 591a2ff9: [TASK] Annotate nullable properties in workspaces extension as such
- This fixes a whole bunch of PHPStan warnings.
Resolves: #97396
Releases: main, 11.5
Change-Id: Ie60b67d6162b20d32ad6... - 10:37 Revision a3b96807: [TASK] Annotate nullable properties in workspaces extension as such
- This fixes a whole bunch of PHPStan warnings.
Resolves: #97396
Releases: main, 11.5
Change-Id: Ie60b67d6162b20d32ad6... - 10:35 Revision 664315b4: [TASK] Update PHPUnit & friends
- Used commands:
> composer req --dev -W phpunit/phpunit:^9.5.20
> composer req --dev -W phpspec/prophecy:^1.15.0
> com...
2022-04-16
- 19:48 Revision 16b551ba: [TASK] Add native types to HttpUtility
- Add return type declarations and explicitly define
public visibility for class constants.
Resolves: #97375
Related: ... - 19:48 Revision 1d504448: [BUGFIX] Respect workspace in ajax slug generation
- The SlugHelper now receives the current workspace id and applies the
correct workspace constraint.
Resolves: #96853
... - 18:35 Revision 0da26dc4: [FEATURE] Allow keyboard navigation in live search
- Currently it's not possible to select a suggestion
of the live search.
This has been changed to add a highlight styl... - 18:12 Revision e588db7b: [TASK] Add a code of conduct document
- Having a CODE_OF_CONDUCT.md document that links to the TYPO3 code
of conduct provides users who view the project sour... - 18:06 Revision 4d893a3c: [TASK] Add a code of conduct document
- Having a CODE_OF_CONDUCT.md document that links to the TYPO3 code
of conduct provides users who view the project sour... - 17:54 Revision 1401e792: [TASK] Add a code of conduct document
- Having a CODE_OF_CONDUCT.md document that links to the TYPO3 code
of conduct provides users who view the project sour... - 11:40 Revision ca959bb6: [TASK] Raise PHPStan to version 1.5.6
- The new version finds some new possible bugs and
removes some incorrect ones.
Also update phpstan/phpstan-phpunit.
... - 11:16 Revision df2f6451: [TASK] Raise PHPStan to version 1.5.6
- The new version finds some new possible bugs and
removes some incorrect ones.
Also update phpstan/phpstan-phpunit.
... - 10:46 Revision 7e8a4b40: [TASK] Use constants in NewMultiplePagesController
- This change uses constants from PageRepository
to define possible doktypes.
In addition, some minor details in the r... - 03:49 Revision b0ea7c5f: [TASK] Use File constants in sys_file TCA file
- Resolves: #97394
Releases: main
Change-Id: I635443e00d953543aa5950ac7516d97d61015a2d
Reviewed-on: https://review.typo... - 03:10 Revision 4dcba064: [TASK] Use normalized params in TSFE
- This change replaces the last occurrence
in TSFE to avoid use GeneralUtility::getIndpEnv()
Resolves: #97398
Releases...
2022-04-15
- 20:18 Revision 0e689374: [BUGFIX] Fix type annotation of HistoryService::differencesObject
- This field actually is nullable and needs to be annotated accordingly.
This change fixes a PHPStan warning.
Resolve...
2022-04-14
- 20:54 Revision 2695175b: [BUGFIX] Respect workspace in ajax slug generation
- The SlugHelper now receives the current workspace id and applies the
correct workspace constraint.
Resolves: #96853
... - 20:52 Revision 8bafc687: [BUGFIX] Fix type annotation of HistoryService::differencesObject
- This field actually is nullable and needs to be annotated accordingly.
This change fixes a PHPStan warning.
Resolve... - 20:39 Revision f68a4da4: [TASK] Log more context for failed DataHandler evaluations
- It can be very hard to debug, which field in
particular has failed, when the DataHandler only
mentions the invalid va... - 20:27 Revision 4fe605f7: [FEATURE] Add methods to check if the assets already exist
- Different asset types could be collected using the central
assets collector '\TYPO3\CMS\Core\Page\AssetCollector'.
H... - 16:40 Revision c51091f7: [BUGFIX] Prevent PHP warnings in workspace ActionHandler
- * $parameters->additional might not be set,
depending on the workspace configuration
* There might be no "next" or... - 16:20 Revision 6985d726: [BUGFIX] Prevent PHP warnings in workspace ActionHandler
- * $parameters->additional might not be set,
depending on the workspace configuration
* There might be no "next" or... - 12:14 Revision 3cc948b1: [BUGFIX] Prevent PHP warnings in PageRouter
- In some situations, "_page" might not be set
in the Route. This patch prevents undefined
array key warnings and also ... - 11:43 Revision e09e2df2: [BUGFIX] Prevent PHP warnings in PageRouter
- In some situations, "_page" might not be set
in the Route. This patch prevents undefined
array key warnings and also ...
2022-04-13
- 09:43 Revision abf4ae20: [TASK] Deprecate ExpressionBuilder methods andX() and orX()
- doctrine/dbal has deprecated multiple methods in the
class 'ExpressionBuilder'. Luckily, the core already
implements ...
2022-04-12
- 19:36 Revision 410d66a9: [!!!][TASK] Remove eval=int from type=datetime
- TCA type "datetime" allowed the value to be a native
type (with `dbType`), a int with `eval=int` or a
simple string. ... - 18:07 Revision 7a395ef2: [DOCS] Align with new TYPO3 documentation standards
- - align README.rst, Index.rst, Includes.txt, Includes.rst.txt,
Settings.cfg
- add genindex.rst, Sitemap.rst
- remov... - 16:53 Revision b1854c74: [DOCS] Rename undeclared argument "length" to "maxCharacters"
- The CropViewHelper does not have a "length" argument, but the
"maxCharacters" argument is mandatory. From the context... - 16:53 Revision 0d04df7f: [DOCS] Rename undeclared argument "length" to "maxCharacters"
- The CropViewHelper does not have a "length" argument, but the
"maxCharacters" argument is mandatory. From the context... - 15:46 Revision c842a42b: [DOCS] Rename undeclared argument "length" to "maxCharacters"
- The CropViewHelper does not have a "length" argument, but the
"maxCharacters" argument is mandatory. From the context... - 15:08 Revision 01d65125: [DOCS] Remove superfluous sendmail option in smtp configuration example
- Releases: main
Resolves: #97356
Change-Id: I23a2dae1c18af5746be20d30034ce89332088326
Reviewed-on: https://review.typo... - 11:33 Revision ede0f3b2: [BUGFIX] Add missing tooltips in record and filelist
- The recently introduced buttons for the
secondary action items in the record and
filelist do now define a title, whic... - 11:17 Revision 7ffa237a: [BUGFIX] Add missing tooltips in record and filelist
- The recently introduced buttons for the
secondary action items in the record and
filelist do now define a title, whic... - 08:38 Revision b00e8912: [TASK] Set TYPO3 version to 11.5.10-dev
- Change-Id: Iaa8433a7956c0ae3b4fcde24bfce0a58e7af497b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/742... - 08:38 Revision 0023c781: [TASK] Set TYPO3 version to 10.4.28-dev
- Change-Id: I947cde3378f0d3ca02ef59c35cc7b0e18b85e751
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/742... - 07:55 Revision 41418975: [RELEASE] Release of TYPO3 11.5.9
- Change-Id: I835ca2cc5f309f2686eb8410159a3eca4c2b940c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/742... - 07:41 Revision b2f2121e: [RELEASE] Release of TYPO3 10.4.27
- Change-Id: Ib8848fca36837bde9b0f0dc528e44e4ee2fde0af
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/742...
2022-04-11
- 22:31 Revision ebce7255: [!!!][TASK] Get rid of $_FILES in extbase
- The TYPO3 request already contains a "disentangled"
array of UploadedFile objects. With this change,
these UploadedFi... - 21:43 Revision f8088b41: [BUGFIX] Prevent JavaScript error on changing single option group fields
- A check in the FormEngine JavaScript component
is fixed, preventing a corresponding error when
changing the value of ... - 21:42 Revision ce78a67c: [BUGFIX] Prevent JavaScript error on changing single option group fields
- A check in the FormEngine JavaScript component
is fixed, preventing a corresponding error when
changing the value of ... - 21:39 Revision 7fff4bcd: [BUGFIX] Fix variable assignment of default duplication behaviour action
- The default duplication behaviour action for the
file upload is now properly assigned to the view again.
Resolves: #... - 18:55 Revision bc4093af: [DOCS] Align with new TYPO3 documentation standards
- - align README.rst, Index.rst, Includes.txt, Includes.rst.txt,
Settings.cfg
- add genindex.rst, Sitemap.rst
- remov... - 07:15 Revision ad73f9fa: [TASK] Inform about invalid content_from_pid
- The page module displays an information on pages,
which use the content_from_pid ("Show Content from Page")
feature. ...
2022-04-09
- 09:45 Revision 4abb6126: [FOLLOWUP] Remove visible field value in ColorElement
- Like for all other elements using the visible / hidden
input field strategy, the visible field is initialized with
an...
2022-04-08
- 21:00 Revision e5e3355b: [BUGFIX] Translate additional scheduler field labels in controller
- The "langLabel" field might be already translated
instead of a "LLL-string". This causes the
TranslateViewHelper to t... - 19:06 Revision 8005da65: [BUGFIX] Correct the description for the cache:warmup command
- Warmup for frontend caches is not immplemented by
TYPO3 core, but may be provided by third party extensions.
Adapt th... - 18:59 Revision 3a8544b3: [!!!][TASK] Add native typing to CommandUtility
- Nothing particularly exciting, but does remove another
PHPStan baseline message.
A few bits of unnecessary code have... - 18:51 Revision 988ee3a4: [BUGFIX] Correct the description for the cache:warmup command
- Warmup for frontend caches is not immplemented by
TYPO3 core, but may be provided by third party extensions.
Adapt th... - 12:38 Revision b59f0153: [TASK] Apply dark style to module menu scrollbar
- The default light system-ui scrollbars are very distracting on
the dark module menu surface. Therefore they are now r... - 11:50 Revision 964e93e8: [TASK] Apply dark style to module menu scrollbar
- The default light system-ui scrollbars are very distracting on
the dark module menu surface. Therefore they are now r... - 09:35 Revision e848e623: [TASK] Simplify info boxes in page module
- Info boxes are shown in the page module for pages like
"link to external url" or "Shortcut" if a relevant field
is no... - 09:03 Revision 9397f3fb: [TASK] Migrate form finisher TCA
- It was forgotten to migrate the subtle TCA inside
of form finisher YAML files. This has been done now.
Resolves: #97... - 08:44 Revision 92a9671c: [BUGFIX] Avoid race conditions in pagetree contextmenu actions
- All pagetree actions that use the "RecordCommit" endpoint (tce_db)
(which is loaded in to the main list_frame) need t... - 08:32 Revision 8423bcd3: [TASK] Revert "[TASK] Refresh the look of pagemodule"
- This reverts commit a42649bd33abd892bafb76bb49a7cd475be622fe.
Reasons for revert:
* Missing commit message descrip... - 07:44 Revision 2c00065a: [BUGFIX] Avoid race conditions in pagetree contextmenu actions
- All pagetree actions that use the "RecordCommit" endpoint (tce_db)
(which is loaded in to the main list_frame) need t... - 04:27 Revision 1b527203: [FEATURE] Add link to backend in admin panel
- Thanks to backend routing, we are now able to provide a
direct link to the currently rendered backend page via
the ad...
2022-04-07
- 23:12 Revision 1758dd36: [BUGFIX] Check for undefined fileTarget
- Check if the fileTarget is set before using it.
Resolves: #97329
Releases: main, 11.5
Change-Id: Ibf5bf12600717acf1b... - 23:00 Revision 224f8511: [TASK] Remove superfluous eval declarations
- - 'eval=int' does not exist for type=group
- Empty 'eval' is superfluous
Resolves: #97335
Releases: main, 11.5
Chang... - 22:59 Revision f3194d00: [BUGFIX] Check for undefined fileTarget
- Check if the fileTarget is set before using it.
Resolves: #97329
Releases: main, 11.5
Change-Id: Ibf5bf12600717acf1b... - 22:37 Revision c1cfe740: [TASK] Remove superfluous eval declarations
- - 'eval=int' does not exist for type=group
- Empty 'eval' is superfluous
Resolves: #97335
Releases: main, 11.5
Chang... - 21:59 Revision 8a6cedc2: [BUGFIX] Prevent duplicate contextmenu in page tree nodes
- The pagetree contextmenu click (right click) on node
backgrounds must not trigger both, the system
contextmenu and th... - 21:44 Revision d5d5f440: [BUGFIX] Prevent duplicate contextmenu in page tree nodes
- The pagetree contextmenu click (right click) on node
backgrounds must not trigger both, the system
contextmenu and th... - 21:32 Revision 4133848a: [BUGFIX] Restore "required" handling in SiteConfigurationController
- The SiteConfigurationController does its own evaluation
of field values based on the "fake" TCA. With #97035,
the req... - 20:00 Revision 2234cd15: [TASK] Migrate site_errorhandling.errorCode to TCA type "number"
- This migration was forgotten while introducing TCA
type "number" in #97193.
Resolves: #97333
Related: #97193
Release... - 14:20 Revision 0ec79fa5: [BUGFIX] Remove unnecessary row/col from clipboard
- The clipboard component uses a Bootstrap panel and
is also wrapped by row/col elements, whose are
superfluous.
This ... - 13:07 Revision 63bdf2e2: [BUGFIX] Remove unnecessary row/col from clipboard
- The clipboard component uses a Bootstrap panel and
is also wrapped by row/col elements, whose are
superfluous.
This ... - 12:27 Revision 14fbe965: [BUGFIX] Fix duration determination in Notification.showMessage()
- The determination of the duration used in Notification.showMessage() now
takes `SeverityEnum.error` into account and ... - 12:16 Revision 4851f28d: [BUGFIX] Add missing translation default in About module
- Modules can use static strings instead of locallang
labels. Therefore, all usages must also define the
value as "defa... - 12:11 Revision fc337905: [BUGFIX] Align all changelog entries to new rest rules
- Follow up on files not changed by https://review.typo3.org/c/Packages/TYPO3.CMS/+/74128
Releases: main
Resolves: #97... - 11:45 Revision 50dca247: [BUGFIX] Fix duration determination in Notification.showMessage()
- The determination of the duration used in Notification.showMessage() now
takes `SeverityEnum.error` into account and ... - 11:39 Revision 05dd776c: [DOCS] Update available configuration providers
- Resolves: #97322
Releases: main
Change-Id: I0565905201bd7456dae171d2435925c996bfb1b3
Reviewed-on: https://review.typo... - 11:30 Revision 824f5e7d: [BUGFIX] Remove Symfony polyfill replacements from core
- Adding a replace to a package semantically means, that
this package replaces another one. This is not true
for typo3/... - 10:08 Revision 343bfadb: [BUGFIX] Fix exception in filelist when nullable columns are shown
- When nullable columns are shown in filelist module, an
exception is thrown, because null may be passed to
htmlspecial... - 08:18 Revision a93634c1: [DOCS] Align with new TYPO3 documentation standards
- - align README.rst, Index.rst, Includes.txt, Includes.rst.txt,
Settings.cfg
- add genindex.rst, Sitemap.rst
- remov... - 07:20 Revision a044baee: [!!!][TASK] Remove context sensitive help
- The context sensitive help (CSH) is not accessible and the information
is often not useful or not updated for a long ... - 03:57 Revision 7f323f45: [TASK] Connect labels with its select fields in various modules
- Extend BackendUtility::getDropdownMenu() for the possibility
to add the "id" of the select element. This allows to co...
2022-04-06
- 18:43 Revision 8a254378: [DOCS] Fix missing quotation marks in PHP code examples
- Resolves: #97321
Releases: main
Change-Id: Ifbbd0e4961ed2c17beebadb0d2eb732fdd05f6a0
Reviewed-on: https://review.typo... - 13:50 Revision 67041879: [BUGFIX] Fix exception in filelist when nullable columns are shown
- When nullable columns are shown in filelist module, an
exception is thrown, because null may be passed to
htmlspecial... - 12:49 Revision 04818c84: [BUGFIX] Handle flexform in BU::getProcessedValue() only if not null
- The contents of a field of type `flex` may be NULL if the field is
empty. `BackendUtility::getProcessedValue()` handl... - 10:53 Revision 038bab88: [BUGFIX] Align functional splitting to chunk execution
- The check for doing the functional test splitting
script and running the selected chunk used similar
but different mi... - 10:53 Revision 7b12ba84: [BUGFIX] Align functional splitting to chunk execution
- The check for doing the functional test splitting
script and running the selected chunk used similar
but different mi... - 10:31 Revision 0170fc5a: [FEATURE] Make registerPlugin() return the plugin signature
- This makes the ExtensionUtility:registerPlugin()
method return the plugin signature, which might
be used for further ... - 08:39 Revision 5d7e0c8f: [BUGFIX] Align functional splitting to chunk execution
- The check for doing the functional test splitting
script and running the selected chunk used similar
but different mi... - 06:38 Revision 4e32638e: [TASK] Update typo3/cms-styleguide
- used command:
> composer u typo3/cms-styleguide
Resolves: #97314
Releases: main
Change-Id: Id5fe8f81e88348c3000... - 06:27 Revision 6360b6db: [TASK] Improve context-menu styling
- Releases: main
Resolves: #97310
Change-Id: I8d85aa779fa82c8c8307f6e3187e1dcc701de7d7
Reviewed-on: https://review.typo...
2022-04-05
- 19:22 Revision 8bea9fd0: [BUGFIX] Fix typo in TcaMigration variable
- Resolves: #97311
Releases: main
Change-Id: I9edda1c4ff1c28d98187e0f954a1229a46e8463b
Reviewed-on: https://review.typo... - 18:53 Revision 79170f0e: [FEATURE] Add 'show scheduled records' option to admin panel
- With this new option an editor is able to view all records on
a page regardless of the start and end time.
This is e... - 17:07 Revision 687dfd02: [TASK] Unify new FormEngine element classes
- A couple of new TCA types have been introduced.
To be able to merge duplicated code parts together,
slight discrepanc... - 17:03 Revision a42649bd: [TASK] Refresh the look of pagemodule
- Resolves: #97306
Releases: main
Change-Id: I54c6e90bf8b63e7d24fd25d62332f97a79bbe0ab
Reviewed-on: https://review.typo... - 16:51 Revision f8a54949: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/316 from o-ba/type-number
- [TASK] styleguide: Adjust TCA for type=number examples
- 15:33 Revision fbb6f478: [TASK] Use ckeditor's native readOnly mode
- Textarea can be configured in TCA to be read only and to have a richtext
editor enabled. If `readOnly` is enabled, ck... - 15:32 Revision b59ecd3a: [BUGFIX] Explicitly use control characters in HTML fixture
- `RenderPreviewImportPageAndRecordsByUpdateWithDiff.php` has HTML markup
with line breaks and tab characters. With som... - 15:25 Revision fb7c7814: [FEATURE] Introduce TCA type "number"
- The new type "number" is a replacement for type
"input" with "eval=int" or "eval=double2" set.
With this, the type "... - 15:11 Revision 7edb5ee0: [TASK] Use ckeditor's native readOnly mode
- Textarea can be configured in TCA to be read only and to have a richtext
editor enabled. If `readOnly` is enabled, ck... - 15:09 Revision dd48e369: [BUGFIX] Explicitly use control characters in HTML fixture
- `RenderPreviewImportPageAndRecordsByUpdateWithDiff.php` has HTML markup
with line breaks and tab characters. With som... - 14:53 Revision 21bf9f47: [TASK] Apply new documentation standard definitions
- This patch applies the new documentation standards to the .editorconfig.
Resolves: #97302
Releases: main, 11.5, 10.4... - 14:43 Revision 34d34576: [TASK] Apply new documentation standard definitions
- This patch applies the new documentation standards to the .editorconfig.
Resolves: #97302
Releases: main, 11.5, 10.4... - 14:29 Revision e167fc22: [TASK] Apply new documentation standard definitions
- This patch applies the new documentation standards to the .editorconfig.
Resolves: #97302
Releases: main, 11.5, 10.4... - 14:17 Revision aff2683b: [TASK] styleguide: Adjust TCA for type=number examples
- 14:08 Revision 7398d122: [TASK] Use bootstrap badges instead of labels
- The "label" class was removed in bootstrap 5 and replaced through
"badge". The "label" class was kept in place for a ... - 12:49 Revision 574d9ce8: [BUGFIX] Avoid global jQuery usage in RTE link wizard
- The global variable $ (window.$) has been removed with #97243.
This caused the RTE link wizard to fail with a JavaScr... - 08:40 Revision 8ecc7bee: [BUGFIX] Show correct creation and modification time in filelist
- The creation and modification time of files
is now displayed correctly again, using the
file info instead of the file... - 08:25 Revision 3f076b1a: [BUGFIX] Show correct creation and modification time in filelist
- The creation and modification time of files
is now displayed correctly again, using the
file info instead of the file...
2022-04-04
- 19:59 Revision d045043c: [TASK] Comment two symfony/rate-limiter related tests
- symfony/rate-limiter:5.4.7 has a bug [1] leading to
E_DEPRECATED warnings in our functional rate limiting
tests. This... - 19:40 Revision c976520e: [TASK] Comment two symfony/rate-limiter related tests
- symfony/rate-limiter:5.4.7 has a bug [1] leading to
E_DEPRECATED warnings in our functional rate limiting
tests. This... - 17:24 Revision 6dce6ad2: [TASK] Remove unused variable in AbstractItemProvider
- After the removal of the fourth parameter of the
checkAuthMode method, the local variable $authMode
has not been remo... - 16:30 Revision c4a718d5: [DOCS] Fix typo in changelog file
- Releases: main
Resolves: #97293
Change-Id: I0f5f44fab866e54e117138d369584967da7c3655
Reviewed-on: https://review.typo... - 15:34 Revision 726fadae: [BUGFIX] Allow filelist sorting by creation date
- Implement missing sorting of files in the local driver.
Resolves: #97261
Releases: main, 11.5
Change-Id: I94c04dfbd8... - 14:57 Revision ed1fd3a8: [!!!][TASK] Add modern typing to ClassNamingUtility
- Simple type additions. Nothing exciting.
Resolves: #97205
Related: #97210
Releases: main
Change-Id: Ic38274300b22f3c... - 14:56 Revision 224befe3: [BUGFIX] Allow filelist sorting by creation date
- Implement missing sorting of files in the local driver.
Resolves: #97261
Releases: main, 11.5
Change-Id: I94c04dfbd8... - 14:27 Revision 8a459c75: [TASK] Update @typo3/icons to v2.6.0
- Executed commands:
cd Build
yarn add "@typo3/icons@^2.6.0"
yarn build
Resolves: #97292
Releases: main
Change-... - 14:03 Revision 7fcc35c4: [TASK] Move workspaces data handling tests to core
- The ext:core and ext:workspaces data scenario functional
tests are pairs: core comes with the 'Modify' scenarios
and ... - 11:20 Revision c753615e: [DOCS] Update lowlevel documentation for Breaking: #97131
- Remove CLI commands removed in https://forge.typo3.org/issues/97131 from the lowlevel documentation.
Resolves: #9728...
2022-04-01
- 13:21 Revision 12a6613f: [FEATURE] Introduce TCA type "color"
- In the process of using dedicated TCA types,
the new TCA type "color" is introduced and
replaces "renderType=colorpic... - 12:31 Revision 9763ce52: [BUGFIX] Prevent invalid array access warnings in DataHandler
- Resolves: #97280
Releases: main, 11.5
Change-Id: Id6b2b5bf9a200d7c0ccc6c23273bb5086d6ee50a
Reviewed-on: https://revie... - 12:30 Revision b2f4f545: [BUGFIX] Add guard clause to prevent fataling on saving a CE
- Resolves: #97270
Releases: main, 11.5
Change-Id: If1c899cdfd891cda5af5a502b40ab28c29830f58
Reviewed-on: https://revie... - 11:59 Revision e684e0b5: [BUGFIX] Prevent invalid array access warnings in DataHandler
- Resolves: #97280
Releases: main, 11.5
Change-Id: Id6b2b5bf9a200d7c0ccc6c23273bb5086d6ee50a
Reviewed-on: https://revie... - 11:58 Revision 56d1c378: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/314 from o-ba/type-color
- [TASK] styleguide: Adjust TCA for type=color examples
- 11:54 Revision c4962f64: [BUGFIX] Add guard clause to prevent fataling on saving a CE
- Resolves: #97270
Releases: main, 11.5
Change-Id: If1c899cdfd891cda5af5a502b40ab28c29830f58
Reviewed-on: https://revie... - 11:37 Revision 762fdd7b: [TASK] styleguide: Adjust TCA for type=color examples
- 10:03 Revision eeb5af4f: [BUGFIX] Accept native TIME value '00:00:00' in backend forms
- Native date/time types have a zero-value, which is '0000-00-00 00:00:00'
for DATETIME and '00:00:00' for TIME. For DA... - 10:02 Revision 7765a23d: [BUGFIX] Accept native TIME value '00:00:00' in backend forms
- Native date/time types have a zero-value, which is '0000-00-00 00:00:00'
for DATETIME and '00:00:00' for TIME. For DA... - 08:36 Revision 2f0338a9: [!!!][TASK] Simplify TCA authMode settings
- To prepare towards a deployable backend group access
rights system, some of the more obscure options are
removed to r...
Also available in: Atom