Merge pull request #4373 from Flaburgan/patch-4

Make contacts visible in new aspect unchecked by default, close #4343
This commit is contained in:
Sean Tilley 2013-08-10 15:00:16 -07:00
commit e7ea763ab5
3 changed files with 2 additions and 2 deletions

View file

@ -44,6 +44,7 @@
* OpenGraph support [#4215](https://github.com/diaspora/diaspora/pull/4215)
* Added Wordpress service ability for posts. [#4321](https://github.com/diaspora/diaspora/pull/4321)
* Implement tag search autocomplete in header search box [#4169](https://github.com/diaspora/diaspora/issues/4169)
* Uncheck 'make contacts visible to each other' by default when adding new aspect. [#4343](https://github.com/diaspora/diaspora/issues/4343)
# 0.1.1.0

View file

@ -689,7 +689,6 @@ form#update_profile_form p.checkbox_select
:top 0
form p.checkbox_select
:width 75%
label
:left 25px
:top 3px

View file

@ -17,7 +17,7 @@
%p.checkbox_select
= aspect.label :contacts_visible, t('aspects.edit.make_aspect_list_visible')
= aspect.check_box :contacts_visible, :default => true
= aspect.check_box :contacts_visible, :checked => false
%br