MantisBT: master 581754b9

Author Committer Branch Timestamp Parent
dregad dregad master 2021-08-24 08:33 master 5be18249
Affected Issues  0028918: Improve handling of unserialize->json conversion during upgrade
Changeset

Upgrading: improve unserialize->json conversion

Let the Admin download a CSV file with a list of errors when converting
unserialized data to JSON during upgrade, instead of forcing them to
fix issues one-by-one and run the upgrade N+1 times (N being the number
of conversion errors).

Also includes some code cleanup / improvements

  • Conversion from legacy Database API to DbQuery
  • PHPStorm static analysis warnings
  • unused parameter in db_unixtimestamp()

Fixes 0028918, PR https://github.com/mantisbt/mantisbt/pull/1771

mod - core/install_helper_functions_api.php Diff File