Manual:Configuration settings/pt-br

Este é um índice de todas as definições de configuração vigentes e mantidas no arquivo MainConfigSchema.php (ou no DefaultSettings.php antes do MediaWiki 1.39).

Jamais edite o MainConfigSchema.php; antes, adicione as linhas ao LocalSettings.php e modifique-as lá sempre que necessário.

Não encontrou uma definição de configuração aqui? Verifique se ela está definida no MainConfigSchema.php. É possível que a variável esteja documentada lá.

Definições removidas em versões do MediaWiki anteriores à 1.35 não são mais listadas aqui. Utilize a caixa de pesquisa para encontrar a página correspondente no manual (p. ex.: Manual:$wgAllowAnonymousMinor).
Listadas em ordem alfabética | Listadas por função | Category:Definições de configuração do MediaWiki

Definições gerais

Objetos globais

  • $wgAutoloadLocalClasses Array mapping class names to filenames, for autoloading.
  • $wgConf – Cria um objeto de configuração do site. Não é muito usado em uma instalação padrão.

URLs do servidor e caminho de arquivos

Files and file uploads

Uploads have to be specially set up to be secure.

Shared uploads

These settings are kept for backward compatibility, see $wgForeignFileRepos for the new setting, or $wgUseInstantCommons if you only need read access to images on Commons.

MIME types

Atenção Atenção: This is not a configuration setting, but a global state variable. It should be used solely by thumb.php !

See also: Manual:MIME type detection

Images

See also: Manual:Configuring file uploads

DjVu

EXIF

  • $wgShowEXIF Show EXIF data at the end of file description pages.
  • $wgUpdateCompatibleMetadata Whether to automatically update the img_metadata field if it is outdated but compatible with the current version.

ImageMagick

SVG

Thumbnail settings

Antivirus

Definições de e-mail

See also User Access: $wgEmailConfirmToEdit

Definições de notificação de e-mail (Enotif)

Actual notifications for each user are defined in the options. You can change defaults with $wgDefaultUserOptions.
  • $wgEnotifFromEditor Whether to make email notifications appear to come from the user who makes the edit
  • $wgEnotifImpersonal (removido na 1.45)Send a generic mail instead of a personalised mail for each user.
  • $wgEnotifMaxRecips (removido na 1.45)Maximum number of users to mail at once when using impersonal mail.
  • $wgEnotifMinorEdits – Defina como true para permitir o envio de notificação por e-mail também para edições marcadas como edições menores.
  • $wgEnotifRevealEditorAddress Set to true to insert the page editor's email address into the email notifications Reply-To address
  • $wgEnotifUseRealName Use real name instead of username in email "from" field.
  • $wgEnotifUserTalk Enable email notifications for edits on users' talk pages.
  • $wgEnotifWatchlist – Defina como true para permitir a notificação por e-mail para páginas vigiadas.
  • $wgUseEnotif (removido na 1.39)Overall "use Enotif" setting
  • $wgUsersNotifiedOnAllChanges – Array de nomes de usuário que receberão um e-mail de notificação para cada mudança que ocorre em uma wiki.

Definições de banco de dados

Definições do LoadBalancer

Específicas do MySQL

  • $wgDBTableOptions – Opções de tabela do MySQL para usar durante a instalação ou atualização.
  • $wgSQLMode – Valor para o parâmetro MySQL sql_mode

Específicas do PostgreSQL

  • $wgDBport – Porta da base de dados. Usado apenas pelo PostgreSQL.

Específicas do SQLite

Definições de banco de dados compartilhado

Campos de extensões

  • $wgExtPGNewFields (removido na 1.36) – Campos definidos por extensão a serem adicionados às tabelas existentes
  • $wgExtNewTables (removido na 1.36) – Tabelas definidas por extensão a serem adicionadas na mudança de esquema
  • $wgExtNewFields (removido na 1.36) – Campos definidos por extensão a serem adicionados às tabelas existentes
  • $wgExtNewIndexes (removido na 1.36) – Índices definidos por extensão a serem adicionados às tabelas existentes
  • $wgExtPGAlteredFields (removido na 1.36) – Colunas definidas por extensão a serem alteradas nas tabelas
  • $wgExtModifiedFields (removido na 1.36) – Campos definidos por extensão para alterar as tabelas existentes

Content handlers and storage

Performance hacks and limits

Cache

Página principal: Manual:Caching
See: Interwiki for Interwiki cache settings.

File Cache

Settings for Server side file caching.

Message Cache

Parser Cache

Memcached settings

Settings for configuring the Memcached memory-based object store (if you are using it) docs/memcached.md has more details.

WAN cache

HTTP proxy (CDN) settings

These settings configure MediaWiki when using a caching HTTP proxy server. They apply to caching using Varnish as well as Squid.

  • $wgCdnMatchParameterOrder Indicates if should take query parameters order on incoming requests into account for CDN caching
  • $wgCdnMaxageLagged Cache timeout for the CDN when DB replica lag is high
  • $wgCdnMaxageStale Cache timeout in seconds when delivering a stale ParserCache response due to PoolCounter contention.
  • $wgCdnMaxageSubstitute – Tempo limite de cache para o CDN quando uma resposta é conhecida como errada ou incompleta (devido ao carregamento)
  • $wgCdnMaxAge Cache TTL for the CDN sent as s-maxage (without ESI) or Surrogate-Control (with ESI).
  • $wgCdnReboundPurgeDelay Secondary delayed purges of URLs
  • $wgCdnServersNoPurge Same as $wgCdnServers , except no HTTP purges will be sent and CIDR ranges are accepted
  • $wgCdnServers An array of individual proxy servers to help MediaWiki detect if the request has been proxied.
    But also to send back to the proxy PURGE commands on changes.
  • $wgForcedRawSMaxage Default maximum age (in seconds) for raw CSS/JavaScript accesses.
  • $wgInternalServer – Nome do servidor interno mais conhecido como Squid, se for diferente de $wgServer .
  • $wgLoggedOutMaxAge (removido na 1.38)Cache TTL for the user agent sent as max-age, for logged out users.
  • $wgSquidMaxage (removido na 1.35)Cache timeout for the squid.
  • $wgSquidPurgeUseHostHeader (removido na 1.42)Whether to use a Host header in purge requests sent to the proxy servers configured in $wgSquidServers.
  • $wgSquidServersNoPurge (removido na 1.35)Same as $wgSquidServers , except that MW has no methods to send HTTP PURGE to an origin part of the configured ranges
  • $wgSquidServers (removido na 1.35)An array of individual proxy servers to help MediaWiki detect if the request has been proxied.
    But also to send back to the proxy PURGE commands on changes.
  • $wgUseCdn Enable/disable page view caching.
  • $wgUseESI (obsoleto na versão 1.33)If you run Squid3 with ESI support, enable this.
  • $wgUsePrivateIPs Whether private X-Forwarded-For IPs should be accepted
  • $wgUseSquid (removido na 1.35)Enable/disable Squid.
  • $wgVaryOnXFP Whether to add X-Forwarded-Proto to the Vary header for API requests and RSS/Atom feeds.

HTCP multicast purging

Language, regional and character encoding settings

Definições de fuso horário

Específicas de alguns idiomas

inglês
  • $wgAmericanDates Use 'mdy' instead of 'dmy' as the default date format, e.g. 'May 12' instead of '12 May'.
árabe/híndi
  • $wgTranslateNumerals For Hindi, Arabic, and other languages with their own numeral systems, use local numerals instead of Western style (0-9) numerals in some areas of the interface.

Output format and skin settings

Saída

Temas

ResourceLoader

See Resource Loader for more information.

Page titles and redirects

Espaços nominais

Compatibilidade com dispositivos móveis

Interwiki cache

See interwiki cache for more information.

Parser

HTML

  • $wgRawHtml Allow raw, unchecked HTML in <html>...</html> sections.
  • $wgTidyConfig – Configuração da ferramenta de pós-processamento HTML para usar para corrigir o código HTML inválido.

Statistics and content analysis

  • $wgActiveUserDays The number of days within which a person must make edits to be considered an "active" user
  • $wgArticleCountMethod Method used to determine if a page in a content namespace should be counted as a valid content page (article).
  • $wgDisableCounters (removido na 1.35)Disable page view counters.
  • $wgExperiencedUserEdits Determines the number of edits needed to qualify at the "Experienced user" level.
  • $wgExperiencedUserMemberSince Determines the number of days needed since account creation to qualify at the "Experienced user" level.
  • $wgLearnerEdits Determines the number of edits needed to qualify at the "Learner" experience level.
  • $wgLearnerMemberSince Determines the number of days needed since account creation to qualify at the "Learner" experience level.
  • $wgManualRevertSearchRadius Maximum number of revisions of a page that will be checked against every new edit made to determine whether the edit was a manual revert.
  • $wgRevertedTagMaxDepth Maximum depth (revision count) of reverts that will have their reverted edits marked with the mw-reverted change tag.

User accounts, authentication

Authentication

User rights, access control and monitoring

Access

Blocking/banning, and some other related settings.

See Manual:Preventing access for more methods and settings concerning access. See also Manual:Direitos de usuário for more information about $wgGroupPermissions, $wgAddGroups, $wgRemoveGroups, etc.

See User Access for User Access settings.

Security

Cookies

Profiling, testing and debugging

Depuração

See also: Manual:Como depurar

Profiling

Edit user interface

Maintenance Scripts setting

Recent changes, new pages, watchlist and history

Feed

  • $wgFeed Toggle syndication feeds (RSS, Atom e.g. Recentchanges, Newpages) on and off.
  • $wgAdvertisedFeedTypes Feed types that should be provided by default.
  • $wgFeedCacheTimeout Minimum timeout for cached Recentchanges feed, in seconds.
  • $wgFeedClasses Available feeds objects.
  • $wgFeedDiffCutoff When generating Recentchanges RSS/Atom feed, diffs will not be generated for pages larger than this size.
  • $wgFeedLimit Set maximum number of results to return in syndication feeds (RSS, Atom) for e.g. Recentchanges, Newpages.
  • $wgOverrideSiteFeed Override the site's default rss/atom feed that appears on every page.


Import/Export

Extensions

Category

Logging

Special pages

Actions

  • $wgActions – Arranjo de valores permitidos para o parâmetro action em páginas normais.

Políticas de robôs

Ajax, Action API and REST API

Ajax

API

Shell and process control

HTTP client

Jobs

Wiki farm

Miscellaneous settings

Ver também

Category:Configure/pt-br#%20 Category:MediaWiki configuration/pt-br#%20 Category:MediaWiki configuration settings/pt-br#%20 Category:Variables/pt-br#%20
Category:Configure/pt-br Category:MediaWiki configuration/pt-br Category:MediaWiki configuration settings/pt-br Category:Variables/pt-br