09 Jul, 2014
1 commit
-
Improve validation of submissions/answers http://noosfero.org/Development/ActionItem3168
20 Jun, 2014
1 commit
-
Also added migration to remove existent forms without profile Signed-off-by: Ana Losnak <analosnak@gmail.com> (ActionItem3144)
16 Jun, 2014
1 commit
-
This makes possible to move controllers' code to the model, where it should be in first place (ActionItem3168)
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
27 Jan, 2014
2 commits
-
(ActionItem2969)
20 Jan, 2014
2 commits
-
I had to put the validation for the length of alternatives in the Field model because, since we are using Single Table Inheritance, we are creating Field objects with the type as a param instead of creating SelectField objects. This way, subclass' validation are skipped. I kept the validation in the SelectField model as well, because we also edit existing SelectField objects. (ActionItem2960)
19 Jan, 2014
1 commit
29 Dec, 2013
4 commits
11 Nov, 2013
3 commits
09 Nov, 2013
2 commits
06 Nov, 2013
2 commits
05 Nov, 2013
1 commit
21 Oct, 2013
1 commit
-
AI2780
22 Aug, 2013
1 commit
-
(ActionItem2775)
05 Jul, 2013
1 commit
-
ActionItem2593
29 May, 2013
1 commit
-
(ActionItem2681)
27 Feb, 2013
1 commit
-
Also destroying fields after removing a form (ActionItem2601)
10 Sep, 2012
1 commit