24 Apr, 2014
1 commit
23 Apr, 2014
2 commits
-
ActionItem3106
-
Conflicts: app/views/content_viewer/view_page.rhtml app/views/profile_editor/index.rhtml debian/changelog lib/noosfero.rb plugins/comment_group/test/functional/comment_group_plugin_profile_controller_test.rb
22 Apr, 2014
5 commits
17 Apr, 2014
5 commits
-
The test was checking by "original article" and "edited article" but the lib was putting the "original" and the "edited" inside a strong tag because it's the only part being edited. To solve the problem I just checked by the text that was changed.
15 Apr, 2014
2 commits
-
There are some tests that may fail due to assumption of the database collation.
14 Apr, 2014
15 commits
-
Instead of testing the exact values of jobs and activities, I'm asserting the difference during a block run. This is much more precise and avoid context trash that makes the tests fail.
-
Define the appropriate user for the ActionTracker to avoid failure while running multiple tests.
-
Avoiding test failure by moving selenium specific code out of the background so it doesn't run on cucumber only testing.
-
Remove CSS from core table in menu sideblock http://noosfero.org/Development/ActionItem3092
-
Shows a zoom link on article images by default https://noosfero.org/Development/ActionItem3086
-
Invite Member http://noosfero.org/Development/ActionItem3054
-
Use I18n fallbacks and default_locale as in FastGettext http://noosfero.org/Development/ActionItem3085
-
Disable cache of EnterpriseHomepage due to products changes http://noosfero.org/Development/ActionItem3082
-
Fix use of tinymce on enterprise homepage http://noosfero.org/Development/ActionItem3081
-
Prefix missing partials on manage_products http://noosfero.org/Development/ActionItem3067
-
Use https for addthis http://noosfero.org/Development/ActionItem3055
-
Change to Manage Products/Services (as in catalog) http://noosfero.org/Development/ActionItem3052
11 Apr, 2014
1 commit
10 Apr, 2014
1 commit
09 Apr, 2014
4 commits
-
(ActionItem3090)
08 Apr, 2014
4 commits
-
(ActionItem3087)
-
AI3086
-
Making every plugin run its tests with independently, with only its migrations and only it enabled.