Bernhard Schussek
Bernhard Schussek
The current implementation of AssetCollectionIterator does not just iterate over the collection, but modify the state of its assets (their clones, to be exact) at the same time. This is...
Currently, Assertion::alnum() tests that a value consists of alphabetic and numeric characters only _and_ starts with a letter. I think this is misleading, as it is different to what ctype_alnum()...
It seems that links with nested code don't work: ``` Some text describing what [`SomeClass`] does... [`SomeClass`]: http://..../api/SomeClass.html ``` This is transformed to the HTML: ``` [SomeClass] ``` I would...
In order to simplify the use of Sulu, the kernels should be merged into a single AppKernel. How to use Sulu with two separate kernels - which is mostly useful...
In order to more closely reflect Symfony Standard, "WebsiteBundle" should be changed to "AppBundle" in Sulu Standard.
Yesterday, I signed up for Mastodon and I encountered what I think is a show stopper. I'm coming from an IT background and still I struggled *a lot* on this...
With #294, I started restructuring the content type docs to better guide the reader through documentation, add explanation where necessary and remove unnecessary, confusing details. I think we should do...
At the moment, it is hard to find the "Next" link for navigating to the next page after reading a page in the documentation. This should be fixed. A simple...
In the Getting Started section, PHP's built-in webserver should be used by default. For getting started it's irrelevant to a user how to configure Apache or Nginx. Instead, it should...
We should document how a user can contribute to Sulu.