Alex Killing

Results 40 comments of Alex Killing

The parameter $a_update in deleteContent just tells the method if the page update method should be called or not. Not if a move or delete operation is currently performed. These...

What about adding a "move" flag and not call handleDeleteContent for these cases?

@thibsy Thanks for the change. I am not sure, if this is the best way to move forward. I need some time to check alternatives. But this is currently not...

@smeyer-ilias Could you have a look at the changes of your code in the ContainerImporter, please.

@Amstutz Personally I will not do refactorings by bug fixing. The migration to KS elements ends with beginning of beta to me, except in rare cases I will not introduce...

Sorry for the delay. See my comment in https://mantis.ilias.de/view.php?id=30027 The mentioned setting never controlled the side/slate tree. It is a menu setting, which became obsolete with ILIAS 6. See also...

Again, sorry for the delay. This feature has only general acceptance for release 8+, see https://docu.ilias.de/goto_docu_wiki_wpage_6553_1357.html We can't backport this to the official 6 release branch.

@mjansenDatabay Thanks for the PR. However we might not need it, if we get rid of the switch (see comments in mantis).

@Amstutz The Modules/Test component is the only one that is still using the deprecated ilContObjParser class. Services/COPage moved to the "new" export concepts 12 years ago (see https://docu.ilias.de/goto_docu_pg_32894_42.html). I suggest...