mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
8858cdd42a
* file_mime The MIME type of the file, e.g. 'image/png'. * file_mediatype The media type of the file, one of 'UNKNOWN', 'BITMAP', 'DRAWING', 'AUDIO', 'VIDEO', 'MULTIMEDIA', 'OFFICE', 'TEXT', 'EXECUTABLE', 'ARCHIVE'. * file_width Width of the image in pixels, or 0 if it's inapplicable (e.g. for audio files). * file_height Height of the image in pixels, or 0 if it's inapplicable (e.g. for audio files). * file_bits_per_channel Bits per color channel of the image, or 0 if it's inapplicable (e.g. for audio files). The most common value is 8. Bug: T131643 Change-Id: Id355515a18d3674393332c0f4094e34f9f522623 |
||
---|---|---|
api | ||
db_patches | ||
i18n | ||
maintenance | ||
modules | ||
special | ||
tests | ||
Views | ||
.gitignore | ||
.gitreview | ||
.jshintignore | ||
.jshintrc | ||
AbuseFilter.alias.php | ||
AbuseFilter.class.php | ||
AbuseFilter.hooks.php | ||
AbuseFilter.parser.php | ||
AbuseFilter.php | ||
abusefilter.tables.pg.sql | ||
abusefilter.tables.sql | ||
abusefilter.tables.sqlite.sql | ||
AbuseFilterTokenizer.php | ||
AbuseFilterVariableHolder.php | ||
AbuseLogHitFormatter.php | ||
composer.json | ||
COPYING | ||
Gruntfile.js | ||
hooks.txt | ||
package.json | ||
phpcs.xml |