← Back to team overview

mahara-contributors team mailing list archive

[Bug 1193158] Re: Missing mime types

 

The patch is in gerrit, it has passed code review, the only thing left
is to test it. So how do I test this? What's the expected behavior, and
what is it doing instead?

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1193158

Title:
  Missing mime types

Status in Mahara ePortfolio:
  In Progress

Bug description:
  There are critical mime types missing for support of docx, pptx, xlsx files.
  I believe this may work:

  Add the following to htdocs/artefact/file/filetypes.xml

  <filetype>
          <description>docx</description>
          <mimetypes>
              <mimetype>application/vnd.openxmlformats-officedocument.wordprocessingml.document</mimetype>
          </mimetypes>
      </filetype>
      <filetype>
          <description>pptx</description>
          <mimetypes>
              <mimetype>application/vnd.openxmlformats-officedocument.presentationml.presentation</mimetype>
          </mimetypes>
      </filetype>
      <filetype>
          <description>xlsx</description>
          <mimetypes>
              <mimetype>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</mimetype>
          </mimetypes>
      </filetype>

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


References