02 Feb, 2015

1 commit


29 Jan, 2015

1 commit


27 Jan, 2015

1 commit


20 Jan, 2015

1 commit


19 Jan, 2015

1 commit


15 Jan, 2015

1 commit

  • When this is merged, the script at
    script/move-translations-to-plugins.rb must be executed to move the
    translations that are currently in the core to their respective plugins,
    i.e. to initialize each plugin .po file with their existing translated
    strings, excluding translations that already exist in the core.
    
    Going forward those duplicated translations should be replaced by calls
    to c_(), which will do the same as _() but won't be extracted for
    translation.
    Antonio Terceiro
     

26 Dec, 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


30 Oct, 2014

1 commit


29 Sep, 2014

1 commit


26 Sep, 2014

2 commits


25 Sep, 2014

1 commit


16 Sep, 2014

1 commit


09 Sep, 2014

1 commit


05 Sep, 2014

1 commit


28 Aug, 2014

1 commit


27 Aug, 2014

1 commit


19 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


14 Jul, 2014

1 commit


04 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