- 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
|
||
|---|---|---|
| .. | ||
| post | ||
| stream | ||
| aspect_membership_view_spec.js | ||
| aspect_view_spec.js | ||
| aspects_dropdown_view_spec.js | ||
| aspects_list_view_spec.js | ||
| comment_stream_view_spec.js | ||
| 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 | ||
| stream_faces_view_spec.js | ||
| stream_post_spec.js | ||
| stream_view_spec.js | ||
| tag_following_action_view_spec.js | ||