05 Mar, 2015
1 commit
04 Mar, 2015
1 commit
03 Mar, 2015
2 commits
-
I393 container block crashing https://gitlab.com/participa/noosfero/issues/392 Container block está quebrando o ambiente Verificar a chamada box_decorator.select_blocks no plugin container block que não funciona Leandro Nunes @leandronunes 4 days ago ActionView::Template::Error (wrong number of arguments (2 for 3)): 10: 11: 12: 13: @page, :request_path => request.path, :locale => locale }).each do |child| %> 14: #block- #block- { width: px; } 15: 16: app/helpers/boxes_helper.rb:159:in select_blocks' config/plugins/container_block/views/blocks/container.html.erb:13:inconfig_plugins_container_block_views_blocks_container_html_erb2028328020366621965_95207380' config/plugins/container_block/lib/container_block_plugin/container_block.rb:72:in block in content' app/helpers/boxes_helper.rb:139:ininstance_eval' app/helpers/boxes_helper.rb:139:in extract_block_content' app/helpers/boxes_helper.rb:92:indisplay_block_content' app/views/shared/block.html.erb:6:in `app_views_sharedblock_html_erb2640157230203373045_95178980' app/helpers/boxes_helper.rb:83:in display_block' app/helpers/boxes_helper.rb:74:inblock in display_box_content' app/helpers/boxes_helper.rb:73:in map' app/helpers/boxes_helper.rb:73:indisplay_box_content' app/helpers/boxeshelper.rb:62:in display_box' app/helpers/boxes_helper.rb:47:inblock in display_boxes' app/helpers/boxes_helper.rb:47:in map' app/helpers/boxes_helper.rb:47:indisplay_boxes' app/helpers/boxes_helper.rb:9:in `insert_boxes' See merge request !490
02 Mar, 2015
1 commit
27 Feb, 2015
1 commit
-
To install: $ sudo ln -s $NOOSFERO/plugins/stoa/script/stoa-auth-server /etc/init.d/ $ sudo update-rc.d stoa-auth-server defaults $ sudo service stoa-auth-server start Of course, the stoa plugin must be enabled and properly configure foo any of this to work. It will run on port 4000, and requests must be made to /, e.g. $ curl -d 'login=USER&password=PASSWORD' http://server:4000/
24 Feb, 2015
1 commit
-
cc-plugin: fix comment_classification plugin See merge request !390
23 Feb, 2015
2 commits
-
Add test to not show products when they are disabled in environment.
22 Feb, 2015
3 commits
-
Two oauth plugins: oauth_client and oauth_provider See merge request !415
-
Fixes for ToleranceTimePlugin and RelevantContentPlugin Fixes blocking crashes when enabling these plugins: NameError exception in RelevantContentPlugin and argument mismatch for ToleranceTimePlugin. See merge request !450
20 Feb, 2015
1 commit
13 Feb, 2015
1 commit
-
Profile description block this plugin adds a block that displays the description field of the profile. See merge request !464
12 Feb, 2015
2 commits
-
Also: - fix to avoid crash if there is some answer without a related field
-
Ai2119 event block plugin Fix: https://gitlab.com/noosfero/noosfero/merge_requests/349 See merge request !400
11 Feb, 2015
4 commits
-
Also: - By default, list only future events - Replacing strings describing the number of days left/past to the event - Removed br tags and added margin on elements from edit block view - Only display option "Show all environment events" if there's another option - Fixed tests See merge request !400
-
Replace prototype calls to jquery/jrails See merge request !427
10 Feb, 2015
12 commits
-
Index lat/lng on articles http://noosfero.org/Development/ActionItem2933 See merge request !46
-
Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Dylan Guedes <djmgguedes@gmail.com>
-
- change lambda to proc in block's content method. - remove unnecessary code. - add block's css Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Dylan Guedes <djmgguedes@gmail.com>
-
Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Dylan Guedes <djmgguedes@gmail.com>
09 Feb, 2015
2 commits
03 Feb, 2015
3 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
-
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.
-
Part of rails 3 migration Also removes useless line. The check for enabled plugin is made before adding the filter. Besides, that proc was never called.
02 Feb, 2015
1 commit
30 Jan, 2015
2 commits