How to customise course format from theme. Example on course format grid.
Continue reading “Moodle – extended course format render from theme”Month: December 2018
Management – Helpful Extensions for Trello and Toggl
Small Trello Inconveniences
Sitting down to work on my next Trello ticket I realized my Toggl account was still on my previous task. I had to stop what I was doing and switch to Toggl counter to stop and create a new counter for my current task. Having finished the test I wanted to make a list of a few fixes that had to be tested elsewhere – since there is no easy way to refer to Trello cards other than their url address I made a list of links for reference.
Continue reading “Management – Helpful Extensions for Trello and Toggl”Moodle – Make backup each day on Ubuntu server
Simple Bash script to make
PHP – Install Apache & Php, configure Xdebug on Mac Os 10.13
How to install Httpd, PHP 7.1 and configure Xdebug on Mac Os 10.13
Continue reading “PHP – Install Apache & Php, configure Xdebug on Mac Os 10.13”GIT – Useful configuration orders
Remove all your local git branches, use master instead
git branch | grep -v "master" | xargs git branch -DContinue reading “GIT – Useful configuration orders”
Moodle – Add multi-lang strings in Javascript
As we all know well, Moodle is a multilingual system which, depending on the wishes of the user, can perfectly support many languages. As a rule, when developing a new plugin, there are no big difficulties