Jump to content

Extension:Comments/tr: Difference between revisions

From mediawiki.org
Content deleted Content added
Created page with "'''Comments''' uzantısı, etiketin bulunduğu makalelere yorum yapılmasına izin vermek için $1 ayrıştırıcı kancası etiketini ekler."
Created page with "Yorum eylemleri "$1" ile kaydedilir, ancak varsayılan olarak gizlidirler, tıpkı {{$2|devriye}} günlük girişleri gibi."
Line 30: Line 30:
'''Comments''' uzantısı, etiketin bulunduğu makalelere yorum yapılmasına izin vermek için {{tag|comments|single}} ayrıştırıcı kancası etiketini ekler.
'''Comments''' uzantısı, etiketin bulunduğu makalelere yorum yapılmasına izin vermek için {{tag|comments|single}} ayrıştırıcı kancası etiketini ekler.


Comment actions are logged to ''Special:Log/comments'', but by default they're hidden, just like {{ll|Help:Patrolled edits|patrol}} log entries.
Yorum eylemleri "Special:Log/comments" ile kaydedilir, ancak varsayılan olarak gizlidirler, tıpkı {{ll|Help:Patrolled edits|devriye}} günlük girişleri gibi.
You can set <syntaxhighlight lang="php" inline>$wgCommentsInRecentChanges = true;</syntaxhighlight> to show comments log entries in [[Special:RecentChanges]] (available in version 2.8+).
You can set <syntaxhighlight lang="php" inline>$wgCommentsInRecentChanges = true;</syntaxhighlight> to show comments log entries in [[Special:RecentChanges]] (available in version 2.8+).



Revision as of 13:25, 9 September 2020

MediaWiki manüel uzantıları
Comments
Sürüm durumu: kararlı
Uygulama Ayrıştırıcı uzantısı , Kanca
Açıklama Maddelere yorum yapılmasına izin veren ‎<comments /> ayrıştırıcı kancası etiketi ekler
Yazar(lar)
En son sürüm 4.6.0 (2019-08-08)
MediaWiki 1.31+
Veritabanı değişiklikleri Evet
Tablolar Comments
Comments_Vote
Comments_block
Lisans GNU Genel Kamu Lisansı 2.0 veya üstü
İndir
Örnek Sosyal Araçlar Geliştirme Viki
  • $wgCommentsDefaultAvatar
  • $wgCommentsInRecentChanges
  • $wgCommentsAbuseFilterGroup
  • $wgCommentsSortDescending
‎<comments />
  • comment
  • commentadmin
  • commentlinks
  • comment-delete-own
Quarterly downloads 52 (Ranked 87th)
Translatewiki.net adresinde mevcutsa, Comments uzantısını çevirin
Sorunlar Açık görevler · Hata bildir

Comments uzantısı, etiketin bulunduğu makalelere yorum yapılmasına izin vermek için ‎<comments /> ayrıştırıcı kancası etiketini ekler.

Yorum eylemleri "Special:Log/comments" ile kaydedilir, ancak varsayılan olarak gizlidirler, tıpkı devriye günlük girişleri gibi. You can set $wgCommentsInRecentChanges = true; to show comments log entries in Special:RecentChanges (available in version 2.8+).

Majority of the code fixes were done by Misza and Jack Phoenix.

Installation

  • Dosyaları indirin ve extensions/ klasörünüzdeki Comments adlı dizine yerleştirin.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Comments
  • LocalSettings.php dosyanızın altına aşağıdaki kodu ekleyin:
    wfLoadExtension( 'Comments' );
    
  • Bu uzantının ihtiyaç duyduğu gerekli veritabanı tablolarını otomatik olarak oluşturacak betik güncelleme komutunu çalıştırın.
  • Yes Yapıldı – Uzantının başarıyla yüklendiğini doğrulamak için vikinizde Special:Version seçeneğine gidin.
You will need to download the master version in order for the extension to work properly, as there is an issue with the branched versions.

Usage

  • ‎<comments /> — basic comment form, sufficient for most things.
  • ‎<comments allow="Derfel,Jack Phoenix,Misza" /> — only allows the users Derfel, Jack Phoenix and Misza to submit comments.
  • ‎<comments voting="Plus" /> — prevents users from rating comments negatively (thumb down), allowing only positive (thumb up) votes.

Comments of the Day

The extension also comes with a "Comments of the Day" feature (‎<commentsoftheday />), which by default is not enabled. You can enable this feature in the wiki's LocalSettings.php, by adding the following after the require_once line:

require_once "$IP/extensions/Comments/CommentsOfTheDay.php";

If the nocache argument is passed to the parser hook (like this: ‎<commentsoftheday nocache=true />), the parser hook will not use memcached and will just fetch the data from the database instead of cache. This is useful if you want to show the most up-to-date data, but it can be very server-intensive.

User rights

This extension adds three new user rights:

  • comment (which allows posting comments)
  • commentlinks (which allows posting external links in comments)
  • commentadmin (which allows deleting user-posted comments), e.g.
$wgGroupPermissions['sysop']['commentadmin'] = true;

By default, everyone, even anonymous users, can post comments, but posting comments that contain external links is limited to autoconfirmed users.

If you want anonymous users to be able to post external links, add this after the require_once:

$wgGroupPermissions['*']['commentlinks'] = true;

By default only users in the commentadmin group can delete comments.

User points

This is relevant only if the SocialProfile extension is installed and $wgUserLevels is properly configured.
  • $wgUserStatsPointValues['comment_plus'] — amount of points to give out when another user gives "thumbs up" to your comment.
  • $wgUserStatsPointValues['comment_ignored'] — amount of points to give out when another user adds your comments to their ignore list (Special:CommentIgnoreList).

Parameters

  • $wgCommentsDefaultAvatar — path to an image which will be displayed instead of an avatar if social tools (SocialProfile extension) aren't installed. Should be 50x50px. Note that there is no default avatar image shipped with this extension. The default is defined in extension.json and links to an external image on shoutwiki.com server, an ad driven Wiki farm. You may prefer to set this parameter to point to a local file.
  • $wgCommentsInRecentChanges — by default, this variable is set to false. Set it to true to display comments log entries in Special:RecentChanges, too, in addition to the comments log at Special:Log/comments.
  • $wgCommentsSortDescending — by default, this variable is set to false. Set it to true to sort comments by date descending, with the new comment box and most recent comments at the top.

Magic words/Parser functions

Comments includes 2 magic words and a parser function:

  • {{NUMBEROFCOMMENTS}} gives the entire number of comments on the wiki.
  • {{NUMBEROFCOMMENTSPAGE}} gives number of comments on the current page.
  • {{NUMBEROFCOMMENTSPAGE:<pagename>}} gives number of comments on the given page.

Hooks

Comments extension adds three hooks, Comment::add, Comment::delete and Comment::isSpam.

Hook name When it is called Parameters
Comment::add After a comment has been added into the database, on the bottom of Comment::add function
  • $comment (instance of Comment class)
  • $commentID
  • $pageID
Comment::delete After a comment has been deleted and the caches have been purged (function delete on class Comment)
  • &$comment (instance of Comment class)
  • $commentID
  • $pageID
Comment::isSpam Called in Comment::isSpam before performing other spam checks.
  • &$text (user-supplied comment text to check against spam)
  • &$retVal (boolean; function return value, i.e. does the supplied text contain spam (true) or not (false))

Internationalization

The Comments extension currently has (partial or full) support for 68 different languages, including English. Please visit translatewiki.net if you want to translate Comments into your language.

TODO list

  1. HTML output is not valid XHTML - would be nice if it were but we can live without that
  2. Would be nice if there was a special page that gives a overview of all uses of the Comments extension on all pages (for an adminstrator to be able to moderate easier)

See also