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
4 commits
18 Aug, 2014
4 commits
-
(ActionItem2915)
15 Aug, 2014
10 commits
-
I build the packages in a different system than the one where I keep my ssh keys. Nevertheless, it will still work for other who don't.
-
Incidentally this removes warnings when loading the environment.
-
Ai3240 fix join and leave See merge request !272
-
Ai3218 article block bug Fixing ArticleBlock blog's pagination bug: http://noosfero.org/Development/ActionItem3218 See merge request !301