Manual:$wgAjaxWatch
Appearance
Esta función se eliminó por completo en la versión 1.27.0. |
| Ajax: $wgAjaxWatch | |
|---|---|
| Enable watching/unwatching pages using Ajax. |
|
| Introducido en la versión: | 1.9.0 (r18598) |
| Eliminado en la versión: | 1.27.0 (Gerrit change 247729; git #4a68d17b) |
| Valores permitidos: | (booleano) |
| Valor predeterminado: | true (1.11-1.26)false (1.9-1.10) |
| Otras configuraciones: Alfabéticamente | Por Función | |
Detalles
Enable watching/unwatching pages using Ajax.
Requires $wgUseAjax and $wgEnableAPI to be true too.
Causes wfAjaxWatch to be added to $wgAjaxExportList.
In MediaWiki 1.27, $wgAjaxWatch has been removed.
The functionality is now always enabled.
Otro
If you want to add a Watch/Unwatch tab (the tab with the star), set $wgVectorUseIconWatch to true.