05 May, 2014
2 commits
-
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
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
1 commit
-
(ActionItem3087)