01 Jun, 2015
1 commit
11 Mar, 2015
1 commit
05 Mar, 2015
1 commit
02 Mar, 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.
30 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
2 commits
05 Nov, 2013
1 commit
04 Nov, 2013
2 commits
-
Render container block box and do not override children boxes makes drag and drop functional. Also fix article block to not use direct box attribute and use owner method instead.
01 Nov, 2013
2 commits