Last modified: 2010-05-15 15:41:17 UTC
# Usage: php moveBatch.php [-u <user>] [-r <reason>] [-i <interval>] <listfile> Say [listfile] instead of <listfile>, as it will use stdout. Also running moveBatch.php, one just sees a list of the FROM names printed on the output, and scratches ones head. Why not say "moved FROM -> TO" for each page instead. Also looking in Recentchanges, the files moved are mentioned, but not directly clickable. Make them into clickable links.
(In reply to comment #0) > Also looking in Recentchanges, the files moved are mentioned, but not > directly clickable. Make them into clickable links. Could I trouble you to elaborate on this point a little?
* maintenance/moveBatch.php now outputs the source and destination titles (well, as of r18588) * Regarding the "recent changes" bit, I puzzled this one over and figured out it's due to the language file not being consistent with the others - "1movedto2" is missing links, and so forth. See also bug 7816.