David Mudrák

Results 17 issues of David Mudrák

In the past, when running `mdk precheck`, it was waiting for the response and printed result. It stopped working at some moment. I can't recall if it was when we...

The `forceCfg` allows to force some CFG values by hard-setting them in the config.php. I have it set to something like ``` "forceCfg": { "prefix": "m_", "debug": 32767, "debugdisplay": 1,...

I will prefer if I have an option to let mdk generate diff pull URLs in persistent format, i.e. with SHA1 hashes on both sides of the `...` operator. Such...

enhancement

YouTube videos can have closed captions (CC, or subtitles) in multiply languages. The YouTube player allows the user to explicitly choose which language will be displayed: ![image](https://cloud.githubusercontent.com/assets/85831/23024022/9157ef88-f458-11e6-9d2f-f84dc453a748.png) VideoJS seems to...

There is a bug in Moodle core ([MDL-73588](https://tracker.moodle.org/browse/MDL-73588)) that makes `CURLOPT_FILE` not working as expected in cases when redirects are involved and the redirecting pages actually generate some HTML output,...

I've spent a while setting up CAS 5.3.x and this is a summary of what I learned to make it running. Details below are relevant to particular issues discussed in...

Hello. MediaWiki newbie here. For my particular use case, I need to modify the rendered page bodytext. I was thinking I would override the `Skins\Chameleon\Components\MainContent::buildContentBody()` method. But I did not...

question

Attempting to access the docker instances via ngrok URL requires some extra setup that may not be obvious to new comers. In the `config.docker-template.php` file: * `$CFG->wwwroot` is hard-coded to...

From what I can understand from https://github.com/ProfessionalWiki/chameleon/blob/3094d2f3e40216287792b1a2aef8b188ace497e3/src/Components/MainContent.php#L59 the MainContent component has hard-coded ContentBody as the class to provide the content body HTML. What is the clean way to inject my...

question

This is a feedback based on experience from approval reviews in the Moodle Plugins directory. It seems that (some) folks tend to keep the [db/access.php](https://github.com/justinhunt/moodle-atto_newtemplate/blob/master/db/access.php) just because the template has...