License integration MediaWiki
Jump to navigation
Jump to search
![]() | 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. |
![]() | This project has been discussed many times before. The participants have joined those discussions as well. The info on this and it's subpages may not represent the current plans. Please contact one of the participants if you wish to get involved, get the latest status of have feedback regarding the information on these pages. |
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)
Contents
LicenseManager[edit]
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)