Tomasz Muras
Tomasz Muras
There is `require('setup.php');` also in - https://github.com/catalyst/moodle-auth_saml2/blob/master/auth.php#L650 - https://github.com/catalyst/moodle-auth_saml2/blob/master/auth.php#L711
Any chance for merging commit 7b760ecdb5be80b47524db4de7f8e72e3f54bf9a @scara ? We need configurability for php.ini to increase the maximum memory.
Just to run it: ``` ➜ sudo -E bin/moodle-docker-compose exec webserver php admin/tool/behat/cli/run.php Running single behat site: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480...
So basically we should copy extra config into $PHP_INI_DIR/conf.d/ directory, as per https://hub.docker.com/_/php/#configuration Mapping could be a way to go, for example we add optional MOODLE_DOCKER_PHP_EXTRA_CONFIG environment variable. If set,...
I understand that this is about: https://moodle.org/plugins/format_grid
Related to this - is there a way to match PHP language constructs? For the source code like: ```
That actually works for me just fine - thanks for the hint!
Hi Erik, Thanks for the prompt response. I would still implement removal of all comments. My use case is to clean up the files, and then add the new copyright...
That would not help me with the cleanup - my files were all different. I think you are over- thinking this one, you don't have to be perfect each time...
I think the pre-defined standard // # /\* would be good in 99% of cases, maybe with an option to over-ride it. It's your call anyway, please close it if...