Last modified: 2014-11-20 15:18:24 UTC
I blanked the field of the title in preparation to pick another name, and I got: mw.Title: Could not parse title ".jpg"
The destination filename check relies on a mw.Title object. you can not have "File:.jpg" as a valid title object, so errors are thrown. Worse, you cannot fallback to returning null, because this is the only location keeping track of the file extension. Point of note. is it wise to have this as a mw.Title ? you can't seem to enter 'invalid titles' this way, which might be a bad UI experience ?
https://gerrit.wikimedia.org/r/#/c/49280/
Patch has a -1 plus needs rebase. Nischay: This issue has been assigned to you a while ago. Could you inform us whether you are still working (or still plan to work) on this issue? Only in case you do not plan to work on this issue anymore, should the assignee be set back to default and the bug status changed from ASSIGNED to NEW/UNCONFIRMED? Thanks.
Nischay Nahata: I am resetting the assignee of this issue to default because there has been no signs of progress for the last months. Feel free to assign it to yourself again when you plan to work on this. Thanks for your understanding.