23 Feb, 2015

6 commits


22 Feb, 2015

3 commits


21 Feb, 2015

1 commit


20 Feb, 2015

1 commit


19 Feb, 2015

1 commit


13 Feb, 2015

3 commits


12 Feb, 2015

5 commits


11 Feb, 2015

4 commits


10 Feb, 2015

12 commits


09 Feb, 2015

2 commits


03 Feb, 2015

2 commits

  • Conflicts:
    	app/controllers/my_profile/profile_editor_controller.rb
    	app/helpers/search_helper.rb
    	app/models/invitation.rb
    	app/models/person.rb
    	app/views/cms/view.html.erb
    	app/views/templates/index.html.erb
    	plugins/community_track/views/content_viewer/_step_item.html.erb
    	test/functional/home_controller_test.rb
    	test/unit/person_test.rb
    	test/unit/profile_test.rb
    Rodrigo Souto
     
  •   When vote plugin is not enabled in a noosfero instance, the constant
      VotePlugin is not defined, which was causing a crash in relevant
      content plugin. So I check if the plugin is enabled using a string and
      not a constant.
    Larissa Reis