diaspora/spec
cmrd Senya 8e6df0b1e3
Comments expansion refactoring
If you look at comment expand process with javascript debugger, you
will notice that at first comments get added to existing stream ("add"
event handler of model.comments gets launched because of model.comments.fetch).
Then the comment stream gets empty and then filled by the postRenderTemplate
handler.

This patch removes comments rerendering on the expansion. The fetching process is
changed so that older comments are added to the correct place, so the order
looks nice without rerendering. Thus, unnecessary job of rerendering is avoided.
2016-08-12 22:06:51 +03:00
..
controllers Merge pull request #6959 from cmrd-senya/devise-upgrade 2016-08-11 12:08:42 +02:00
fixtures remove old unused data_conversion fixtures 2016-08-08 19:37:09 +02:00
helpers Merge pull request #6805 from cmrd-senya/mention-name-fixup 2016-08-11 13:28:02 +02:00
integration Merge pull request #6805 from cmrd-senya/mention-name-fixup 2016-08-11 13:28:02 +02:00
javascripts Comments expansion refactoring 2016-08-12 22:06:51 +03:00
lib Merge pull request #6805 from cmrd-senya/mention-name-fixup 2016-08-11 13:28:02 +02:00
mailers Merge pull request #6910 from SaiVardhan/Issue#6850_private_message 2016-07-17 09:32:19 +02:00
models Upgrade devise to 4.2 2016-08-11 12:25:36 +03:00
presenters Client-side rendering of aspect dropdown for hovercards 2016-08-08 17:21:30 +03:00
serializers cleanup old attributes from code 2016-08-08 19:37:09 +02:00
services Filter mentions on status message creation 2016-07-04 10:26:45 +02:00
shared_behaviors write some more tests 2016-08-08 18:56:37 +02:00
support Refactor app.views.AspectMembership 2016-08-08 17:21:14 +03:00
workers remove more unused code and cleanup 2016-06-26 06:21:01 +02:00
configuration_methods_spec.rb Set captcha length correctly, fix #5932 2015-05-06 23:51:28 +02:00
factories.rb Modify search to include contacts 2016-08-09 15:12:44 +02:00
federation_callbacks_spec.rb better error message if we webfinger a person with invalid guid 2016-07-31 23:05:53 +02:00
helper_methods.rb remove old webfinger/hcard code 2015-08-21 14:23:08 +02:00
locale_spec.rb On reshare insert the reshare built from the response 2015-03-23 23:02:23 +01:00
misc_spec.rb enable some skipped tests again 2016-06-26 06:21:00 +02:00
spec-doc.rb
spec_helper.rb Upgrade devise to 4.2 2016-08-11 12:25:36 +03:00