05 May, 2016
10 commits
-
- Environment admins can now choose the recipients that will recieve an email sent throw the admin panel. There are now 3 options: All users(exclusive with other options) Environment Admins(inclusive with opt below) Profile Admins(inclusive with opt above) Signed-off-by: Artur Bersan de Faria <arturbersan@gmail.com> Signed-off-by: Brenddon Gontijo <brenddongontijo@msn.com> Signed-off-by: Matheus Miranda <matheusmirandalacerda@gmail.com> Signed-off-by: Omar Junior <omarroinuj@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
environment_notification plugin improved - Added notifications for Organizations; - Only the profile admin can create them; - show_only_in_homepage option here works with profile homepage; - Rename plugin to be more consistent with new features; - Adds plugin namespace to tables, classes and modules; Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Lucas Severo <lucassalves65@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com> fixes migration and translations See merge request !838
-
Adds required email moderation option - Confirmation modal when joining community where user's email is required. - Moderation option to require email in community control panel. - Adds task footer support. - Implemented for add_member task. - Changes the e-mail of the requestor to appear on the task footer. See merge request !882
-
- Added notifications for Organizations; - Only the profile admin can create them; - show_only_in_homepage option here works with profile homepage; - Rename plugin to be more consistent with new features; - Old plugin folder still exists, so old users can switch automatically when migrating; - If you want to start using it, activate "admin_notifications" plugin instead of "environment_notification" - Adds plugin namespace to tables, classes and modules; Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Lucas Severo <lucassalves65@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
-
fix html escape of activity lead fix html escape of activity lead See merge request !899
-
Fix top_ancestor of root categories The root categories are created with "blank" as ancestry, not with nil. And should return itself when calling "top_ancestor". See merge request !880
-
metadata: Use lead instead of body for description Most social networks limit the description length so it's not necessary to put the whole article body in the description meta tag so we use the lead instead. Also if the article is reasonably long, the user could be unable to share it, getting a "Request-URI Too Large" error. See merge request !873
-
Fixes for video plugin - Add migration to rename type of blocks on database - Fix visualization of video gallery article See merge request !897
04 May, 2016
10 commits
-
api: list only published children when get an article See merge request !895
-
- Confirmation modal when joining community - Moderation option in community control panel Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Alvaro Fernando <alvarofernandoms@gmail.com> Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
-
Signed-off-by: Artur Bersan de Faria <artur_bersan@hotmail.com> Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
-
Html safe fixes 1. html_safe: not escape tinymce macros 1. html_safe: fix author link in publishing info See merge request !894
-
html_safe: avoid escape task information string See merge request !889
-
api: expose published attribute from article See merge request !888
03 May, 2016
10 commits
-
Refactor video plugin This puts the plugin in the standards set by BoxesHelper, improve test coverage and remove an unused view. Travis build: https://travis-ci.org/rafamanzo/noosfero/builds/127621024 See merge request !891
-
Sets some blog_helper strings as html_safe Prevents html code from scaping in some strings. See merge request !890
-
This is no longer necessary as this logic is now at BoxesHelper. In order to ensure a proper refactor unit tests were added and the view has been moved and renamed accordingly to BoxesHelper expectations.
-
It was added probably just to keep the structure but is not used anywhere and removing it has not broken any tests.
-
Remove forgotten commented code This was commented out in order to check if the previous refactor was good to go. Once it've got working, I've forgotten about these lines. See merge request !887
-
This method is no longer necessary given the structure at BoxesHelper. It actually violates MVC as the model is holding view logic. In order to comply with the BoxesHelper standards, the view got moved and renamed properly. As well one unit test has been removed as it is already better covered by the functional ones.
-
This was commented out in order to check if the previous refactor was good to go. Once it've got working, I've forgotten about these lines.
02 May, 2016
8 commits
-
noosfero-chat: avoid psql command if postgresql is not installed See merge request !830
-
Reviews API permissions - Reviewed Profile scopes - Removed required authentication for anonymous - Corrected records fetching (considering permission levels) - Conditionally exposes attributes **Includes all changes introduced in !863** See merge request !867
-
- Reviewed Profile scopes - Removed required authentication for anonymous - Corrected records fetching (considering permission levels) - Conditionally exposes attributes Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Victor Navarro <victor.matias.navarro@gmail.com>
-
Adds hotspot to allow custom API login method Creates hotspot that adds login alternatives for Noosfero API. Signed-off-by: Macartur Sousa <macartur.sc@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> See merge request !879
-
API: changes in article creation 1. Accept article type attribute 1. Refactor children endpoint See merge request !878
01 May, 2016
1 commit
-
Refactor sub_organizations plugin Block The method footer was an instance of a model generating HTML and thus violating MVC. This has been refactored to use the new BoxesHelper structure for view rendering. Here follows a travis build: https://travis-ci.org/rafamanzo/noosfero/builds/126868220 See merge request !883
30 Apr, 2016
1 commit
-
Refactor organization ratings This plugin has two block for which the `content` methods were remove in favour of the structure provided by `BoxesHelper`. View renames were necessary to meet the expected standards there. Travis build: https://travis-ci.org/rafamanzo/noosfero/builds/126873754 See merge request !884