License integration MediaWiki

From mediawiki.org
This page is a translated version of the page License integration MediaWiki and the translation is 100% complete.
警告 警告: 重要: このページの内容は不完全、不正確、または若干古くなっている可能性があります。このブランチは活発に開発されており、後方互換性を保つことなくいつでも変更される可能性があるためです。
License integration MediaWiki
参加者 Bryan Tong Minh
Timo Tijhof
Roan Kattouw

License integration MediaWiki...

ライセンスマネージャー

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)

ファイルページ

Files_and_licenses_concept#Display / Usability Draft

ファイルのプロパティを編集するには

Files_and_licenses_concept/UI#FilePropertiesForm

ファイル・テーブル(画像・旧画像)のデータベース・スケマをクリーンアップする

bugzilla:26741