11 Mar, 2015
3 commits
-
Conflicts: app/controllers/box_organizer_controller.rb app/controllers/my_profile/profile_design_controller.rb app/helpers/box_organizer_helper.rb app/helpers/boxes_helper.rb app/helpers/layout_helper.rb app/models/block.rb app/models/communities_block.rb app/models/theme.rb app/views/box_organizer/index.html.erb app/views/box_organizer/show_block_type_info.html.erb test/functional/environment_design_controller_test.rb test/functional/profile_design_controller_test.rb
10 Mar, 2015
1 commit
-
Signed-off-by: Victor Costa <vfcosta@gmail.com> Signed-off-by: Francisco Marcelo de Araújo Lima Júnior <francisco.lima-junior@serpro.gov.br>
06 Mar, 2015
1 commit
05 Mar, 2015
1 commit
02 Mar, 2015
2 commits
04 Feb, 2015
1 commit
-
Conflicts: app/controllers/public/search_controller.rb app/models/profile.rb app/views/cms/edit.html.erb public/stylesheets/application.css
03 Feb, 2015
1 commit
02 Feb, 2015
1 commit
15 Jan, 2015
3 commits
-
I have deduplicated every message in plugin code that was already in the core. Going forward, plugins should use c_() is they want to reuse the message from the core. If they want to force their own translation, they should probably use _('plugin_name|The message') to avoid overriding translations from the core.
23 Sep, 2014
1 commit
-
fixes #7
07 Mar, 2014
2 commits
-
Conflicts: lib/noosfero/plugin/routes.rb plugins/container_block/test/unit/block_test.rb plugins/container_block/test/unit/environment_test.rb plugins/container_block/test/unit/profile_test.rb plugins/container_block/views/blocks/container.html.erb
25 Feb, 2014
1 commit
13 Feb, 2014
1 commit
12 Feb, 2014
1 commit
23 Jan, 2014
5 commits
-
(ActionItem2943)
-
Container block was not updated when its child changes. Setting cacheable? to false in container_block to avoid this problem.
09 Jan, 2014
2 commits
16 Dec, 2013
1 commit
13 Dec, 2013
4 commits
11 Dec, 2013
1 commit
10 Dec, 2013
1 commit
09 Dec, 2013
3 commits
-
Although there are a lot of places on Noosfero where we do this test_helper ugly inclusion, they are just obsolete. Now we prefer to just include the test_helper and run the tests through rake tasks or including the path to the tests helper in the test run (something like: ruby -Itest ...).
05 Dec, 2013
1 commit
-
Whenever we are creating new models on plugins we should use the plugin's namespace to avoid future name conflicts.
07 Nov, 2013
1 commit
06 Nov, 2013
1 commit