diaspora/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
..
assets replace vendored backbone.js/underscore.js with 'backbone-on-rails' gem 2014-01-16 23:23:30 +01:00
controllers Merge pull request #4666 from jaywink/signup-form-error-redirect 2014-01-11 14:08:18 -08:00
helpers Add actions to contacts/index.html page 2013-11-12 19:10:00 -08:00
mailers update branding 2013-08-25 18:21:14 +02:00
models Merge pull request #4511 from MrZYX/bump_devise 2014-01-15 13:17:48 -08:00
presenters Merge pull request #4612 from diaspora/drop_spv_old_code 2013-12-11 07:41:51 -08:00
uploaders resize full scaled image to a specific width #3793 2013-01-26 11:36:01 +01:00
views update devise to 3.2 2014-01-15 12:59:59 +01:00
workers update devise to 3.2 2014-01-15 12:59:59 +01:00