travis-web/assets/scripts
Piotr Sarnacki 6bc7b69088 Refactor a way we setup things on repo controller
Till now, when switching between different views, we were switching
different bindings on repo controller. This was quite innefficient,
because then we needed to add bindings also from other controllers and
it's hard to manage such structure when we would like to add specialized
controllers (like LogController).

The new setup is more declarative, meaning that we do such things on the
router and set things on proper controllers. The only drawback is that
now we need to setup a few observers instead of bindings for "current"
views (ie. when viewing the newest repo or when viewing the last build
in current repo).

At this point it may not look like huge improvement, but it will open a
way to more refactorings.
2013-06-05 11:37:28 +02:00
..
app Refactor a way we setup things on repo controller 2013-06-05 11:37:28 +02:00
config We can remove locales.js, it will be created on compilation on heroku 2012-12-17 22:17:04 +01:00
lib Change Ember.run.later to setTimeout in periodic actions 2013-05-29 11:17:58 +03:00
spec Fix tests with new Ember version 2013-05-15 18:46:41 +02:00
vendor Add visibility.js, wrapper on page visibility API 2013-05-29 13:42:28 +03:00
travis.coffee Add RGSoC logo to the top of the sidebar. 2013-05-31 21:17:06 +02:00