diaspora/app/assets/javascripts/app
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
..
collections replace vendored backbone.js/underscore.js with 'backbone-on-rails' gem 2014-01-16 23:23:30 +01:00
forms strip last beta leftovers and fix syntax errors, travis is kinda down, lets hope nothing breaks while I sleep 2012-09-12 05:48:12 +02:00
helpers decode URLs before processing them (fixes #4507) 2013-09-21 15:23:30 +02:00
models replace vendored backbone.js/underscore.js with 'backbone-on-rails' gem 2014-01-16 23:23:30 +01:00
pages remove PostViewer 2013-12-01 20:55:48 -02:00
views replace vendored backbone.js/underscore.js with 'backbone-on-rails' gem 2014-01-16 23:23:30 +01:00
app.js Disable 'Mark all as read' for notifications when everything is read 2013-08-29 12:12:26 +02:00
models.js put date formatting in a mixin 2012-04-23 14:34:20 +02:00
router.js remove next and previous functionality from router 2013-12-01 20:55:48 -02:00
views.js replace vendored backbone.js/underscore.js with 'backbone-on-rails' gem 2014-01-16 23:23:30 +01:00