Niklas Natter

Results 77 comments of Niklas Natter

Right now, the the timeframe for the first stable release heavily depends on external feedback. We are using the bundle in production and it feels very stable, but there might...

Thanks for reporting! I think this would be useful too (maybe even in the `WebsiteSearchController` of the `sulu/sulu` package). I think it should be relatively easy to implement this as...

I think the new styling looks nice! One thing that bugs me a bit is that there are a lot of different font sizes at the moment. I think it...

For reference, this is the issue regarding arm64 support for the official `mysql` image: https://github.com/docker-library/mysql/issues/318 I do not have any experience with using `mariadb`. But I am open to change...

I think we need to pass the prefix of the current portal to the `path()` function. Have not tested it, but that should look something like this: ``` path('sulu_community.login', {prefix:...

When multi page articles were implemented, the versioning functionality of the `sulu-document-manager` was adjusted to restore child pages (see https://github.com/sulu/sulu-document-manager/pull/108). We had to remove this functionality because it broke child...

Would be okay for me to add as section about non-core bundles 🙂 We should also include the `SuluArticleBundle`, `SuluAutomationBundle`, ... there

As @alexander-schranz already mentioned, this bundle was designed for managing a large number of articles (> 10.000) while not neglecting performance. This is not an easy task with traditional RDBMS...

Thanks for creating this issue! It looks like it is quite hard to configure `fetch` to not follow redirects automatically but return the target url of a redirect instead (https://github.com/whatwg/fetch/issues/763)....