diaspora/spec/javascripts/app/views
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
..
post remove useless specs 2013-12-06 20:07:35 -02:00
stream
aspect_membership_view_spec.js
aspect_view_spec.js Refactor the left bar side menu, improve tag autosuggestion design, close #4271 2013-08-06 18:30:24 +02:00
aspects_dropdown_view_spec.js
aspects_list_view_spec.js Refactor the left bar side menu, improve tag autosuggestion design, close #4271 2013-08-06 18:30:24 +02:00
comment_stream_view_spec.js replace vendored backbone.js/underscore.js with 'backbone-on-rails' gem 2014-01-16 23:23:30 +01:00
comment_view_spec.js
feedback_view_spec.js
header_view_spec.js
likes_info_view_spec.js
location_view_spec.js
oembed_view_spec.js
open_graph_view_spec.js
photo_viewer_spec.js
photos_view_spec.js
post_view_spec.js
publisher_view_spec.js Fix: remove location when publisher is cleared by user 2014-01-05 11:09:03 +01:00
stream_faces_view_spec.js
stream_post_spec.js
stream_view_spec.js
tag_following_action_view_spec.js