← Back to team overview

mahara-contributors team mailing list archive

[Bug 1647885] Re: Not all file types and mime types get populated on install/upgrade

 

** Also affects: mahara/15.10
   Importance: Undecided
       Status: New

** Also affects: mahara/16.04
   Importance: Undecided
       Status: New

** Also affects: mahara/16.10
   Importance: Undecided
       Status: New

** No longer affects: mahara/16.10

** Changed in: mahara
       Status: New => Fix Committed

** Changed in: mahara
   Importance: Undecided => High

** Changed in: mahara
    Milestone: None => 17.04.0

** Changed in: mahara/15.10
       Status: New => Confirmed

** Changed in: mahara/16.04
       Status: New => Confirmed

** Changed in: mahara/15.10
   Importance: Undecided => High

** Changed in: mahara/16.04
   Importance: Undecided => High

** Changed in: mahara/15.10
    Milestone: None => 15.10.7

** Changed in: mahara/16.04
    Milestone: None => 16.10.1

** Changed in: mahara/16.04
    Milestone: 16.10.1 => 16.04.5

** Also affects: mahara/16.10
   Importance: Undecided
       Status: New

** Changed in: mahara/16.10
    Milestone: None => 16.10.1

** Changed in: mahara/16.10
   Importance: Undecided => High

** Changed in: mahara/16.10
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1647885

Title:
  Not all file types and mime types get populated on install/upgrade

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed
Status in Mahara 16.10 series:
  Confirmed

Bug description:
  Please include (if relevant) in your bug report:
  - exact version of Mahara: 16.10_STABLE
  - operating system: Linux
  - database: Postgres

  Steps to replicate:

  1. Install a fresh mahara.
  2. Execute following SQL on DB
  SELECT * FROM artefact_file_mime_types WHERE mimetype = 'video/mp4';

  Expected result:
   mimetype  | description 
  -----------+-------------
   video/mp4 | m4a
   video/mp4 | m4b
   video/mp4 | m4p
   video/mp4 | m4r
   video/mp4 | m4v
   video/mp4 | mp4
  (6 rows)

  
  Actual result:
   mimetype  | description 
  -----------+-------------
   video/mp4 | m4v

  (1 rows)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1647885/+subscriptions


References