09 Dec, 2013
1 commit
-
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
2 commits
-
Whenever we are creating new models on plugins we should use the plugin's namespace to avoid future name conflicts.
-
…into merge-requests/413
02 Dec, 2013
1 commit
-
Conflicts: app/models/category.rb app/models/uploaded_file.rb test/functional/memberships_controller_test.rb test/functional/profile_controller_test.rb vendor/plugins/action_tracker_has_comments/init.rb
27 Nov, 2013
1 commit
-
Conflicts: app/controllers/public/content_viewer_controller.rb features/manage_products.feature
26 Nov, 2013
2 commits
-
(ActionItem2893)
24 Nov, 2013
1 commit
-
…into merge-requests/414
23 Nov, 2013
2 commits
-
(ActionItem2837)
-
(ActionItem2837)
22 Nov, 2013
5 commits
-
(ActionItem2808)
-
Since there are plugins that need to receive the scope clean (that is without filters applied to it) and since the plugin has the power to not apply the filter when conveys it (also rewriting the interface to keep its consistency), I decided to pass the reposability of applying any filter provided by the core to the engines. Nevertheless, if the plugin returns nil (that's the same that it would return if it was disabled) the core will deal with the filters through the default way (that is without any engine).
21 Nov, 2013
3 commits
-
Also: - removed whitespaces - added class with plugin name to style a view (ActionItem2837)
-
Also allowing the expire of cache from old layouts
20 Nov, 2013
6 commits
19 Nov, 2013
3 commits
-
* removed whitespaces * fixes on texts (ActionItem2823)
-
(ActionItem2823)
-
…into merge-requests/406
16 Nov, 2013
2 commits
-
(ActionItem2778)
-
…into merge-requests/370
12 Nov, 2013
1 commit
07 Nov, 2013
2 commits
-
Display content plugin should reference owner using block owner method.
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
3 commits