20 Nov, 2014

1 commit


19 Nov, 2014

1 commit


18 Nov, 2014

1 commit


13 Nov, 2014

1 commit


08 Nov, 2014

1 commit


02 Nov, 2014

1 commit


01 Nov, 2014

1 commit


31 Oct, 2014

2 commits


29 Sep, 2014

1 commit


26 Sep, 2014

2 commits


25 Sep, 2014

1 commit


18 Sep, 2014

1 commit


16 Sep, 2014

1 commit


09 Sep, 2014

1 commit


08 Sep, 2014

1 commit

  • Conflicts:
    	app/controllers/application_controller.rb
    	app/controllers/my_profile/memberships_controller.rb
    	app/controllers/public/account_controller.rb
    	app/helpers/application_helper.rb
    	app/helpers/layout_helper.rb
    	app/helpers/token_helper.rb
    	app/views/account/signup.html.erb
    	app/views/layouts/_javascript.html.erb
    	db/schema.rb
    	test/functional/application_controller_test.rb
    Rodrigo Souto
     

05 Sep, 2014

1 commit


28 Aug, 2014

1 commit


27 Aug, 2014

1 commit


19 Aug, 2014

1 commit


18 Aug, 2014

1 commit


13 Aug, 2014

1 commit


05 Aug, 2014

2 commits


04 Aug, 2014

1 commit


31 Jul, 2014

2 commits


30 Jul, 2014

1 commit

  • Base plugins are enanbed by default and cannot be disabled at the system
    level, but can be disabled per-environment at the web UI.
    
    A part of the required changes also fix the Noosfero plugin
    infrastructure, in special migrations, on Rails 3.
    Antonio Terceiro
     

29 Jul, 2014

1 commit


22 Jul, 2014

1 commit


14 Jul, 2014

1 commit


04 Jul, 2014

1 commit


01 Jul, 2014

1 commit


06 Jun, 2014

1 commit


23 May, 2014

2 commits


13 May, 2014

1 commit

  • Conflicts:
    	app/helpers/application_helper.rb
    	app/helpers/layout_helper.rb
    	app/models/community.rb
    	app/models/enterprise.rb
    	app/models/product_category.rb
    	app/views/account/change_password.html.erb
    	config/boot.rb
    	config/environment.rb
    	config/routes.rb
    	lib/noosfero/plugin.rb
    	test/unit/enterprise_activation_test.rb
    	test/unit/person_notifier_test.rb
    Rodrigo Souto
     

12 May, 2014

1 commit


29 Apr, 2014

1 commit

  • Some specific points:
    
    - ./script/quick-start not works from start to end on a clean Debian
      wheezy system
    - Gemfile: remove checking for programs since the Gemfile is not really
      the right place to do this
    - Gemfile.lock: lock gem versions against Debian wheezy.  This assumes
      package versions in Debian wheezy + some backported packages available
      at http://people.debian.org/~terceiro/noosfero-wheezy-backports/
    - db:data:minimal: add an explicit contact email to the new environment.
      This fixes a long standing issue: when installing Noosfero on a brand
      new system, exim MTA will choke on a malformed sender address, and
      abort the entire installation.
    - added a simple Vagrantfile for development purposes
    
    Pending:
    
    - provide proper backports for packages and drop the temporary
      http://people.debian.org/~terceiro/noosfero-wheezy-backports/
    Antonio Terceiro