Jump to content

উন্নয়ন নীতি

From mediawiki.org
This page is a translated version of the page Development policy and the translation is 27% complete.

The development policy defines how Wikimedia software is developed and maintained. This includes MediaWiki core, the bundled skins and extensions, as well as other skins and extensions that are deployed on Wikimedia Foundation wikis.

High-level

All Wikimedia engineering endeavors are guided by the Architecture principles.

Creation of new services that are external to MediaWiki, should follow the Services policy

Runtime support

মিডিয়াউইকি কোর বা অফিসিয়াল মিডিয়াউইকির সাথে একত্রিত উপাদানগুলিতে পিএইচপি সমর্থনে পরিবর্তনগুলি অবশ্যই Support policy for PHP অনুসরণ করতে হবে।

Code review

Privileged Gerrit users must follow the Gerrit privilege policy when exercising their +2 rights.

Implementation policies

Changes to MediaWiki core that have impact on extensions must follow the Stable interface policy.

ডাটাবেস প্রশ্ন এবং স্কিমা পরিবর্তন অবশ্যই MediaWiki database policy অনুসরণ করতে হবে।

পিএইচপি-র সিরিয়ালাইজেশন পদ্ধতিতে নির্মিত (serialize() এবং unserialize() ফাংশন) সঞ্চিত তথ্যের জন্য ব্যবহার করা উচিত নয় (অথবা বর্তমান প্রক্রিয়ার বাইরে থেকে পড়া উচিত) (আরএফসি T161647) । See also the relevant section of the PHP coding convention.