No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 9: | Line 9: | ||
|license=GPL v2+ | |license=GPL v2+ | ||
|docu=https://www.mediawiki.org/wiki/Extension:Replace_Text | |docu=https://www.mediawiki.org/wiki/Extension:Replace_Text | ||
|features= | |features={{Messagebox|boxtype=note|icon=|Note text=The replace text operation is a deferred operation and is placed in the job queue. It is possible that the changes are not immediately shown on all affected pages. | ||
''runJobs.php'' can be run from the ''maintenance'' folder to do the replacement immediately and to process the job queue.|bgcolor=}} | |||
}} | |||
'''ReplaceText''' is a MediaWiki extension that provides both a special page and a command line script that allows administrators to search and replace any text in wiki pages and titles across the wiki. | '''ReplaceText''' is a MediaWiki extension that provides both a special page and a command line script that allows administrators to search and replace any text in wiki pages and titles across the wiki. | ||
Line 19: | Line 23: | ||
# Performing the replacement. | # Performing the replacement. | ||
{{wcagCheck | {{wcagCheck | ||
|wcagStatus=2-testing complete | |wcagStatus=2-testing complete |
Revision as of 14:54, 14 March 2023
Extension: Replace Text
Overview | |||
---|---|---|---|
Description: | Provides a form to let administrators do string replacements on the entire wiki, for both page contents and page titles. | ||
State: | stable | Dependency: | MediaWiki |
Developer: | Yaron Koren, Niklas Laxström | License: | GPL v2+ |
Type: | MediaWiki | Category: | Administration |
Edition: | BlueSpice pro, BlueSpice free, BlueSpice Farm"BlueSpice Farm" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property., BlueSpice Cloud"BlueSpice Cloud" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property. | Version: | 4.1+ |
For more info, visit Mediawiki. |
Features
ReplaceText is a MediaWiki extension that provides both a special page and a command line script that allows administrators to search and replace any text in wiki pages and titles across the wiki.
Replacing the text is done in 3 steps on the Special:ReplaceText page:
- Entering the existing and the new text as well as selecting the namespaces and other options
- Checking the pages on which the text appears. Possible adjustment of the page selection
- Performing the replacement.
Accessibility
Test status: | 2-testing complete |
---|---|
Checked for: | Authoring tool |
Last test date: | 2022-08-08 |
WCAG level: | AA |
WCAG support: | partially supports (workaround: no) |
Comments: |
keyboard accessible. Screenreader issues: no form field labels, warning box has no aria-label; initial focus for replacement founds is not set, so it is difficult to select pages. |
Extension type: | extended |
Extension focus: | admin |