aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorn-aleha <nick_aleha@myway.com>2014-05-15 09:52:54 +0300
committern-aleha <nick_aleha@myway.com>2015-08-24 00:40:38 +0300
commit83f45bdac01ceff58d7dfcc3011f65adad7069c9 (patch)
tree8895632cb31fb2adf74305fbd40d61238faf9ccc /phpBB/includes/constants.php
parentc60b92bf61eea2b907c7bad5cba596d6b60958af (diff)
downloadforums-83f45bdac01ceff58d7dfcc3011f65adad7069c9.tar
forums-83f45bdac01ceff58d7dfcc3011f65adad7069c9.tar.gz
forums-83f45bdac01ceff58d7dfcc3011f65adad7069c9.tar.bz2
forums-83f45bdac01ceff58d7dfcc3011f65adad7069c9.tar.xz
forums-83f45bdac01ceff58d7dfcc3011f65adad7069c9.zip
[ticket/12505] Remove outdated media extensions
Update constants and data schema for new installations. Mark outdated media constants as deprecated. PHPBB3-12505
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 126cf44842..16e249d4a5 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -171,11 +171,11 @@ define('CONFIRM_REPORT', 4);
// Categories - Attachments
define('ATTACHMENT_CATEGORY_NONE', 0);
define('ATTACHMENT_CATEGORY_IMAGE', 1); // Inline Images
-define('ATTACHMENT_CATEGORY_WM', 2); // Windows Media Files - Streaming
-define('ATTACHMENT_CATEGORY_RM', 3); // Real Media Files - Streaming
+define('ATTACHMENT_CATEGORY_WM', 2); // Windows Media Files - Streaming - @deprecated 3.1
+define('ATTACHMENT_CATEGORY_RM', 3); // Real Media Files - Streaming - @deprecated 3.1
define('ATTACHMENT_CATEGORY_THUMB', 4); // Not used within the database, only while displaying posts
define('ATTACHMENT_CATEGORY_FLASH', 5); // Flash/SWF files
-define('ATTACHMENT_CATEGORY_QUICKTIME', 6); // Quicktime/Mov files
+define('ATTACHMENT_CATEGORY_QUICKTIME', 6); // Quicktime/Mov files - @deprecated 3.1
// BBCode UID length
define('BBCODE_UID_LEN', 8);