https://bugzilla.wikimedia.org/show_bug.cgi?id=33878

--- Comment #2 from Thomas Bleher <thomasble...@gmx.de> 2012-02-05 09:48:32 UTC 
---
Thanks a lot, it's working fine now!

I needed just one additional patch:
--- a/dumpHTML.inc
+++ b/dumpHTML.inc
@@ -1354,6 +1354,7 @@ class DumpHTML_ProxyFile {
                if ( isset( $thumb->url ) ) {
                        $thumb->url = $this->fixURL( $thumb->url );
                }
+               $thumb->file = $this;
                return $thumb;
        }


Without this, the links on image pages to the original image had an absolute
path.
I think this is the correct fix, but it would be nice if you could check and
then commit it.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to