04 Jun, 2014
4 commits
30 May, 2014
1 commit
-
(ActionItem3151)
22 May, 2014
1 commit
-
In cases where the `noosfero` user has been created by hand before installing the package, it will probably not have /usr/share/noosfero as its home directory.
05 May, 2014
10 commits
-
ActionItem3098
-
The migration 20130823151900_associate_fields_to_alternatives.rb from plugin CustomForms? was crashing due to submissions without a form on the database. This is a database inconsistence since there shouldn't be submissions without a form. To fix the problem I'm skipping the on the migration which may crash with a rescue to allow new tries to execute properly, creating a new migration to remove the submissions without form from the database and adding the :dependent => :destroy on form association with submission to avoid the problem in the future. Some people bypassed the migration through manual ways. This people should not worry since the cases which were crashing should not be running at all. ActionItem3130
25 Apr, 2014
1 commit
-
ActionItem3115
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
5 commits
-
There are some tests that may fail due to assumption of the database collation.
-
AI3012
-
AI3012
14 Apr, 2014
5 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