mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 03:45:49 +01:00
* Several base_converter methods made protected when there was no obvious reason why they should be public (subject of eventual change still). * The conversion chain now constructed in advance before any converter class is instantiated, using Dijkstra's algorithm.