20 Jan, 2014
5 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
6 commits
18 Jan, 2014
1 commit
29 Dec, 2013
6 commits
20 Dec, 2013
1 commit
11 Nov, 2013
7 commits
10 Nov, 2013
1 commit
09 Nov, 2013
5 commits
06 Nov, 2013
3 commits
05 Nov, 2013
2 commits
21 Oct, 2013
1 commit
-
AI2780
03 Oct, 2013
1 commit
-
The core extensions now should be created inside the folder lib/ext. They will automatically loaded, so no need for the requires on the plugin class definition file. Further information on how to use this feature here: http://noosfero.org/Development/PluginsArchitecture#Extending_core_classes
22 Aug, 2013
1 commit
-
(ActionItem2775)