- 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
|
||
|---|---|---|
| .. | ||
| app | ||
| helpers | ||
| pages | ||
| widgets | ||
| aspect-edit-pane.js | ||
| aspect-sorting.js | ||
| aspects-dropdown.js | ||
| bootstrap-scrollspy-custom.js | ||
| clear-form.js | ||
| contact-edit.js | ||
| contact-list.js | ||
| diaspora.js | ||
| finder.js | ||
| friend-finder.js | ||
| home.js | ||
| ie.js | ||
| inbox.js | ||
| jasmine-load-all.js | ||
| login.js | ||
| mailchimp.js | ||
| main.js | ||
| mentions.js | ||
| mobile.js | ||
| osmlocator.js | ||
| people.js | ||
| photo-show.js | ||
| photos.js | ||
| profile.js | ||
| templates.js | ||
| validation.js | ||
| view.js | ||