Hello All
Since almost year I don't use Moodle any more.
I am willing to give following plugins:
https://moodle.org/plugins/block_timestat
https://moodle.org/plugins/format_mindmap
Into good hands
They are not shared in any git repo. A new maintainer should simply download packages and make initial commit using them.
Adoption of Timestat block and MindMap course format
Number of replies: 11Re: Adoption of Timestat block and MindMap course format
Thank you Łukasz for your responsible decision! I've put both plugins to the "Seeking new maintainer" set - https://moodle.org/plugins/?q=set:maintainer-needed
Good luck with your next projects.
Re: Adoption of Timestat block and MindMap course format
Hello Lukasz,
I am looking forward to maintaining this plugin. As first things would like to upgrade it to the latest moodle version. Let me know when can we discuss about it.
Virasat
I am looking forward to maintaining this plugin. As first things would like to upgrade it to the latest moodle version. Let me know when can we discuss about it.
Virasat
Odp: Re: Adoption of Timestat block and MindMap course format
Hi!
At some point of time (I don't remember which Moodle version it was) there was introduced new logging API. The previous logging mechanism was named "Legacy log" and it is only log mechanism supported by this plugin. You need to start from there.
At some point of time (I don't remember which Moodle version it was) there was introduced new logging API. The previous logging mechanism was named "Legacy log" and it is only log mechanism supported by this plugin. You need to start from there.
Re: Odp: Re: Adoption of Timestat block and MindMap course format
Oky, I will review and get back to you
Re: Odp: Re: Adoption of Timestat block and MindMap course format
Hi, there are Any advance in the actualization of the plugin to newest versions?
Re: Odp: Re: Adoption of Timestat block and MindMap course format
New logging API was introduced in Moodle 2.7.
See these pages :
https://docs.moodle.org/dev/Migrating_logging_calls_in_plugins
https://docs.moodle.org/dev/Logging_2
HTH,
Séverin
See these pages :
https://docs.moodle.org/dev/Migrating_logging_calls_in_plugins
https://docs.moodle.org/dev/Logging_2
HTH,
Séverin
Re: Adoption of Timestat block and MindMap course format
Hello Łukasz,
I am interested in maintaining this plugin (block_timestat). I have experience working with the new Logging API, so I would like to adopt this plugin and update it to the latest Moodle version.
I am interested in maintaining this plugin (block_timestat). I have experience working with the new Logging API, so I would like to adopt this plugin and update it to the latest Moodle version.
Re: Adoption of Timestat block and MindMap course format
Hi Jorge - thanks for offering to take over maintenance! - a good place to start with would be to drop the current code into your own public git repository (github/gitlab etc) - I note that Łukasz doesn't appear to have this in a github repository anymore so you should make the first commit in your repository with his code and also manually modify that commit so that the author is set to Łukasz rather than yourself for that very first commit. Then add some further commits on top of that original code to get it working in a newer release and post the link here to your github work in progress - that will show us that you have the skills and motivation to take on maintenance longer-term and we can then look at assigning the moodle.org plugins db entry to you.
Re: Adoption of Timestat block and MindMap course format
Hi Dan,
Thank you very much for the detailed instructions. I have uploaded the plugin to the following repository: https://github.com/jcorel/block_timestat
I have made the minimal changes to make the plugin work with Moodle 3.11, but of course there is a lot of work to be done to upgrade the plugin to Moodle standards - specifically regarding the Logging API.
Thank you very much for the detailed instructions. I have uploaded the plugin to the following repository: https://github.com/jcorel/block_timestat
I have made the minimal changes to make the plugin work with Moodle 3.11, but of course there is a lot of work to be done to upgrade the plugin to Moodle standards - specifically regarding the Logging API.
Re: Adoption of Timestat block and MindMap course format
Many thanks Jorge for the offer and for the update! Please note the comment I left at https://github.com/jcorel/block_timestat/commit/ac4b4111e46cc0bef3e8164c3783e9b1c4943e2e#r69654101 - direct inclusion of passed arguments in SQL is not safe and should not be needed in this case.
Re: Adoption of Timestat block and MindMap course format
Thank you for taking the time to review it, David.
I have updated the repository to include your suggestion.
I have updated the repository to include your suggestion.