09 May, 2016
8 commits
-
html_safe: fix edition of some blocks See merge request !900
-
api: fix creation of specific article See merge request !906
-
Currently translated at 13.4% (11 of 82 strings)
-
Currently translated at 76.2% (1620 of 2124 strings)
-
fixes creation of specific tasks in API API: Fixes task creation with specific type to also work on development environment. In development with the current code, the task descendants are not loaded when the method post_task is called. See merge request !893
08 May, 2016
4 commits
-
Includes article image to body images paths listing The article image is the main image that represents the article so it should be included in the listing, at the beginning. This is specially useful for metadata plugin usage. See merge request !847
-
The article image is the main image that represents the article so it should be included in the listing, at the beginning. This is specially useful for metadata plugin usage.
07 May, 2016
2 commits
-
Remove StatisticsBlock#content method It is no longer necessary given the new BoxesHelper structure. This just required a view rename in order to properly work with it. See merge request !905
-
It is no longer necessary given the new BoxesHelper structure. This just required a view rename in order to properly work with it.
06 May, 2016
14 commits
-
Send email to environment and profile admins - 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) See merge request !885
-
- 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> Signed-off-by: Sabryna Sousa <sabryna.sousa1323@gmail.com>
-
Currently translated at 100.0% (72 of 72 strings)
-
Updates varnish configuration for Varnish 4 in Debian Jessie * Inline c is disabled by default, so we have to enable it * Apache deprecated NameVirtualHost See merge request !871
-
Fix random selenium fails when trying to log in The cause of this issue is still undefined as both steps were leading to the same page, but with different behaviours. One possible cause is that clicking the "Login" link should be opening the log in modal which is not happening. All the taken screenshots are with the "Login" page displaying. Maybe this is still related to the previous issues with the selenium click steps addressed by the MRs #780 and #785. See merge request !794
05 May, 2016
12 commits
-
html_safe: fix escape of article body and abstract See merge request !896
-
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