Warning Warning: IMPORTANT: The content of this page may be incomplete, incorrect or slightly outdated as the branch is in active development and may change at any time without backwards compatibility.
License integration MediaWiki
Participants Bryan Tong Minh
Timo Tijhof
Roan Kattouw

License integration MediaWiki...

  • Talk:License integration MediaWiki
  • License integration MediaWiki/Tasks
  • Files and licenses concept/UI
  • Files and licenses concept
  • m:File metadata cleanup drive (2014)

LicenseManager

  • Special: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

Editing file properties

Files_and_licenses_concept/UI#FilePropertiesForm

Clean up file tables (image and oldimage) database schema

bugzilla:26741
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.