Michael Jansen
Michael Jansen
Hi @chfsx , @smeyer-ilias , @alex40724 , do you have any objections here? I would like to merge this PR within the next 10 days. Best regards, Michael
@alex40724 Could you please have a quick look at the changes in your components? * `CoPage`: https://github.com/ILIAS-eLearning/ILIAS/pull/7544/files#diff-e7fb813b199cb7952d0d324c6d26e675e3f693b8edd27e980b73b4fb0cee6543 * `MediaObjects`: https://github.com/ILIAS-eLearning/ILIAS/pull/7544/files#diff-82dd48161cdb9b8bbcf751c59116c979235ed5489f1b3b00403af3288a5ec8e7 * `ContentStyles`: https://github.com/ILIAS-eLearning/ILIAS/pull/7544/files#diff-f2ac46e56aca97bdddd1066d7261508058be7a1ddee27372e634ca7ac18d205c * `Wiki`: https://github.com/ILIAS-eLearning/ILIAS/pull/7544/files#diff-ef5afd9f9fb5aa6ff1f4912d63d0a02570221188a79f06f75afdbdb347fe90c6
Hi @alex40724 , could you please have a quick look here? This would allow us to remove one of the components without any maintenance.
Hi @alex40724 again the question: Do you have any objections here? We could get rid of the `Randomization` component after this PR is integrated into `trunk`.
> Thanks a lot! I seen no problem to merge this in trunk, but maybe this could be helpful in 8-9 as well. do you have any experience with this...
> @mjansenDatabay the soap plugin methods work fine, but I receive errors like "session_id(): Session ID cannot be changed when a session is active" when trying to copy containers in...
Hi @jeph864 , any objections here? Did you already have the time to look into this or even test this?
I tried it with some webservices provided by `ilSoapRBACAdministration`. I also triggered some mail delivery with the `AsyncTaskmanager` being used. All tests worked fine, hmmmm. But thanks @c-knof .
@c-knof I just added a commit, which makes asynchronous background tasks work within SOAP request. See: https://github.com/ILIAS-eLearning/ILIAS/pull/7307/files#diff-37cf99140b29da48cec0417c0ce8631c3a0ed3632d4642e63c6de056a43db2a0 FYI @chfsx
@c-knof > And in some SOAP classes, changes are needed from $this->initIlias() to $this->reInitUser() for them to work, e.g., class.ilSoapRBACAdministration.php and class.ilSoapUserAdministration.php. Is it possible to list the problematic SOAP...