11 Sep, 2014
1 commit
-
When the content being displayed is from the user, we should not display the "publish on my profile" option. The same goes for the "publish on communities" option if the user has no communities or the "publish on portal community" option if the environment has no portal community. If none of this options is available the spread button is also not displayed.
08 Sep, 2014
1 commit
-
Conflicts: app/controllers/application_controller.rb app/controllers/my_profile/memberships_controller.rb app/controllers/public/account_controller.rb app/helpers/application_helper.rb app/helpers/layout_helper.rb app/helpers/token_helper.rb app/views/account/signup.html.erb app/views/layouts/_javascript.html.erb db/schema.rb test/functional/application_controller_test.rb
02 Sep, 2014
1 commit
-
(ActionItem3191)
28 Aug, 2014
2 commits
-
This reverts commit e0f459cd1cd5e0d3dddbc071cc653c28da183aa1.
27 Aug, 2014
2 commits
-
PeopleBlock plugin overrides the EnvironmentStatisticsBlock (ActionItem3045)
26 Aug, 2014
1 commit
-
also: * keep the tip about separate tags by comma * include the css in the header page to have cache (ActionItem3280)
25 Aug, 2014
2 commits
22 Aug, 2014
4 commits
-
Support passenger on production http://noosfero.org/Development/ActionItem3109 See merge request !233
-
Fixed file to log delayed_job info http://noosfero.org/Development/ActionItem3245 See merge request !273
-
Ai3036 Moderate Users Registration http://noosfero.org/Development/ActionItem3036 See merge request !188
21 Aug, 2014
1 commit
20 Aug, 2014
17 commits
-
Modified conditional to be more logical on User model. Renamed moderation task to a more intuitive name. Added unit test for moderate_user_registration task. Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
Solved code duplication that creates the Task for moderation. Fixed the signup page to show the correct messages in case of any combination of the features "Admin Must Approve New Users" and "Skip Email Activation" Signed-off-by: Hebert Douglas <hebertdougl@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
Added support for using User Moderation and Skip user email activation features together Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
(AI3036) Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail.com>
-
(AI3036) Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail.com>
-
(AI3036) Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail.com>
-
from task. (AI3036) Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail.com>
-
(AI3036) Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail.com> Signed-off-by: Renan Costa <renan2727@hotmail.com> Signed-off-by: Rodrigo Medeiros <rodrigo.mss01@gmail.com> Signed-off-by: Iolane Andrade <andrade.icaa@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
(AI3036) Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail.com> Signed-off-by: Renan Costa <renan2727@hotmail.com> Signed-off-by: Rodrigo Medeiros <rodrigo.mss01@gmail.com> Signed-off-by: Iolane Andrade <andrade.icaa@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
Signed-off-by: Álvaro Fernando<alvarofernandoms@gmail.com>
-
(ActionItem3036) Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Wilton Rodrigues <braynwilton@gmail.com>
-
(ActionItem3036) Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
-
When a system that has plugin X enabled gets upgraded to a version where plugin X has been promoted to be a base plugins (i.e. a symlink in baseplugins/), `rake db:migrate` would blow up with Multiple migrations have the version number 12345678901234 Note that we probably don't need to do this deduplication everywhere else, because the Ruby $LOAD_PATH already works by giving prioriry to the first path that is found.
-
Let's quite this string programming there. We do not need to keep a list of all types of tasks, we just need to take the actual list of tasks, and create the filter list accordingly.
19 Aug, 2014
5 commits
-
Our default ssl setup uses a reverse proxy (pound) that treats https connection and passes clean http connections to Noosfero. That way, even using https connections Noosfero will only see http connections. So we can't test if the connection is ssl inside Noosfero.
18 Aug, 2014
3 commits