The code in Special:Version and the API should be updated to read from ./vendor/composer/installed.json instead of ./composer.lock
Description
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Changed paths to package dependency file | mediawiki/core | master | +47 -16 | |
Absolute file paths changed | mediawiki/core | master | +46 -5 |
Event Timeline
Investigated this, we should use installed.json since it's more likely to be correct and has a different meaning than composer.lock. Tagged as good first task.
You can work on any bug without the above like comment ( unless the task is assigned to someone else, and requires consensus ) , following https://www.mediawiki.org/wiki/Gerrit/Tutorial#How_to_submit_a_patch
Change 248667 had a related patch set uploaded (by Rosalieper):
Absolute file paths changed
Thanks @Aklapper for the wonderful advice. I will endeavor to do that anytime i want to work on a bug.
Change 248667 abandoned by Rosalieper:
Absolute file paths changed
Reason:
Problems faced and new patch set needs to be released to suite the needs of the patch.
Change 248803 had a related patch set uploaded (by Rosalieper):
Changed paths to package dependency file