Page MenuHomePhabricator

deleteBatch.php messages ugly
Closed, InvalidPublic

Description

$ echo -n Somepage|php deleteBatch.php
X-Powered-By: PHP/5.1.2 <never mind these
Content-type: text/html <never mind these

Somepage

Issues:
this should be like
$ rm -v eer
removed `eer'
If you are going to say the file, say also "removed".

Also we need -n or else we get a dumb message.


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

Details

Reference
bz7893

Event Timeline

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

Use a CLI version of PHP, not the CGI interface.