-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch/Bulk Upload #358
Batch/Bulk Upload #358
Conversation
Hi @ferishili We had the honor of testing this patch at Graz university of technology, running on Moodle 4.1.9 with PHP 7.4 I, as manager, switched my role to another user role in a course with block opencast added containing a series. The php function Thank you! |
Hi @taraghi, |
Hello @ferishili, Should we open a new issue for this? Thanks, |
Hi @llttugraz, |
Hi @ferishili As far as I see the specified php function is used in this patch. It is not used in the last stable version. But I can for sure write a separate issue for that. No problem. |
Hi, moodle-block_opencast/block_opencast.php Line 217 in 8c00eec
via this commit: 8c00eec And of course, it is in master not in the latest stable version! Since we are at it, the following php 8 function will also make problem: moodle-block_opencast/block_opencast.php Line 228 in 8c00eec
With that said, the changes in this PR and its context has nothing to do with above-mentioned places |
And the reason, I insist on having a separate issue, is just to have a clear issue to PR relationship and not fix/add something else other than the context described in the issue #358. In this way, future developers do not have a hard time debugging or looking for something when referring to the git history. |
@ferishili I see. Thank you very much for clarification. I just wrote a separate issue including also your comments: #359 |
Thank you so much, I will fix that ASAP. |
Hi @taraghi, |
@taraghi, it all looks green :) |
Hi @taraghi, @llttugraz, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ferishili,
Thank you very much for your work! The pull request looks good to me in general. I have added review comments for a few bugs and typos I found and some nit-picking. Please see what you think of them :)
Cheers
Justus
@ferishili, thanks very much :) |
Happy to hear that, thanks for the feedback. I will proceed with change requests and merging it. |
Translations can be inserted on the Moodle Page - when we release a new Version. Sorry, but it is the "standard" Moodle way 🙈 |
Hi @justusdieckmann, |
Hi @justusdieckmann, |
@ferishili Please take in mind that @justusdieckmann is not working full-time for us. We are working on Pull Request as fast as we can but we still have an ongoing discussion regarding the batchupload.php file. |
All right, thanks for the info. |
I'm sorry you feel that way. I can see that the two unused imports and unused |
Hi @justusdieckmann, no need to be sorry at all. All in all, thank you both for your efforts and time, just keep in mind that the main goal is to work together to improve the plugins, not to prove that the other ones work is incorrect! I would suggest that we schedule a meeting to discuss the point because it appears that our local dev systems are not working the same! Thanks and best regards |
Hey @ferishili, My goal definitely isn't to prove you wrong, but to ensure that we both think that the final result is error-free and well working code. If we don't do that, a code review doesn't really have a point in my opinion. On both my machines the link in the settings doesn't work, and I can see that behavior reflected in the code here. Please have a look at that, and see if you can tell why it doesn't happen for you. Thank you very much :) |
Hi @justusdieckmann Thanks and BR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for your work! :)
Thank you very much as well, I am happy that it is done :) |
Hello @taraghi, Hello @llttugraz, if you have some translations for this batch/bulk upload feature you can use AMOS for the translations into german or you can send me your snippets and I will do that. And BTW: Many thanks to you for the feature idea and many thanks for the developers and thanks to the developers who realised this! ;-) |
@ferishili, thanks for the exelent work. But I think this feature should be optional. At the moment the batch upload is by default an. Please could you change the admin settings accordingly? |
This issue fixes #350,
Description
please refer to the issue,
How it works
Batchable
option of the desired metadata in the Event metadata settings.Important