Sybille

Results 73 issues of Sybille

https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Assets/Index.html Suggestion: * give a more thorough introduction in general comparing different ways to include assets and what goes on under the hood * compare ways to include assets and...

See also issue #1990 and pending PR #1991 More issues: * should the page exist as all, since it is not TYPO3 specific? Should general Webserver security recommendations bloat up...

I believe, a new diagram was introduced with #1336, https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/_images/Typo3CmsStructure.png @flicstar @linawolf While I like the diagram in general, I do have some comments about it. Probably best to get...

question
content
waiting for feedback

pagination: https://docs.typo3.org/m/typo3/reference-coreapi/10.4/en-us/ApiOverview/Pagination/Index.html 1) * [x] Use consistent examples - here QueryResultPaginator is mentioned but not used in the code example * Paginator: ArrayPaginator, QueryResultPaginator * Pagination: SimplePagination The code snippets...

_The below refers to URLs with a limited set of parameters._ --- ... or how to get rid of cHash in the URL. There are a number of related questions...

> The exception type is a \Doctrine\DBAL\DBALException which can be caught and transferred to a better error message if the application has to expect query errors. Note this is not...

This manual is now only displayed for versions up to to 10.4. Can we have a way to direct people to newer versions of the content, e.g. have a banner...

Doing

Blanket issue for several PR which will migrate most of the general Fluid chapter (which is not specific to Extbase) to [TYPO3 Explained Fluid](https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Fluid/Index.html). Since Fluid now plays a more...

Use TYPO3 renderType selectMultipleSideBySide to allow for filtering when selecting a form in the plugin. This provides better usability when there are many forms. Resolves: #934 ---- (new PR for...

**Describe the bug** Problems may occur with wrong mimetypes "detected" when editors upload files with wrong file endings (because mimetype is not detected by file content, but by file ending),...