Changeset [57600931cee9ce7460f9d9c323376f1e259d8220] by Brian Michalski

January 5th, 2012 @ 02:12 AM

Add framework for frontend.

Adding the frontend namespace, which contains the screens and fields controller. Screens is aliased to not appear in urls (path = '') and fields is a subresource of screens.

Please heavily test anything that involves frontends since problems in these areas can be very visible.
https://github.com/concerto/concerto/commit/57600931cee9ce7460f9d9c...

Committed by Brian Michalski

  • A app/assets/javascripts/frontend/fields.js.coffee
  • A app/assets/javascripts/frontend/screens.js.coffee
  • A app/assets/stylesheets/frontend/fields.css.scss
  • A app/assets/stylesheets/frontend/screens.css.scss
  • A app/controllers/frontend/fields_controller.rb
  • A app/controllers/frontend/screens_controller.rb
  • A app/helpers/frontend/fields_helper.rb
  • A app/helpers/frontend/screens_helper.rb
  • A app/views/frontend/screens/show.html.erb
  • A test/functional/frontend/fields_controller_test.rb
  • A test/functional/frontend/screens_controller_test.rb
  • A test/unit/helpers/frontend/fields_helper_test.rb
  • A test/unit/helpers/frontend/screens_helper_test.rb
  • M config/routes.rb
  • M test/integration/routes_test.rb
New-ticket Create new ticket

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>.