开发方针

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

"开发方针"定义Wikimedia software怎么发展和保持。 包括MediaWiki核心、bundled皮肤和扩展以及别的在维基媒体基金会的维基上部署的皮肤和扩展.

高级

什么维基媒体工程项目都被Architecture principles指导。

MediaWiki外的新服务创造,该从Services guideline

运行时支持

Changes to PHP support in MediaWiki core or components bundled with official MediaWiki releases, must follow the 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.

Database queries and schema changes must follow the MediaWiki database policy .

PHP's built in serialization mechanism (the serialize() and unserialize() functions) should not be used for data stored (or read from) outside of the current process (RFC T161647). See also the relevant section of the PHP coding convention.