On Wed, May 12, 2010 at 6:53 PM, T4b <[email protected]> wrote: > I'm currently transforming a single language wiki into a multilingual > wiki and I need the files which were already uploaded in the single > language wiki in the pool wiki. Any suggestions on how to do that?
Assuming you have no image name clashes, use maintenance/importImages.php This should have the path to the images given as a parameter. Note that the script expects a flat directory structure, so if you used hashed directories, you will need to flatted them out before running the script. Good luck. -- Lucas 'TOR' Garczewski Wikia Tech Team _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
