stable
Clone or download
Read-only
chore: request #38680 Bugzilla reference plugin uses UUID instead of auto-increment INT
No functional changes expected. Change-Id: Idbc3bea46242f66224e9fc43215c1f84c2ce2f6c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/bugzilla_reference/db/install.sql | +2 | −2 | Go to diff View file |
A | plugins/bugzilla_reference/db/updates/2024/202408221530_use_uuid.php | +36 | −0 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Administration/Controller.php | +6 | −12 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Reference/Dao.php | +60 | −15 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Reference/ReferenceDestructor.php | +2 | −2 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Reference/ReferenceRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Reference/ReferenceSaver.php | +2 | −2 | Go to diff View file |
M | plugins/bugzilla_reference/site-content/fr_FR/LC_MESSAGES/tuleap-bugzilla_reference.po | +0 | −3 | Go to diff View file |
M | plugins/bugzilla_reference/site-content/pt_BR/LC_MESSAGES/tuleap-bugzilla_reference.po | +0 | −3 | Go to diff View file |
M | plugins/fts_db/db/mysql/2024/202404181615_move_project_id_to_main_table.php | +1 | −1 | Go to diff View file |
M | src/common/ForgeUpgrade/Bucket/BucketDb.php | +2 | −2 | Go to diff View file |