Feature/2535 split file
Too many commits on this PR, and it's impossible to squash it without losing the Git history. Keep it for split files.
Split files : core/action.class.inc.php core/asynctask.class.inc.php core/attributedef.class.inc.php core/event.class.inc.php core/valuesetdef.class.inc.php core/event.class.inc.php
Is there a particular reason why you don't move these files in the /src folder using the PSR-4 naming convention so everything is autoloded properly? (It will require to modify the code a bit to discover classes implementing/extending the base classes)
I've done the first step of splitting the files. Next week, we'll discuss their final placement.
Too many commits on this PR, and it's impossible to squash it without losing the Git history. Keep it for split files.
Yeah, I also prefer not to use squash just for that reason; loosing history 😉