stable
Clone or download
Read-only
Merge commit 'refs/changes/03/31803/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: chore: request #38680 Bugzilla reference plugin uses UUID instead of auto-increment INT Change-Id: I7421f586867d1b045b7105318dbf3e756bea3f72
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 |