Was trying to play with a bug, googled 'AbuseFilterHooks::onUploadVerifyFile' and it returned the following as the top result [1]. That was the diff of the commit which introduced the bug.
Awesome! [1] https://git.wikimedia.org/commitdiff/mediawiki%2Fextensions%2FAbuseFilter.git/3c5a074881ed77a46fdb87a5800d57ba232a5226 On Fri, Jun 7, 2013 at 1:43 AM, Platonides <[email protected]> wrote: > On 06/06/13 07:21, Daniel Friesen wrote: > >> Side topic, anyone want to voice their bikeshed opinions on their >> favorite the different ways of disambiguating a / inside urls for >> various types of web UIs to repositories: >> >> - Rejecting slash in repository names "/.../mediawiki-core/..." (ie: >> GitHub :/) >> - Urlencoding the slash "/.../mediawiki%2Fcore/..." >> - Appending a .git to the end of the name "/.../mediawiki/core.git/..." >> - Wrapping it in syntax"/.../{mediawiki/core}/.**.." >> - Escaping it "/.../mediawiki\/core/..." >> > > Accept the longest substring. > > > > ______________________________**_________________ > Wikitech-l mailing list > [email protected] > https://lists.wikimedia.org/**mailman/listinfo/wikitech-l<https://lists.wikimedia.org/mailman/listinfo/wikitech-l> > -- Cheers, Nischay Nahata nischayn22.wordpress.com _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
