wikifab / ve-force-reload
Mediawiki extension to force page reload after edit with Visual Editor
Installs: 3 538
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:mediawiki-extension
This package is auto-updated.
Last update: 2024-10-21 00:06:37 UTC
README
Description
Mediawiki extension to force reload page after an edition with Visual Editor.
When editing a page with visual editor, after saving editions, the page is not reload, but the content is replace by the new in javascript, after the api call to save the page. This may cause some troubles with the layout in some specials cases. So by enabling this extension, the page is always reload after a Visual editor edition.
Installation
- Put VeForceReload into the 'extensions' directory of your mediawiki installation
- add the folling Line to your LocalSettings.php file :
wfLoadExtension('VeForceReload');
done !
MediaWiki Versions
Version 1.0 of this extension has been tested on MediaWiki version 1.29