Page MenuHomePhabricator

Use the dervied from template in the source parameter
Closed, ResolvedPublic

Description

Currently, we hard-code the |source parameter to the following text, {{own}}, however, in this case it is definitely not our own work that we are uploading, so we should instead use |source={{Derived from|1=<name of original file>}} to indicate that is a derived work and not a original work.

Screenshot from 2023-03-05 12-18-33.png (535×518 px, 45 KB)

Deliverables

  • Setup VideoCutTool locally based on the instructions given in the README file here
  • Reproduce the above bug
  • Make changes and verify that the changes meet the following criteria
    • When the uploading to commons screen is shown, the file text field should show the source parameter to be the derived from value.
    • After uploading to commons the source parameter should contain the dervied from <filename> (unless the text has been edited).
  • Upload a patch for your change to Gerrit using the following tutorial
  • Make sure that your commit message aligns with the commit message guidelines
  • Add @Gopavasanth and @Soda as reviewers for your patch.

Event Timeline

Change 894478 had a related patch set uploaded (by Punith.nyk; author: Punith.nyk):

[labs/tools/VideoCutTool@master] Use the dervied from template in the source parameter

https://gerrit.wikimedia.org/r/894478

Change 894478 merged by jenkins-bot:

[labs/tools/VideoCutTool@master] Use the dervied from template in the source parameter

https://gerrit.wikimedia.org/r/894478

Thanks for the patch