26 Jan, 2015
7 commits
-
Block permission Add privacy of block only to members in a community Add privacy of block only to friends in person. The privacies were added in the block edition. See merge request !418
-
Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
-
This needs to be done for all plugins as well, but it's more complicated there because several plugins have their own test_helper (which will also load the core test_helper).
-
There is no much point in hardcoding the expected constant in the test.
22 Jan, 2015
4 commits
-
Also removed "id" on update of external_feed_data. It must not be updated or mass-assigned
-
Always allow admin to change profiles homepage See merge request !412
-
Fix invitation tasks Fix creation of tasks to invite already registered users See merge request !399
-
Append logged-in class in body when user is logged in See merge request !387
21 Jan, 2015
3 commits
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Aurélio A. Heckert <aurelio@colivre.coop.br>
-
Fixed block Make a specific block fixed on a position. Only the environment admin can move and specify this option for the block https://gitlab.com/noosfero/noosfero/issues/26 See merge request !380
-
Fixed blocks can't be modified by regular users, but only by administrators. The main use case is defining a few blocks in the user or community templates, so that users and communities can't remove or change them. Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
20 Jan, 2015
1 commit
-
(ActionItem3287) It can be done while edit a profile or in environment administration panel Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Parley Martins <parley@outlook.com>
15 Jan, 2015
1 commit
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
14 Jan, 2015
1 commit
12 Jan, 2015
1 commit
23 Dec, 2014
1 commit
-
On environments created before including =spam_comments_count=, the visualization of number of comments was crashing because it was nil Fixes #31
22 Dec, 2014
1 commit
17 Dec, 2014
1 commit
11 Dec, 2014
2 commits
04 Dec, 2014
2 commits
02 Dec, 2014
3 commits
-
Check if is template before creating job to check activation
-
Check if is template before removing an inactive user
24 Nov, 2014
1 commit
13 Nov, 2014
2 commits
-
Fix kind method in Role (access_control plugin) Because edit_appearance permission exists for both Environment and Profile roles, the old method returned Environment for a Profile role with this permission. See merge request !374
-
Allow trusted url without protocol for iframe in tinymce See merge request !358
12 Nov, 2014
1 commit
11 Nov, 2014
1 commit
29 Oct, 2014
3 commits
-
*sigh*
-
January first is parsed in UTC, but when the local timezone is applied, those dates end up in the wrong month.
28 Oct, 2014
1 commit
22 Oct, 2014
2 commits
-
Conflicts: app/helpers/profile_helper.rb app/views/content_viewer/_article_toolbar.rhtml app/views/profile/_common.rhtml app/views/profile/_organization_profile.rhtml app/views/profile/_person_profile.rhtml db/schema.rb public/stylesheets/application.css
13 Oct, 2014
1 commit
-
I13 fix partial for class Fixes #13 See merge request !333