Ticket #382: 0001-Add-note-on-disabling-media-types-Related-382.patch

File 0001-Add-note-on-disabling-media-types-Related-382.patch, 1.3 KB (added by Jorge, 7 years ago)
  • docs/source/siteadmin/media-types.rst

    From 49506ba57c3d2ebaf2d5e3684669ff22fa9c6fc4 Mon Sep 17 00:00:00 2001
    Date: Thu, 9 Feb 2017 23:42:38 +0100
    Subject: [PATCH] Add note on disabling media types (Related: #382)
    
    ---
     docs/source/siteadmin/media-types.rst | 7 ++++++-
     1 file changed, 6 insertions(+), 1 deletion(-)
    
    diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst
    index 146e1aae..85949f2b 100644
    a b and video media types, then it would look like this::  
    4747    [[mediagoblin.media_types.image]]
    4848    [[mediagoblin.media_types.video]]
    4949
    50 Note that after enabling new media types, you must run dbupdate like so::
     50Note once you enable a media type and upload at least one of that media type, you
     51can't disable the media type unless you delete all of that type of media (#382).
     52
     53After enabling new media types, you must run dbupdate like so::
    5154
    5255    ./bin/gmg dbupdate
    5356
    transcode them.  
    117120   time out as the video transcodes.  To set that up, check out the
    118121   ":doc:`production-deployments`" section of this manual.
    119122
     123Note: Once you enable videose and upload at least one, you can't disable
     124videos unless you delete all of that type of media (#382).
    120125
    121126Audio
    122127=====