15 Jan, 2015
1 commit
-
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
1 commit
-
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
23 Jan, 2014
3 commits
-
(ActionItem2943)
-
Container block was not updated when its child changes. Setting cacheable? to false in container_block to avoid this problem.
09 Dec, 2013
2 commits
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.