Changes between Initial Version and Version 1 of Ticket #12536, comment 2


Ignore:
Timestamp:
Oct 17, 2015, 5:12:26 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12536, comment 2

    initial v1  
    22* [wiki:"TracAdmin#?wiki replace" wiki replace] is already a TracAdmin command. I suppose we could use `wiki substitute` instead (or `wiki search&replace`, or ...?)
    33* The proper argument pattern would seem to be `wiki substitute <page> <old-text> <new-text>`, however we want to support specifying more than one page and optional arguments should go at the end of the argument list. It appears a similar situation was encountered with [wiki:"TracAdmin#?wiki dump" wiki dump] (compare to the other `wiki` commands in which `page` is the first argument), so following that pattern we'd use `wiki substitute <old-text> <new-text> <page> [...]`.
     4
     5TODO: update documentation: WikiReplacePlugin#Installation and [browser:wikireplaceplugin/trunk/README@14939 README].