Extensão:Thanks
![]() Estado da versão: estável |
|
---|---|
![]() |
|
Implementação | Interface de usuário |
Descrição | Permite aos usuários agradecer a outros usuários por edições e outras ações. |
Autor(es) |
|
Última versão | 1.2.0 (Continuous updates) |
Política de compatibilidade |
Lançamentos de snapshot junto com o MediaWiki. A master não é retrocompatível. |
Licença | Licença MIT |
Download | |
|
|
Para traduzir a extensão Thanks, verifique sua disponibilidade no translatewiki.net | |
Função no Vagrant | echo |
Problemas | Tarefas em aberto · Relatar um bug |
The Thanks extension adds a quick way to give positive feedback for productive contributions to MediaWiki sites. It allows users to send public 'thank you' notifications (via Echo ) to other users for their edits and some logged actions.
The specific revision that gets "thanked" is not stored in the public logging table. Only the timestamp, sender, and recipient are publicly logged.
A 'thank' link is added in the following places:
- next to the 'undo' link in history and diff views;
- on some log entries on Special:Log (see #Configuration, below); and
- to Flow board comments if Flow is installed.
It also provides an API for sending thanks.
Note that if you do not want to be thanked, you can easily disable this notification in your preferences, as described below.
Assim que tiver a oportunidade de testar esse recurso, agradecemos se você tiver comentários para compartilhar conosco na página de discussão (em inglês).
Esperamos que as notificações de agradecimento facilitem a ação de mostrar apreço pelo trabalho alheio — elas serão particularmente úteis para encorajar novos usuários durante seus primeiros (e mais difíceis) passos na wiki. Mantivemos intencionalmente os textos das notificações o mais simples possíveis, para que possamos avaliá-los e melhorá-los juntos. Divirta-se!
Instalação
- Baixe e mova a pasta extraída
Thanks
ao seu diretórioextensions/
.
Desenvolvedores e colaboradores de código, por outro lado, deverão instalar a extensão a partir do Git, usando:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
- Adicione o seguinte código ao final do seu arquivo LocalSettings.php :
wfLoadExtension( 'Thanks' );
- Se necessário, configure à sua conveniência
- Acesse o histórico de alguma página para ver a nova interface “Agradecer”.
- Concluído – Navegue à página Special:Version em sua wiki para verificar se a instalação da extensão foi bem sucedida.
Configuração
Ativar a interface Agradecer para edições feitas por robôs (desativado por padrão)
$wgThanksSendToBots = false;
Registrar ações de agradecimento no “Especial:Registro” (ativado por padrão)
$wgThanksLogging = true;
Solicita uma confirmação antes de enviar um agradecimento (ativado por padrão)
$wgThanksConfirmationRequired = true;
Log entry types that can be thanked from Special:Log:
$wgThanksAllowedLogTypes = [
"contentmodel",
"delete",
"import",
"merge",
"move",
"patrol",
"protect",
"tag",
"managetags",
"rights"
];
Uso
To thank another user, go to the History tab of any page. Next to each revision will be a 'thank' link. Click the link to send thanks to that user. This link is also available in the diff view, on some entries in Special:Log, and below comments on Flow boards if Flow is installed.
When the thank link is clicked, the recipient will receive a notification with your thanks via the Echo extension (unless they have opted out of receiving thanks notifications). A record of the action is also recorded as a log entry at Special:Log/thanks.
If the wiki is using memcached, a rate limit is imposed of no more than 10 thanks per minute per user. The limit can be configured with $wgRateLimits ['thanks-notification']
.
Avoiding thanks
To stop getting thanks notifications, you can opt out from them in your notification preferences. Go to the Notifications tab of your preferences. This only prevents you from getting notified, it does not prevent users from thanking you.
Documentação da API
thank | |
---|---|
Este módulo não possui a função de gerador. | |
Prefixo | |
Permissões | nenhuma |
Apenas post? | Sim |
Ajuda gerada | Atual |
The Thanks extension includes an API for sending thanks.
In order to call the API, use the parameter action=thank
.
Parâmetros:
rev
- O ID de revisão pelo qual você gostaria de agradecer a alguém (ou isto oulog
se faz necessário)log
- O ID de registro pelo qual você gostaria de agradecer a alguém (ou isto ourev
se faz necessário)source
- Source of the thank event. This is a short string that identifies where the thanks was sent from. For example, if the thanks was sent from Huggle, the value could be 'huggle'. (optional)token
- Edit token (a.k.a. CSRF token). You can get one of these through the tokens API. (required)
Exemplo:
api.php?action=thank&rev=16543&token=%2B\
To send thanks via OAuth only the "Basic" grant permission is required. A python example is available.
Agradecer no Flow
flowthank | |
---|---|
Este módulo não possui a função de gerador. | |
Prefixo | |
Permissões | nenhuma |
Apenas post? | Sim |
Ajuda gerada | Atual |
There is a separate API for sending Thanks for comments on Flow boards.
To call the API, use action=flowthank
.
Parâmetros:
postid
- The UUID of the comment for which to send thanks (required)token
- Edit token. You can get one of these through prop=info. (required)
Exemplo:
api.php?action=flowthank&postid=abc123&token=%2B\
Errors and Warnings
Code | Info |
---|---|
invalidrecipient | Não foi encontrado recipiente válido Bots não podem receber agradecimentos Você não pode agradecer a si mesmo |
SQL Documentation
Understanding who thanked who from the logs requires some understanding of the columns.
Within the logging table, the log_title
represents the receiver, and the log_user_text
represents the sender.
The following SQL which finds all the thanks a receiver received within a time period illustrates this:
select log_timestamp as thank_timestamp,
replace(log_title, '_', ' ') as receiver,
log_user_text as sender
from logging_logindex
where log_title = :user_name
and log_action = 'thank'
and :start_date <= log_timestamp
and log_timestamp <= :end_date
Notice also that the logging table is not selected from directly, but on Wikimedia servers we take advantage of the logging_logindex
table.
In order to quickly search for all the thanks a user sent the logging_userindex
provides the correct index.
Ver também
- w:Wikipedia:Notifications/Thanks - Information about the usage of this extension on English Wikipedia
- Echo (Notifications)/Feature requirements#Thank_you_notification - Initial feature proposal (for the Echo extension)
- Extensão:WikiApreço - Outra extensão para o envio de agradecimentos
- Extension:Echo - Provides the notification system
Esta extensão está sendo usada(o) por um ou mais projetos da Wikimedia. Isto significa que, provavelmente, a extensão é estável e funciona bem o suficiente para ser utilizada(o) em sites da web de alto tráfego. Procure pelo nome dessa extensão nos arquivos de configuração CommonSettings.php e InitialiseSettings.php da Wikimedia para verificar onde ela foi instalada. Uma lista completa das extensões instaladas numa wiki em particular podem ser visualizadas na página Special:Version da wiki. |
Esta extensão está incluída nas seguintes fazendas/hospedagens (farms/hosts) e/ou pacotes wiki: Esta não é uma lista autoritativa (oficial). Algumas fazendas/hospedagens (farms/hosts) e/ou pacotes wiki podem conter esta extensão mesmo que não estejam listados aqui. Sempre verifique com suas fazendas/hospedagens (farms/hosts) ou pacotes wiki para confirmar. |