Page MenuHomePhabricator

moveBatch.php problems
Closed, ResolvedPublic

Description

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.


Version: 1.7.x
Severity: minor
OS: Linux
Platform: PC

Details

Reference
bz8379

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 9:32 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz8379.
bzimport added a subscriber: Unknown Object (MLST).

robchur wrote:

(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?

robchur wrote:

  • 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.