许可协议集成MediaWiki

From mediawiki.org
This page is a translated version of the page License integration MediaWiki and the translation is 75% complete.
警告 警告: 重要提示: 此页面的内容可能不完整、不正确或稍微过时,因为该分支正在积极开发中,并且可能随时更改而不向后兼容。
License integration MediaWiki
參與者 Bryan Tong Minh
Timo Tijhof
Roan Kattouw

License integration MediaWiki...

LicenseManager

mysql> DESCRIBE mw_license;
+-----------+------------------+------+-----+---------+----------------+
| Field     | Type             | Null | Key | Default | Extra          |
+-----------+------------------+------+-----+---------+----------------+
| lic_id    | int(10) unsigned | NO   | PRI | NULL    | auto_increment |
| lic_name  | varbinary(255)   | NO   | UNI | NULL    |                |
| lic_url   | varbinary(255)   | NO   |     | NULL    |                |
| lic_count | int(11)          | NO   | MUL | 0       |                |
+-----------+------------------+------+-----+---------+----------------+
4 rows in set (0,00 sec)

Filepage

Files_and_licenses_concept#Display / Usability Draft

编辑文件属性

Files_and_licenses_concept/UI#FilePropertiesForm

Clean up file tables (image and oldimage) database schema

bugzilla:26741