Hi Andrew,

Have added you patch

Plus included the missing vnd.ms-excel one
https://reviews.mahara.org/#/c/2282/

-- 
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:
  New

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

_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to     : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to