Changeset [6e21c06659f571dda8e08d0ecd1bad72d7965754] by Brian Michalski
March 17th, 2012 @ 08:54 PM
Refactor screen template rendering to the frontend namespace.
- Move the template rendering code for the frontend, update the caching slightly.
- Pass the template path as part of the screen setup information instead of constructing it on the fly. https://github.com/concerto/concerto/commit/6e21c06659f571dda8e08d0...
Committed by Brian Michalski
- A app/controllers/frontend/templates_controller.rb
- A app/helpers/frontend/templates_helper.rb
- A test/functional/frontend/templates_controller_test.rb
- A test/unit/helpers/frontend/templates_helper_test.rb
- M app/controllers/frontend/screens_controller.rb
- M app/controllers/templates_controller.rb
- M app/models/template.rb
- M config/routes.rb
- M public/frontend_js/template.js
- M test/functional/frontend/screens_controller_test.rb
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>.