29 Jun, 2016
1 commit
25 May, 2016
1 commit
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
04 May, 2016
1 commit
-
- Confirmation modal when joining community - Moderation option in community control panel Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Alvaro Fernando <alvarofernandoms@gmail.com> Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
08 Apr, 2016
1 commit
31 Mar, 2016
1 commit
-
Uses custom fields for create community moderation Uses custom fields for user creation moderation Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Arthur Jahn <stutrzbecher@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
05 Feb, 2016
1 commit
-
Signed-off-by: Joenio Costa <joenio@colivre.coop.br> Signed-off-by: Marcos Ramos <ms.ramos@outlook.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
18 Nov, 2015
1 commit
-
Custom fields can be added to any profile through the admin panel in the 'Fields' section. They have the same behaviour as the current Noosfero's fields (active, signup, required and privacy). Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gustavo Coelho <gust.rod.coelho@gmail.com> Signed-off-by: Joenio Costa <joenio@colivre.coop.br> Signed-off-by: Macartur de Sousa <macartur.sc@gmail.com> Signed-off-by: Marcos Ramos <ms.ramos@outlook.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
13 Sep, 2015
1 commit
11 Aug, 2015
1 commit
-
All scraps and action trackers from profile were loaded at once as will_paginate can't change SQL when find_by_sql is used. Also, eager load activities to make it O(3) instead of O(n). This increases performance by ~30% on profiles with lots of scraps/action trackers.
26 Jan, 2015
1 commit
28 Oct, 2014
2 commits
11 Aug, 2014
1 commit
24 Jun, 2014
1 commit
-
Added mass-assign support for all community's field that are configurable on the fields environment page. (ActionItem3147)
15 Jun, 2014
1 commit
-
This reverts commit f8bd2430f86b0b6e3640e2662d1ca689a46ecb98.
14 Jun, 2014
1 commit
-
the PeopleBlock plugin that comes with these blocks is enabled by default in any Noosfero's environment (ActionItem2859)
05 Jun, 2014
2 commits
-
(ActionItem2859)
-
Conflicts: app/controllers/admin/environment_design_controller.rb app/models/friends_block.rb app/models/members_block.rb test/functional/environment_design_controller_test.rb test/unit/members_block_test.rb
13 May, 2014
1 commit
-
Conflicts: app/helpers/application_helper.rb app/helpers/layout_helper.rb app/models/community.rb app/models/enterprise.rb app/models/product_category.rb app/views/account/change_password.html.erb config/boot.rb config/environment.rb config/routes.rb lib/noosfero/plugin.rb test/unit/enterprise_activation_test.rb test/unit/person_notifier_test.rb
04 Apr, 2014
1 commit
-
AI3054
31 Jan, 2014
1 commit
06 Jan, 2014
1 commit
09 Oct, 2013
1 commit
-
PS: still failing on test related to ActionTracker::Record#current_user_from_model
26 Jul, 2013
1 commit
25 Dec, 2012
1 commit
05 Sep, 2012
1 commit
29 Aug, 2012
1 commit
-
Removes from activities the ActionTracker::Records which are redundants to certain profiles. (ActionItem2402)
07 Aug, 2012
2 commits
-
(ActionItem2378)
-
(ActionItem2378)
19 Jul, 2012
2 commits
-
Conflicts: app/models/article.rb app/models/profile.rb app/models/uploaded_file.rb public/javascripts/application.js public/stylesheets/application.css test/unit/article_test.rb test/unit/category_finder_test.rb test/unit/enterprise_test.rb
-
Added back add_member_in_community activity Fixed creation of notifications for communities
17 May, 2012
2 commits
-
app/controllers/public/profile_controller.rb
24 Feb, 2012
1 commit
19 Feb, 2012
1 commit
-
Conflicts: app/controllers/application.rb app/controllers/public/browse_controller.rb app/helpers/application_helper.rb app/helpers/display_helper.rb app/models/environment_finder.rb app/models/product.rb app/views/layouts/_javascript.rhtml app/views/layouts/application-ng.rhtml public/javascripts/application.js public/stylesheets/application.css test/functional/browse_controller_test.rb test/functional/search_controller_test.rb vendor/plugins/acts_as_solr_reloaded/lib/tasks/solr.rake
27 Jan, 2012
1 commit
24 Dec, 2011
3 commits
-
Share code by placing them together into profile base class
10 Oct, 2011
1 commit
-
* Refactoring profile management to use tokeninput * Also, adding support of tokeninput to the core * Adding attributes validated and cnpj to enterprise * Environment option to define enterprise as validated by defaul * Making profile namedscopes consider subclasses too * Adapting enterprise icon and identification to meet Bsc expectations * Adapting profile info actions to meet Bsc expectations * Adapting control panel buttons to meet Bsc expectations * Adapting core product to meed Bsc expectations * Adding and fixing plugin hotspots (ActionItem2085, ActionItem2087, ActionItem2086, ActionItem2088)