24 Jul, 2015
2 commits
-
Use these two commands inside vim: :!ag -l '..\/..\/..\/..\/test' | xargs perl -pi -E "s/require.*test_helper.*/require 'test_helper'/g" :!ag -l "require File.*'/" | xargs perl -pi -E "s/require File.*'\//require_relative '/g":e ""'"
17 Mar, 2014
2 commits
-
Signed-off-by: Leandro Nunes dos Santos <leandro.santos@serpro.gov.br> (ActionItem2670)
16 Mar, 2014
5 commits
-
- EnvironmentStatisticsBlock was marked as DEPRECATED, it will be removed in the next Noosfero release, see ActionItem3045 Thanks for the tip Daniela Feitosa ;) (ActionItem2851)
-
- 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)
-
…sfero into AI3015-fix_profile_controller
-
test/functional/application_controller_test.rb test/functional/profile_themes_controller_test.rb
13 Mar, 2014
3 commits
-
(ActionItem2928)
-
(ActionItem3021)
12 Mar, 2014
1 commit
10 Mar, 2014
1 commit
07 Mar, 2014
3 commits
-
Conflicts: lib/noosfero/plugin/routes.rb plugins/container_block/test/unit/block_test.rb plugins/container_block/test/unit/environment_test.rb plugins/container_block/test/unit/profile_test.rb plugins/container_block/views/blocks/container.html.erb
-
Conflicts: config/initializers/dependencies.rb debian/control lib/noosfero/core_ext.rb lib/noosfero/plugin/routes.rb
-
Conflicts: app/controllers/my_profile/profile_themes_controller.rb test/unit/comment_test.rb vendor/plugins/action_tracker_has_comments/init.rb
25 Feb, 2014
1 commit
20 Feb, 2014
2 commits
-
(ActionItem3015)
13 Feb, 2014
3 commits
-
…onment and by the user
11 Feb, 2014
4 commits
-
(ActionItem2995)
-
Also adding a new assert helper to test the order of a collection without assuming all elements inside it. (ActionItem2996)
-
Conflicts: app/views/profile_themes/add_css.rhtml app/views/profile_themes/add_image.rhtml app/views/profile_themes/css_editor.rhtml app/views/profile_themes/edit.rhtml app/views/profile_themes/new.rhtml app/views/themes/add_css.html.erb app/views/themes/add_css.rhtml app/views/themes/add_image.html.erb app/views/themes/add_image.rhtml app/views/themes/css_editor.html.erb app/views/themes/css_editor.rhtml app/views/themes/edit.html.erb app/views/themes/edit.rhtml app/views/themes/index.html.erb app/views/themes/new.html.erb app/views/themes/new.rhtml test/factories.rb test/functional/profile_themes_controller_test.rb
-
Conflicts: app/controllers/my_profile/cms_controller.rb app/controllers/public/content_viewer_controller.rb app/helpers/application_helper.rb app/helpers/article_helper.rb app/helpers/catalog_helper.rb app/helpers/comment_helper.rb app/models/article.rb app/models/enterprise.rb app/models/members_block.rb app/models/person.rb app/models/profile.rb app/views/blocks/profile_info.html.erb app/views/blocks/profile_info_actions/community.html.erb config/initializers/dependencies.rb config/routes.rb db/schema.rb debian/control lib/noosfero/plugin.rb lib/tasks/plugins.rake plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb script/sample-products test/functional/catalog_controller_test.rb test/functional/manage_products_controller_test.rb test/functional/map_balloon_controller_test.rb test/functional/profile_controller_test.rb test/functional/search_controller_test.rb test/unit/box_test.rb test/unit/cms_helper_test.rb test/unit/enterprise_test.rb test/unit/environment_test.rb test/unit/featured_products_block_test.rb test/unit/person_test.rb test/unit/product_category_test.rb test/unit/product_test.rb test/unit/profile_test.rb test/unit/user_test.rb vendor/plugins/monkey_patches/methods_from_fake_arel/init.rb
10 Feb, 2014
1 commit
-
…into unb-gama/noosfero-AI2897-environment_theme
05 Feb, 2014
4 commits
04 Feb, 2014
2 commits
31 Jan, 2014
3 commits
30 Jan, 2014
3 commits
-
On rails 3.2, the return type of some queries changes from Array to ActiveRecord::Relation. An assertion that check if these attributes has been assigned (with a value != nil) should be enought. This avoids future problems with api changes.