Daniel Ziegenberg

Results 20 issues of Daniel Ziegenberg

The approach of creating the thumbnail client side has a considerable disadvantage. The thumbnail quality depends on the video editor preview, which usually has a lower quality/resolution. That should be...

type:enhancement

When going through the focusable elements of the page, every element is neatly highlighted. Only when selecting the scrubber or the timeline, it is hardly visible. See the recording attached....

Why bother linting for docstrings when they are ignored anyways...

skip-changelog

Migrate content from https://docs.moodle.org/dev/Writing_PHPUnit_tests to existing https://moodledev.io/general/development/tools/phpunit/write

Trying to fix #556.

Sometimes it is nice to add a picture to the text. For example, you have a page about a certain event, an introductory text and some videos. It would be...

area:backend
area:frontend
kind:new-feature

When editing content and adding a textblock it states: > You can put your text content here. You can even use Markdown. When adding the following content ```markdown # Heading...

area:frontend
area:usability

It would be great to have the page name and page content translatable.

area:backend
area:frontend
kind:new-feature
priority:low
area:sync
area:accessibility

You can share data providers between separate unit tests with: ```php /** * Test something. * * @dataProvider \some\class\test_class::test_provider */ public function test_something(){} ``` This generates the error message: `Data...

- Add PSR/Log as dependency - Add a new SimpleLogger - Use the NullLogger per default Helps with #461

enhancement