Loading Changelog.md +1 −0 Original line number Original line Diff line number Diff line Loading @@ -10,6 +10,7 @@ * Show spinner when loading comments in the stream [#7170](https://github.com/diaspora/diaspora/pull/7170) * Show spinner when loading comments in the stream [#7170](https://github.com/diaspora/diaspora/pull/7170) * Add a dark color theme [#7152](https://github.com/diaspora/diaspora/pull/7152) * Add a dark color theme [#7152](https://github.com/diaspora/diaspora/pull/7152) * Added setting for custom changelog URL [#7166](https://github.com/diaspora/diaspora/pull/7166) * Added setting for custom changelog URL [#7166](https://github.com/diaspora/diaspora/pull/7166) * Show more information of recipients on conversation creation [#7129](https://github.com/diaspora/diaspora/pull/7129) # 0.6.1.0 # 0.6.1.0 Loading spec/controllers/jasmine_fixtures/conversations_spec.rb +0 −3 Original line number Original line Diff line number Diff line Loading @@ -29,9 +29,6 @@ describe ConversationsController, :type => :controller do get :index, :conversation_id => @conv1.id get :index, :conversation_id => @conv1.id save_fixture(html_for("body"), "conversations_read") save_fixture(html_for("body"), "conversations_read") get :new, modal: true save_fixture(response.body, "conversations_modal") end end end end Loading Loading
Changelog.md +1 −0 Original line number Original line Diff line number Diff line Loading @@ -10,6 +10,7 @@ * Show spinner when loading comments in the stream [#7170](https://github.com/diaspora/diaspora/pull/7170) * Show spinner when loading comments in the stream [#7170](https://github.com/diaspora/diaspora/pull/7170) * Add a dark color theme [#7152](https://github.com/diaspora/diaspora/pull/7152) * Add a dark color theme [#7152](https://github.com/diaspora/diaspora/pull/7152) * Added setting for custom changelog URL [#7166](https://github.com/diaspora/diaspora/pull/7166) * Added setting for custom changelog URL [#7166](https://github.com/diaspora/diaspora/pull/7166) * Show more information of recipients on conversation creation [#7129](https://github.com/diaspora/diaspora/pull/7129) # 0.6.1.0 # 0.6.1.0 Loading
spec/controllers/jasmine_fixtures/conversations_spec.rb +0 −3 Original line number Original line Diff line number Diff line Loading @@ -29,9 +29,6 @@ describe ConversationsController, :type => :controller do get :index, :conversation_id => @conv1.id get :index, :conversation_id => @conv1.id save_fixture(html_for("body"), "conversations_read") save_fixture(html_for("body"), "conversations_read") get :new, modal: true save_fixture(response.body, "conversations_modal") end end end end Loading