10 Dec, 2015
1 commit
08 Dec, 2015
1 commit
23 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>
03 Nov, 2015
1 commit
28 Oct, 2015
1 commit
-
time_ago_as_sentence has been replaced in a refactor and *_description now takes the action tracker record as an argument. This just updates product related notifications to work after these changes.
22 Sep, 2015
1 commit
05 Sep, 2015
2 commits
-
Also: - Removed needless hidden_field_tag - Moved repeated code to partial
-
- Order members by name - Removed white spaces - Changed strings to be translated - Renamed div id and test - Adjust ul tag members - Fixed plugin dependency Signed-off-by: Omar Junior <omarroinuj@gmail.com> Signed-off-by: DylanGuedes <djmgguedes@gmail.com> Signed-off-by: Vitor Barbosa <vitormga15@gmail.com> Signed-off-by: Brenddon Gontijo <brenddongontijo@msn.com> Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br> Signed-off-by: Simiao Carvalho <simiaosimis@gmail.com>
13 Aug, 2015
1 commit
11 Aug, 2015
3 commits
-
The id was necessary for the has_many :through. Also add indexes and timestamps and fix typo on table name
-
…ons (create, update and destroy)
-
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.
16 Jul, 2015
1 commit
-
Conflicts: app/views/admin_panel/index.html.erb
15 Jul, 2015
1 commit
17 Jun, 2015
1 commit
-
Conflicts: Gemfile public/proposal-app public/stylesheets/application.css
16 Jun, 2015
3 commits
-
Conflicts: lib/noosfero/plugin.rb
12 Jun, 2015
1 commit
-
Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
08 Jun, 2015
2 commits
27 Apr, 2015
1 commit
-
Conflicts: test/unit/block_test.rb
22 Apr, 2015
1 commit
-
Mistakenly replaced the correct way of doing modals by the old way. This reverts commit ed63bab09a77c398c9228030a8ace0f11e9a6268.
21 Apr, 2015
2 commits
06 Mar, 2015
1 commit
05 Mar, 2015
1 commit
-
…checked by created_at in role_assignment entity
02 Mar, 2015
1 commit
-
…er is a admin of environment
24 Feb, 2015
1 commit
22 Feb, 2015
2 commits
11 Feb, 2015
1 commit
04 Feb, 2015
1 commit
-
Conflicts: app/controllers/public/search_controller.rb app/models/profile.rb app/views/cms/edit.html.erb public/stylesheets/application.css
03 Feb, 2015
2 commits
-
This feature allows organizations to invite people and users to request friendship from other users from the network instead of only through email. Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br> Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
02 Feb, 2015
2 commits
-
Conflicts: app/views/profile/_person_profile.html.erb
-
Conflicts: app/helpers/application_helper.rb app/views/profile/_person_profile.html.erb
23 Dec, 2014
2 commits
04 Dec, 2014
1 commit
-
Some targets was destroyed but the related acitivity still exists.