Import Templates
Reported by Brian Michalski | September 26th, 2010 @ 03:34 PM | in Basic Functional Workflow [Concerto2]
Concerto 2 should be able to import templates using the same syntax as Concerto 1. This includes an XML descriptor file and a large image.
See Brian if you have any questions about the XML spec.
Comments and changes to this ticket
-
August April 12th, 2011 @ 07:13 PM
I just cranked out a quick parser with REXML/XPath to parse the XML descriptor file, but I can't seem to find where some of these attributes (width,height) go in the database, and I'm not sure where the whole template image uploading piece will be. So attached is the ruby script. Perhaps it will be of some use...
-
August May 30th, 2011 @ 04:19 PM
- Milestone set to Basic Functional Workflow [Concerto2]
-
Brian Michalski June 12th, 2011 @ 03:02 AM
- State changed from new to open
- Assigned user set to Brian Michalski
- Milestone order changed from 1 to 0
I'm about 75% done with a very basic version of template importing. After I finish it, I'll open up a few tickets to clean it up.
-
Brian Michalski June 14th, 2011 @ 12:56 AM
(from [67023f19926f446497e8bf59efcc850d8302367b]) A rough first pass at template importing. Only works some of the time, has no error handling, but will partially import as much as possible. [#110] https://github.com/concerto/concerto/commit/67023f19926f446497e8bf5...
-
Brian Michalski June 14th, 2011 @ 03:31 AM
- State changed from open to resolved
(from [9a1d76f3261937b7903ac01216b033fead49c251]) Polishing up template importing a bit. Now handled in the model, with a simple test. Could use some more work, but I'm marking this complete for now. [#110 state:resolved] https://github.com/concerto/concerto/commit/9a1d76f3261937b7903ac01...
-
Brian Michalski June 14th, 2011 @ 03:33 AM
- Tag changed from importing, templates, v2 to importing, ruby1.8, templates, v2
- State changed from resolved to open
Fails in 1.8.7, or so CI says. Needs further investigation. Can anyone running Ruby 1.8.7 verify tests fail? http://ci.concerto-signage.org/builds/27-concerto-build-number-27-a...
-
Brian Michalski June 14th, 2011 @ 04:29 PM
- State changed from open to resolved
(from [d77d2f4bad558c0c48fe9f5c71d100c7989f528c]) Fixing Ruby1.8 compatability by setting some defaults for positions. [#110 state:resolved] https://github.com/concerto/concerto/commit/d77d2f4bad558c0c48fe9f5...
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>.
People watching this ticket
Attachments
Referenced by
- 110 Import Templates (from [67023f19926f446497e8bf59efcc850d8302367b]) A rough...
- 110 Import Templates (from [9a1d76f3261937b7903ac01216b033fead49c251]) Polishi...
- 110 Import Templates (from [d77d2f4bad558c0c48fe9f5c71d100c7989f528c]) Fixing ...