DcaExtractor now knows about unique fields (either defined by index o…
…r eval definition)
Try to fetch a model from the registry in the find() method instead o…
…f the findOneBy() method
Renamed to alias because you can pass whatever you like as a string (…
…does not necessarily have to be a column name)
Delegate the register and unregister process to the model instance it…
…self so every model can control registering and unregistering aliases itself
Merge branch 'feature/improve-model-registry' of https://github.com/T…
…oflar/contao-core-fork into feature/model-registry-improvements
Merge branch 'fix/theme-export-files-database' of https://github.com/…
…madeyourday/contao-core into feature/export-file-paths Conflicts: system/modules/core/classes/Theme.php