Hello, recently we've migrated to MediaWiki 1.35. We are using this nice exension for a long time. Yesterday I've pached it as it is decribed in the topic below.
Now I found when I'm tryng to replace text that is located within the MediaWiki NameSpace, let's say in Common.css, the web interface returns successiful replacement, but replacement is not actually done.
For example I've placed "Replace_Test" as comment into Common.css. Then I've used the web interface of Extension:ReplaceText in otder to replace "Replace_Test" with "Replace_Success". At this point the extension returns:
"
Replace_Test
" will be replaced with "Replace_Success
" in one page.
But the replacement is not done, and when I inspected the outpot of the background job I found the following messageg:
2020-11-03 05:41:43 replaceText MediaWiki:Common.css user_id=4 target_str=Replace_Test replacement_str=Replace_Success use_regex= edit_summary=Text replacement - "Replace_Test" to "Replace_Success" create_redirect= watch_page= doAnnounce=1 namespace=8 title=Common.css requestId=X6Dtk94IEEHzBCOoVGYh3wAAAAA (id=2151,timestamp=20201103054139) STARTING
2020-11-03 05:41:43 replaceText MediaWiki:Common.css user_id=4 target_str=Replace_Test replacement_str=Replace_Success use_regex= edit_summary=Text replacement - "Replace_Test" to "Replace_Success" create_redirect= watch_page= doAnnounce=1 namespace=8 title=Common.css requestId=X6Dtk94IEEHzBCOoVGYh3wAAAAA (id=2151,timestamp=20201103054139) t=3 error=replaceText: Wiki page "MediaWiki:Common.css" does not hold regular wikitext.
Is there any workaround of this issue?