امتداد:CategoryWatch
CategoryWatch حالة الإصدار مستقر |
|
---|---|
تنفيذ | إشعار |
بيان | يوسّع من وظائف قائمة المراقبة كي تضم إشعارات خاصة بالتغييرات التي تطرأ على عضوية تصنيفات موضوعة في قائمة المراقبة. |
المؤلف/المؤلفون |
|
آخر إصدار | 2.0.0 (2018-08-02) |
MediaWiki | 1.27+ |
ترخيص | رخصة جنو العمومية 2.0 أو ما بعدها |
التنزيل | |
|
|
تنزيلات ربع سنوية | 6 (Ranked 126th) |
ترجم الامتداد CategoryWatch لو كان متوفرا على translatewiki.net | |
يوسّع امتداد CategoryWatch من وظائف قائمة المراقبة كي تضم إشعارات خاصة بالتغييرات التي تطرأ على عضوية تصنيفات موضوعة في قائمة المراقبة.
Echo support was recently added to this extension as well as support for modern extension loading.
الأساس المنطقي
A feature that's missing from the MediaWiki Watchlist functionality is that if you watch a category page, you will only be notified when the content of the category page text changes. لن تحصل على إشعار حينما تضاف الصفحات إلى ذاك التصنيف أو تحذف منه رغم أن هذا ربما يكون المعلومات الرئيسية التي تريدها حينما تتخذ قرار مراقبة صفحة التصنيف.
This extension was developed primarily to be used in conjunction with the RecordAdmin extensions (which is obsolete), but it's also very useful by itself. حينما تستخدم مع هذه الامتدادات، تستخدم لتسمح للقائمين بأدوار تلقي إشعار حينما تتغير حالة بنود العمل ونقلت إلى تصنيف يتولون صيانته.
التنصيب
- نزّل الملف/الملفات وضعها في دليل يحمل اسم
CategoryWatch
داخل مجلد extensions/
لديك.
يجب على مطوري البرمجيات والمساهمين بالكود البرمجي تثبيت الامتداد من غت بدلا من ذلك، مستخدمين:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryWatch - أضف الكود التالي في الجزء الأسفل من ملف LocalSettings.php :
wfLoadExtension( 'CategoryWatch' );
- أعدّ الامتداد حسب ما هو مطلوب.
- تم التنفيذ – اذهب إلى Special:Version على موقع الويكي لديك كي تتحقق من أن الامتداد قد ثبت بنجاح.
الإعداد
- In Preferences → Watchlist, enable "Add all pages in a category to your watchlist when you add a category"
$wgCategoryWatchNotifyEditor
can be set to true which will allow the user who re-categorises an article to also receive the notification message if it is a category they are watching. This is useful so that the editor has an audit trail of all membership changes to categories they're watching.$wgCategoryWatchUseAutoCat
can be set to true which causes users to automatically be watching a category of the name Category:Automatically watched by <USERNAME> (set it the categorywatch-autocat message). For example, if you were logged in to the wiki as User:Foo, then you would automatically be notified of any changes to articles in Category:Automatically watched by Foo.$wgCategoryWatchUseAutoCatRealName
modifies the automatically watched category function to work with real names instead of usernames. If this was set to true for the example discussed in the previous paragraph, the category name might be something like Category:Automatically watched by Henry McFoo.
انظر أيضا
- Manual:CategoryMembershipChanges - a MediaWiki feature that tracks category membership changes