Christian Weiske

Results 276 comments of Christian Weiske

I moved the code to `UserFunction/LayoutSelect.php` and adjusted the tests. `Overrides/pages.php` is also modified now, and the fluid layout selector is now only visible if fluidpages is selected as backend...

Sharepoint has an infamous limit of 5000 items, see https://learn.microsoft.com/en-us/sharepoint/troubleshoot/lists-and-libraries/items-exceeds-list-view-threshold - if you hit it, you will get an exception: ``` { "error": { "code": "-2147024860, Microsoft.SharePoint.SPQueryThrottledException", "message": { "lang":...

Steps to reproduce the issue on a stock TYPO3 system: 1. Create new "File links" content element (Category "special elements") 2. At "Select single files" click "Add file". The selector...

PR is https://github.com/grayleonard/booxtream-epub-drm-remover/pull/9 The cdp.info file is also added when buying on buecher.de

Das XML-Format wird von jfritz intern benutzt; das Telefonbuch wird selbst damit gespeichert in `.jfritz/jfritz.phonebook.xml`. Beispiel (das könnte ins Wiki): ``` Sheldon Cooper California Institute of Technology +49 1234 56789...

``` $ git tag 4.7.0 9f03b53 $ git push --tags ```

With 4.3.1, I adjusted the CSS as follows: 1. Extend `AdminerAutologinController` 2. Overwrite `function index()` 3. In there, check if `request()->query->get('file')` equals `default.css` 4. If yes, echo custom CSS (this...

The main problem is that by including headless TypoScript configuration, the `page` configuration gets overwritten. I'd rather like to use a separate page type num.

I needed both HTML and JSON output, and did not want to manually include single .typoscript configuration files from headless - because that would probably break with the next headless...