No edit summary Tag: 2017 source edit |
No edit summary |
||
Line 4: | Line 4: | ||
|developer=Yaron Koren, Niklas Laxström | |developer=Yaron Koren, Niklas Laxström | ||
|type=MediaWiki | |type=MediaWiki | ||
|edition=BlueSpice pro | |edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud | ||
|compatible=MediaWiki | |compatible=MediaWiki | ||
|category=Administration | |category=Administration | ||
|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=<div class="hw-messagebox notification-note "><span class="boxlabel">Note:</span>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. | ''runJobs.php'' can be run from the ''maintenance'' folder to do the replacement immediately and to process the job queue.</div><span></span> | ||
}} | }} | ||
{{wcagCheck | {{wcagCheck | ||
|wcagStatus=2-testing complete | |wcagStatus=2-testing complete | ||
Line 36: | Line 26: | ||
|extensionFocus=admin | |extensionFocus=admin | ||
}} | }} | ||
'''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. |
Revision as of 09:32, 22 May 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 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
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 |
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.