24 Mar, 2014
1 commit
-
(ActionItem3056)
20 Mar, 2014
1 commit
-
Conflicts: app/views/themes/index.rhtml db/schema.rb plugins/shopping_cart/views/shopping_cart_plugin_myprofile/edit.html.erb test/unit/person_test.rb
19 Mar, 2014
1 commit
-
Conflicts: db/schema.rb
17 Mar, 2014
3 commits
-
Signed-off-by: Leandro Nunes dos Santos <leandro.santos@serpro.gov.br> (ActionItem2670)
16 Mar, 2014
1 commit
-
- Removed EnvironmentStatisticsBlock from core. Environment's admins should enable the statistics block for its environment Signed-off-by: Leandro Nunes dos Santos <leandro.santos@serpro.gov.br> Signed-off-by: Francisco Marcelo de Araújo Lima Júnior <francisco.lima-junior@serpro.gov.br> Signed-off-by: Victor Costa <vfcosta@gmail.com> (ActionItem2851)
14 Mar, 2014
2 commits
10 Mar, 2014
1 commit
07 Mar, 2014
1 commit
-
Conflicts: app/controllers/my_profile/profile_themes_controller.rb test/unit/comment_test.rb vendor/plugins/action_tracker_has_comments/init.rb
05 Mar, 2014
1 commit
-
Ai2943 Container Block Fixes Fix broken edition for container block with the new css for sideboxes view.
03 Mar, 2014
1 commit
24 Feb, 2014
1 commit
13 Feb, 2014
1 commit
12 Feb, 2014
1 commit
11 Feb, 2014
3 commits
-
(ActionItem2993)
-
Status and Labels for comments http://noosfero.org/Development/CommentClassificationPlugin
-
require_auth_to_comment plugin break dom's ready when not logged http://noosfero.org/Development/ActionItem2988
08 Feb, 2014
1 commit
28 Jan, 2014
2 commits
-
…pa/noosfero-AI2786-like
27 Jan, 2014
3 commits
-
Conflicts: plugins/custom_forms/test/functional/custom_forms_plugin_myprofile_controller_test.rb plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb plugins/custom_forms/views/custom_forms_plugin_profile/show.html.erb po/pt/noosfero.po
-
(ActionItem2969)
24 Jan, 2014
2 commits
-
(ActionItem2866)
-
(ActionItem2866)
23 Jan, 2014
6 commits
-
…sub_organizations_improvements
-
(ActionItem2943)
-
Container block was not updated when its child changes. Setting cacheable? to false in container_block to avoid this problem.
22 Jan, 2014
1 commit
-
…into merge-requests/342 Conflicts: plugins/shopping_cart/controllers/shopping_cart_plugin_controller.rb
20 Jan, 2014
6 commits
-
(ActionItem2786)
-
(ActionItem2786)
-
Add mode that displays more information about related organizations on the relationship page. (ActionItem 2866) Signed-off-by: Arthur Del Esposte <athurmde@yahoo.com.br> Signed-off-by: Carlos Andre <carlos.andre.souza@msn.com> Signed-off-by: Daniel Bucher <daniel.bucher88@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Leandro Alves <leandrosustenido@gmail.com> Signed-off-by: Luiz Matos <luizff.matos@gmail.com> Signed-off-by: Marcos Ramos <ms.ramos@outlook.com>
-
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)