09 Apr, 2014
1 commit
19 Mar, 2014
2 commits
-
Signup Redirect Improvements Add environment feature for choosing where to redirect the user after signup. The options are the same as the ones for the login redirection options existing today. This feature takes in consideration that the usar may have to follow a confirmation URL recieved by eletronic mail.
18 Mar, 2014
2 commits
-
Also fixed typo (ActionItem2997)
17 Mar, 2014
1 commit
16 Mar, 2014
5 commits
-
- EnvironmentStatisticsBlock was marked as DEPRECATED, it will be removed in the next Noosfero release, see ActionItem3045 Thanks for the tip Daniela Feitosa ;) (ActionItem2851)
-
- Removed EnvironmentStatisticsBlock from core. Environment's admins should enable the statistics block for its environment Signed-off-by: Leandro Nunes dos Santos <leandro.santos@serpro.gov.br> Signed-off-by: Francisco Marcelo de Araújo Lima Júnior <francisco.lima-junior@serpro.gov.br> Signed-off-by: Victor Costa <vfcosta@gmail.com> (ActionItem2851)
-
…sfero into AI3015-fix_profile_controller
-
test/functional/application_controller_test.rb test/functional/profile_themes_controller_test.rb
14 Mar, 2014
3 commits
-
allow_change_of_redirection is disabled. (ActionItem2998)
-
email is enabled. (ActionItem2998) Signed-off-by: Daniel Bucher <daniel.bucher88@gmail.com> Signed-off-by: Luiz Matos <luizff.matos@gmail.com>
-
signup. (ActionItem2998) Signed-off-by: Daniel Bucher <daniel.bucher88@gmail.com> Signed-off-by: Luiz Matos <luizff.matos@gmail.com>
13 Mar, 2014
3 commits
-
(ActionItem2928)
-
(ActionItem3021)
12 Mar, 2014
3 commits
-
-Added tests for ban user -Added also tests for activate/deactivate users -Added also tests for set admin role (ActionItem3021) Signed-off-by: Alex Campelo <campelo.al1@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
-
(ActionItem3021) Signed-off-by: Alex Campelo <campelo.al1@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@hotmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
-
(ActionItemAI3021) Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Eduardo Vital <vitaldu@gmail.com>
10 Mar, 2014
1 commit
07 Mar, 2014
3 commits
-
(ActionItem2997) Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
-
Conflicts: app/controllers/my_profile/profile_themes_controller.rb test/unit/comment_test.rb vendor/plugins/action_tracker_has_comments/init.rb
-
(ActionItem2997) Signed_off_by: Gabriela Navarro <navarro1703@gmail.com> Signed_off_by: Gustavo Jaruga <darksshades@gmail.com>
05 Mar, 2014
1 commit
-
Ai2943 Container Block Fixes Fix broken edition for container block with the new css for sideboxes view.
28 Feb, 2014
1 commit
-
…gama/noosfero into ActionItem2909-SortUsersAlphabetically
20 Feb, 2014
1 commit
-
(ActionItem3015)
13 Feb, 2014
1 commit
12 Feb, 2014
1 commit
11 Feb, 2014
4 commits
-
(ActionItem2995)
-
Also adding a new assert helper to test the order of a collection without assuming all elements inside it. (ActionItem2996)
-
Don't render layout for javascript format This is the default behaviour for Rails when rendering .js.erb files. Check http://stackoverflow.com/questions/4060300/when-rendering-js-erb-file-it-renders-layout-with-the-javascript-is-it-a-bug
10 Feb, 2014
2 commits
-
…into unb-gama/noosfero-AI2897-environment_theme
05 Feb, 2014
1 commit
-
This is the default behaviour for Rails when rendering .js.erb files. Check http://stackoverflow.com/questions/4060300/when-rendering-js-erb-file-it-renders-layout-with-the-javascript-is-it-a-bug
31 Jan, 2014
1 commit
-
…into merge-requests/367 Conflicts: app/views/content_viewer/view_page.rhtml
28 Jan, 2014
1 commit
-
…into merge-requests/358
23 Jan, 2014
2 commits
-
Conflicts: public/stylesheets/application.css
-
-Changed update_attribute to setting the attribute then 'save!' -Removed some whitespaces -The file controller/themes_controller.rb is needed because it is inherited by controller/my_profile/profile_themes_controller.rb and controller/admin/environment_themes_controller.rb, it is a generalization. Before this functionality was created, there was only one file called controller/my_profile/themes_controller.rb. (ActionItem2897) Signed-off-by: Alex de Souza <campelo.al1@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@hotmail.com>