04 Mar, 2015
1 commit
03 Mar, 2015
6 commits
-
Without this it is not possible to load the modal programatically. This follows the responsive plugin API.
-
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
01 Mar, 2015
1 commit
-
@scope will load all data from environment with there is crash on search, consuming many resources on server
27 Feb, 2015
5 commits
-
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/
-
See merge request !421 Signed-off-by: Victor Costa <vfcosta@gmail.com> Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
26 Feb, 2015
3 commits
-
Fix private template This patch fix some cucumber tests(private_profile.feature). The template displayed for profiles internal pages was wrong(access_denied). We just changed for the correct one(private_profile). See merge request !480
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed_off_by: Gabriela Navarro <navarro1703@gmail.com>
25 Feb, 2015
12 commits
-
If we also don't rename the views directory, it won't find them. See 926442b6d0c469ce6c73d5e32cf9c686e0fca5b4
-
This reverts commit 025643a62df719a6cfe63f5927d45585d655a1da.
-
This fixes a bunch of tests for me
-
This reverts commit 926442b6d0c469ce6c73d5e32cf9c686e0fca5b4.
-
This reverts commit b22301ace52dfd7561900979a33ad07f7e195deb.
-
Use external jrails and get rid of prototype for good I have packaged eita-jrails in the noosfero debian repository so now it's safe to use an non-embedded dependency See merge request !477
24 Feb, 2015
11 commits
-
Adding temporary copy of jrails.js; when we move to the asset pipeline we'll be able to use the copy provided by eita-jrails itself.
-
Abstract core to use standard and replaceable helpers See merge request !426
-
cc-plugin: fix comment_classification plugin See merge request !390