Ayke Halder

Results 41 comments of Ayke Halder

I absolutely would like to keep settings management running. And then add additional configuration options on top. In other use cases where `disable_settings_management: true` works, it is also possible to...

## How are the ddev settings included in different CMS ### Drupal In the default `settings.php` a special file `settings.ddev.php` gets included: https://github.com/drud/ddev/blob/52566fe86b6b14f282188da12976efe80f352186/pkg/ddevapp/drupal/drupal10/settings.php#L759-L762 All ddev related settings are in the...

I know about the `#ddev-generated` comment. But I think in general for most TYPO3 projects there are changes neccessary to the TYPO3-system-file `AdditionalConfiguration.php`. So I'm looking for a solution which...

> What changes are necessary in AdditionalConfiguration that could not be in LocalConfiguration? https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Configuration/Typo3ConfVars/Index.html#typo3confvars-additionalconfiguration > Although you can manually edit the **typo3conf/LocalConfiguration.php file, it is limited in scope because the...

Using ddev I'm in development context (allmost) all the time. That's why I always have to add special settings to AdditionalConfig. And right now I must remove the comment `#ddev-generated`...

I don't see feasible unit tests here. It looks testable by integration test with a mocked topic-list only. E.g. a test like https://github.com/discourse/discourse/pull/16013/commits/23d78894c4b1365f6296b30ecffba692f46ac1b0

I don't see feasible unit tests here. It looks testable by integration test with a mocked topic-view only. E.g. a test like https://github.com/discourse/discourse/pull/16013/commits/23d78894c4b1365f6296b30ecffba692f46ac1b0

The double-enclosure in `span`-tags was necessary to use `float: left` on the whole position element. It is refactored to use CSS pseudo-element now. Thereby the `#`character is added inside the...

### System * TYPO3 v10.4.31 * apache-solr-for-typo3/solr 11.2.0 ### Example for creating an unrelated bug on new page creation `EXT:example/ext_tables.sql` ~~~sql CREATE TABLE pages ( tx_example_display_option int(11) DEFAULT '0' NOT...