diaspora/app/assets/javascripts/app/collections
Florian Staudacher 1924c40d38 replace vendored backbone.js/underscore.js with 'backbone-on-rails' gem
- updates underscore to 1.5.2 and backbone to 1.1.0

backbone had some breaking changes:
- fix url/urlRoot handling in models & collections
- options are no longer attached to the view by default
- collections reset when 'fetch' is called, tell it to keep the existing
  models

other changes:
- fix some events triggering multiple times in connection with deleting
  a model
- use document fragments instead of an element array for stream entries
- adapt jasmine and cucumber specs to the changed code
  * no longer test the backbone router as part of our code
  * jasmine factory already returns model instances, no need to wrap
    that again
2014-01-16 23:23:30 +01:00
..
aspects.js add locale to aspects 2013-01-16 19:59:10 -02:00
comments.js replace vendored backbone.js/underscore.js with 'backbone-on-rails' gem 2014-01-16 23:23:30 +01:00
likes.js Move Javascript to the asset pipeline 2012-03-27 18:07:44 -07:00
photos.js Move Javascript to the asset pipeline 2012-03-27 18:07:44 -07:00
posts.js somehow some dirty state made it into my merge :( 2012-07-02 11:34:31 -07:00
reshares.js seperate interactions from posts 2012-05-12 17:41:58 -07:00
tag_followings.js Fix tags ordering in chrome 2013-05-25 15:44:53 -03:00