08 Jan, 2016

1 commit


30 Dec, 2015

1 commit


10 Dec, 2015

2 commits


09 Dec, 2015

1 commit


23 Nov, 2015

1 commit


17 Nov, 2015

1 commit

  • Conflicts:
    	Gemfile
    	Rakefile
    	app/controllers/box_organizer_controller.rb
    	app/controllers/my_profile/tasks_controller.rb
    	app/controllers/public/profile_controller.rb
    	app/mailers/user_mailer.rb
    	app/models/article.rb
    	app/models/person.rb
    	app/models/product_category.rb
    	app/models/task.rb
    	config/application.rb
    	config/routes.rb
    	lib/acts_as_having_settings.rb
    	lib/noosfero/api/entities.rb
    	lib/noosfero/api/helpers.rb
    	lib/noosfero/api/session.rb
    	lib/noosfero/api/v1/articles.rb
    	lib/noosfero/api/v1/contacts.rb
    	lib/noosfero/api/v1/search.rb
    	lib/noosfero/api/v1/users.rb
    	test/functional/tasks_controller_test.rb
    	test/unit/api/articles_test.rb
    	test/unit/api/helpers_test.rb
    	test/unit/api/people_test.rb
    	test/unit/api/search_test.rb
    	test/unit/api/session_test.rb
    	test/unit/api/users_test.rb
    	test/unit/person_notifier_test.rb
    	test/unit/task_test.rb
    	vendor/plugins/access_control/lib/acts_as_accessible.rb
    Victor Costa
     

12 Nov, 2015

1 commit


11 Nov, 2015

1 commit


10 Nov, 2015

3 commits

  • I wasn't able yet to figure out why the rake task was not behaving as
    expected. I suspect it has to do with the order stuff is being loaded
    being changed with Rails 4, but I am not sure yet. This works.
    Antonio Terceiro
     
  • Fixes whenever in production for a multitenancy setup
    
    Each cronjob has to run for all production environments. Currently they are
    only running for the environment named production so it doesn't work in a
    multitenancy setup.
    
    I use `whenever --update-crontab` to append jobs for each environment, using the 
    environment name as a whenever identifier, and then I have to clean the crontab of each
    environment generated jobs using the same identifier.
    
    See merge request !705
    Antonio Terceiro
     
  •   Each cronjob has to run for all environments. I use `whenever --update-crontab`
      to append jobs for each environment, using the environment name as a
      whenever identifier, and then I have to clean the crontab of each
      environment generated jobs using the same identifier.
    Larissa Reis
     

09 Nov, 2015

1 commit


04 Nov, 2015

1 commit


03 Nov, 2015

2 commits


29 Oct, 2015

1 commit


15 Oct, 2015

1 commit


13 Oct, 2015

2 commits


09 Oct, 2015

1 commit


08 Oct, 2015

2 commits


07 Oct, 2015

1 commit


05 Oct, 2015

2 commits


02 Oct, 2015

1 commit


01 Oct, 2015

1 commit


30 Sep, 2015

1 commit


28 Sep, 2015

1 commit


22 Sep, 2015

1 commit


15 Sep, 2015

3 commits


14 Sep, 2015

1 commit


13 Sep, 2015

1 commit


12 Sep, 2015

1 commit


11 Sep, 2015

3 commits