Manual:$wgEnableWriteAPI
Esta función se eliminó por completo en la versión 1.32.0. |
API: $wgEnableWriteAPI | |
---|---|
Allow the API to be used to perform write operations (page edits, rollback, etc.) when an authorized user accesses it. |
|
Introducido en la versión: | 1.8.0 (r16742) |
Desaconsejado en versión: | 1.31.0 (Gerrit change 383726; git #I8c98ce6) |
Eliminado en la versión: | 1.32.0 (Gerrit change 392542; git #I54ff942) |
Valores permitidos: | (booleano) |
Valor predeterminado: | true (1.14-1.31)false (1.8-1.13) |
Otras configuraciones: Alfabéticamente | Por Función |
Detalles
Allow the API to be used to perform write operations (page edits, rollback, etc.) when an authorized user accesses it.
Use the writeapi
right instead to enable or disable API writes to specfic or all user groups.
Starting with MediaWiki 1.32.0 the API cannot be disabled completely since it is now required for running MediaWiki.