Upload Content Form Implementation
Reported by Brian Michalski | June 6th, 2010 @ 02:13 PM
The upload form needs lots of work to clean up the
implementation. Specifically I'm noting the mime-type, type, data,
and choose file boxes. Based on content type (graphic, text, html)
we should automatically assign set the mime-type and type and only
display data or choose file.
These should probably be partials...
Comments and changes to this ticket
-
Brian R Zaik August 16th, 2010 @ 01:33 PM
- State changed from new to open
- Assigned user set to Brian Michalski
- Milestone order changed from 0 to 0
Brian, has this been addressed yet? I don't see the mime-type or type on the form. I assume those are being stored now automatically based on the selection? If so, can we close this ticket?
-
Brian Michalski August 16th, 2010 @ 02:05 PM
- State changed from open to resolved
Now that you mention it, I think we're done.
Some notes:
Mime-type has been removed completely from Concerto-content-land. For all content that has an upload, we store the mime-type in the Media model with the actual file data (files in the database).Type is auto-set via the inheritance models.
-
Brian Michalski May 24th, 2012 @ 02:13 PM
(from [c5f73c8fef1f2b0202c203f8110701bb7d1bd966]) Cleaned up dashboard auth, added some translations, and made registration configurable closes #91 https://github.com/concerto/concerto/commit/c5f73c8fef1f2b0202c203f...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Concerto is an open source digital signage system that makes it easy to engage a large community of people with graphical and text-based announcements, bulletins, and other messages... but enough about us, you came here to get involved.
<br />
If you think you've <b>found a bug in Concerto</b>, please click 'Create new ticket' and let us know about it.
<br />
Looking to peek at our source code? Head to <a href="https://github.com/concerto/concerto_v1">https://github.com/concerto/concerto_v1</a> (Concerto version 1) or <a href="https://github.com/concerto/concerto">https://github.com/concerto/concerto</a> (Concerto version 2).
<br />
Our getting started guide is available here: <a href="https://github.com/concerto/concerto/wiki/Getting-Involved">https://github.com/concerto/concerto/wiki/Getting-Involved</a>.