05 May, 2014
1 commit
-
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
20 Jan, 2014
3 commits
20 Dec, 2013
1 commit
11 Nov, 2013
1 commit
09 Nov, 2013
2 commits
21 Oct, 2013
1 commit
-
AI2780
22 Aug, 2013
1 commit
-
(ActionItem2775)
05 Jul, 2013
1 commit
-
ActionItem2593
10 Sep, 2012
1 commit
26 Aug, 2012
1 commit
19 Aug, 2012
1 commit
-
Conflicts: db/schema.rb
18 Aug, 2012
1 commit
-
Also: - Added migration to remove action_trackers with target nil - Updated db/schema (ActionItem2400)
17 Aug, 2012
1 commit
-
Also replaced "if !" by "unless"
13 Aug, 2012
1 commit
10 Aug, 2012
1 commit
08 Aug, 2012
2 commits
-
…into merge-requests/187 Conflicts: app/models/environment.rb public/stylesheets/application.css test/factories.rb test/fixtures/roles.yml test/unit/article_test.rb
-
(ActionItem2378)
07 Aug, 2012
2 commits
-
(ActionItem2378)
-
(ActionItem2378)
19 Jul, 2012
1 commit
-
Conflicts: app/models/article.rb app/models/profile.rb app/models/uploaded_file.rb public/javascripts/application.js public/stylesheets/application.css test/unit/article_test.rb test/unit/category_finder_test.rb test/unit/enterprise_test.rb
18 Jul, 2012
4 commits
-
(ActionItem2379)
-
(ActionItem2379)
-
(ActionItem2379)
-
Removed whitespaces Recovered schema.rb without plugins fields Included info about solr support of multitenancy on solr.yml.dist
20 May, 2012
1 commit
-
Conflicts: app/views/layouts/_javascript.rhtml features/step_definitions/noosfero_steps.rb features/support/paths.rb
17 May, 2012
5 commits
-
Removed old create_article activities Created new actvities for articles created on the last 8 days Create a new activity for article if activity was removed Fixed tests
-
And a pending test
25 Apr, 2012
1 commit
15 Apr, 2012
1 commit
03 Apr, 2012
3 commits
16 Mar, 2012
1 commit
-
Conflicts: INSTALL app/helpers/application_helper.rb app/views/account/signup.rhtml app/views/layouts/application-ng.rhtml app/views/search/_product.rhtml debian/control debian/noosfero.install debian/noosfero.links features/step_definitions/noosfero_steps.rb script/production
08 Mar, 2012
1 commit
-
I am also already adding a "spam" flag to the table, which we will use next. (ActionItem2309)