On 7/9/13, Derric Atzrott <datzr...@alizeepathology.com> wrote:
> Good morning all,
>
> I have a question about a problem that cropped up during my update from 1.18
> to
> 1.21.1.
>
> With one exception everything went smoothly during my update, but now all of
> my
> images, appear to be without thumbnails and inadvertently using File
> protocol
> links.
>
> The generated source for embedded images looks like this:
> <p>[<a rel="nofollow" class="external text"
> href="File:ReportedTime.jpg%7C451px%7CReported">time per activity on
> Project</a>]</p>
>
> Generated from:
> [[File:ReportedTime.jpg|451px|Reported time per activity on Project]]
>
> Any idea what I may have done wrong.  Is there a new setting that I may have
> missed?  Has anyone ever seen this sort of issue before?
>
> Thank you,
> Derric Atzrott
> Computer Specialist
> Alizee Pathology
>
>
>
> _______________________________________________
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l

What happened is that url protocols became case insensitive. So if you
had added file: as a url protocol, previously it would trigger only on
file:foo not File:foo. The solution is to change your entry in
$wgUrlProtocols so that it is 'file://' instead of 'file:'.

--bawolff

_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to