Go to file
Bartosz Dziewoński 8858cdd42a Add more file_* variables for file metadata
* 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
2016-04-04 23:40:03 +02:00
api Add support for PHP CodeSniffer checks 2016-01-06 09:59:47 -08:00
db_patches abuse_filter_log table only uses tinyint not int for namespace ID 2014-03-04 02:24:27 +00:00
i18n Add more file_* variables for file metadata 2016-04-04 23:40:03 +02:00
maintenance Add support for PHP CodeSniffer checks 2016-01-06 09:59:47 -08:00
modules Compress PNGs with zopflipng 2016-02-21 00:51:11 +00:00
special Remove usage of DifferenceEngine::generateDiffBody() 2016-04-02 13:10:23 +00:00
tests Move rule tokenization to new AbuseFilterTokenizer class 2015-08-25 14:00:10 -07:00
Views AbuseFilterViewEdit: Correctly reject non-existent historical versions 2016-04-03 00:11:29 +02:00
.gitignore Add support for PHP CodeSniffer checks 2016-01-06 09:59:47 -08:00
.gitreview Add .gitreview file 2012-03-22 13:55:41 -07:00
.jshintignore Add npm entry point 2016-02-29 19:52:23 +00:00
.jshintrc Add npm entry point 2016-02-29 19:52:23 +00:00
AbuseFilter.alias.php Localisation updates from https://translatewiki.net. 2015-06-14 21:00:08 +02:00
AbuseFilter.class.php Add more file_* variables for file metadata 2016-04-04 23:40:03 +02:00
AbuseFilter.hooks.php Add more file_* variables for file metadata 2016-04-04 23:40:03 +02:00
AbuseFilter.parser.php Add support for PHP CodeSniffer checks 2016-01-06 09:59:47 -08:00
AbuseFilter.php Compute last-recent-authors result during edit stashing 2016-01-28 21:11:39 +00:00
abusefilter.tables.pg.sql abuse_filter_log table only uses tinyint not int for namespace ID 2014-03-04 02:24:27 +00:00
abusefilter.tables.sql abuse_filter_log table only uses tinyint not int for namespace ID 2014-03-04 02:24:27 +00:00
abusefilter.tables.sqlite.sql abuse_filter_log table only uses tinyint not int for namespace ID 2014-03-04 02:24:27 +00:00
AbuseFilterTokenizer.php Add support for PHP CodeSniffer checks 2016-01-06 09:59:47 -08:00
AbuseFilterVariableHolder.php Compute last-recent-authors result during edit stashing 2016-01-28 21:11:39 +00:00
AbuseLogHitFormatter.php Add support for PHP CodeSniffer checks 2016-01-06 09:59:47 -08:00
composer.json Add support for PHP CodeSniffer checks 2016-01-06 09:59:47 -08:00
COPYING Add COPYING 2014-01-22 21:21:10 +00:00
Gruntfile.js Add npm entry point 2016-02-29 19:52:23 +00:00
hooks.txt (bug 42064) AbuseFilter + EditFilterMergedContent 2013-01-17 11:18:28 +01:00
package.json Add npm entry point 2016-02-29 19:52:23 +00:00
phpcs.xml Add support for PHP CodeSniffer checks 2016-01-06 09:59:47 -08:00