stable
Clone or download
Read-only
request #7327 Tv3 export to Tv5: cannot migrate trackers not readable by anonymous
* A system event was calling code that didn't throw exception so it was not visible that errors were present * Even if it did, at the end of the process, the TRACKER_V3_MIGRATION was always marked as done even with errors * Finally, user was not explicitly given to conversion methods so it was actually done by 0, anonymous Change-Id: I70cec0834717edcac698cdacd7d5db9eb8524823
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/bin/create_tracker_structure_from_tv3.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Events/SystemEvent_TRACKER_V3_MIGRATION.php | +8 | −13 | Go to diff View file |
A | plugins/tracker/include/Tracker/Exception/Migration/GetTv3Exception.php | +26 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Exception/Migration/OpenArchiveException.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/MigrationManager.php | +14 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerFactory.class.php | +9 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerManager.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −2 | Go to diff View file |