Forum OpenACS Improvement Proposals (TIPs): TIP #135 (IMPLEMENTED): add OOXML mime types in acs-content-repository

It would be to add the Open XML formats used by Microsoft Office to the mime types for the CR (at oacs-5-5 if possible).

Here is the list:

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet ".xlsx"
application/vnd.openxmlformats-officedocument.spreadsheetml.template ".xltx"
application/vnd.openxmlformats-officedocument.presentationml.presentation ".pptx"
application/vnd.openxmlformats-officedocument.presentationml.slideshow ".ppsx"
application/vnd.openxmlformats-officedocument.presentationml.template ".potx"
application/vnd.openxmlformats-officedocument.wordprocessingml.document ".docx"
application/vnd.openxmlformats-officedocument.wordprocessingml.template ".dotx"

Approved. This is definitely necessary.
Approve
Approved. Probably doesn't really need a TIP, I'd describe this as "maintenance" not "adding a feature" or "changing an APi" or ...
Good idea, many thanks!
Good!, Yes, no approval needed, is mostly a maintenance. But is good to have the script, so people might grab it for their own installations.
Sorry, no upgrade script, I've used the Tcl API for it.
Well there is still a tcl script for the upgrade?
Dave,

No, it's done by telepathy 😉

Yes, I've added a apm callback that calls the cr_create_mime_type. I guessed that Roc was expecting a SQL script, that's why my answer.

Yes, thanks, we are in the middle of upgrading, so either manually or with the upgrade it will happen.