20 Feb, 2014
1 commit
11 Feb, 2014
1 commit
-
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
05 Feb, 2014
1 commit
31 Jan, 2014
1 commit
30 Jan, 2014
1 commit
-
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.
29 Jan, 2014
1 commit
-
will_paginate returns an ActiveRecord::Relation, so count will do a 'select count' in db. Use size instead. https://github.com/mislav/will_paginate/wiki/Backwards-incompatibility#willpaginatecollection
23 Jan, 2014
1 commit
22 Jan, 2014
1 commit
20 Jan, 2014
1 commit
13 Jan, 2014
1 commit
02 Dec, 2013
1 commit
-
Conflicts: app/models/category.rb app/models/uploaded_file.rb test/functional/memberships_controller_test.rb test/functional/profile_controller_test.rb vendor/plugins/action_tracker_has_comments/init.rb
27 Nov, 2013
1 commit
-
Conflicts: app/controllers/public/content_viewer_controller.rb features/manage_products.feature
26 Nov, 2013
1 commit
-
AI2784 Conflicts: vendor/plugins/action_tracker_has_comments/init.rb
21 Nov, 2013
4 commits
20 Nov, 2013
1 commit
-
The comments and replies are fetched only after the View all and More links are clicked.
16 Nov, 2013
2 commits
-
(ActionItem2903)
-
(ActionItem2901)
18 Oct, 2013
1 commit
07 Oct, 2013
2 commits
-
…into merge-requests/328 Conflicts: app/controllers/public/catalog_controller.rb
-
Conflicts: app/views/cms/view.rhtml test/functional/profile_controller_test.rb
19 Sep, 2013
1 commit
-
…into merge-requests/295
12 Sep, 2013
1 commit
-
…into merge-requests/361
21 Aug, 2013
1 commit
20 Aug, 2013
1 commit
13 Aug, 2013
1 commit
-
(ActionItem2768)
11 Jul, 2013
2 commits
-
…into merge-requests/285
01 Jun, 2013
1 commit
-
The disable_* settings for environment are incoherent with the user interface and with the code itself. This changes correct only one incoherent setting as an example how to do with all others.
27 Mar, 2013
1 commit
-
ActionItem1030
05 Mar, 2013
1 commit
08 Jan, 2013
1 commit
19 Dec, 2012
1 commit
15 Nov, 2012
1 commit
04 Nov, 2012
2 commits
24 Oct, 2012
2 commits
-
(ActionItem2388)
-
Only users with send_mail_of_members permission is allowed to send mails (ActionItem2388)