07 Oct, 2015
6 commits
-
Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
-
avoid html double escape This is already handled on rails 3. Fix #64 See merge request !687
-
restore:remove_emails: removes actual emails from database This is useful when you are loading a database dump from a production database for local tests, and you don't want people's emails there in order to avoid accidental outgoing email. See merge request !692
-
Favorite enterprises block footer and content fixes Before:  After:  Had to move the "view all" button to the bottom because of this problem:  See merge request !676
-
newsletter: Fixes string internationalization for mailing Only marking the strings for translation with `N_()` wasn't enough and strings weren't being translated for mailing. See merge request !693
-
Consider subdirectory in some images path Small fixies to allow blog posts present images when Noosfero is running in a subdirectory See merge request !694
06 Oct, 2015
5 commits
-
Include missed helper in Environment Notification Plugin The Environment Notification Plugin's popup feature was broken since the following commit: 1414c2864df4e2d73c8b01f1b7c0c437ee2279b5 See merge request !695
-
Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
-
Only marking the strings for translation with `N_()` wasn't enough and strings weren't being translated for mailing.
-
Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com> Signed-off-by: Simião Carvalho <simiaosimis@gmail.com> Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br> Closes merge request !688
05 Oct, 2015
8 commits
-
Only organizations can manage roles
-
This is useful when you are loading a database dump from a production database for local tests, and you don't want people's emails there in order to avoid accidental outgoing email.
-
plugin translations have already been moved to the plugin sub-trees
-
this helps local tests, since one can use ANYTHING@localhost.localdomain for registering users
-
On Ruby 1.9+ these are no-ops
02 Oct, 2015
15 commits
-
Fixes test broken after changing spread button to use modal api. Also removes colorbox class that I forgot to remove in previous commit, since now we are using modal api. For reference see commit: edcc13059b31341eb78e58079ac2322f1142f206
-
Remove never used bsc plugin See merge request !682
-
Add comment_paragraph plugin See merge request !681
-
content_viewer: defer @page.hit yeah, now we have unicorn for that :) See merge request !678
-
Handle privacity in WorkAssignment submissions properly WorkAssingment submissions weren't considering the show_to_follows attribute. As result, the submissions' download privacity did not work properly. See merge request !690
-
Replaces remaining colorbox in the code with modal Colorbox was replaced with modal api, but we still had instances in the code of colorbox uses and they were broken so this patch is to fix those. See merge request !689
-
search: resolve translations at runtime If you resolve the translation calls -- _("...") -- at load time they will not be translated based on the current user's language. SearchHelper::FILTERS_TRANSLATIONS was not used anywhere, so it got removed. See merge request !686
-
Improve pagination default Also %s/will_paginate/pagination_links to use the default on forum, blog and cms Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br> Signed-off-by: Melissa Wen <melissa@colivre.coop.br> See merge request !685
-
This is already handled on rails 3. Fix #62
-
If you resolve the translation calls -- _("...") -- at load time they will not be translated based on the current user's language. SearchHelper::FILTERS_TRANSLATIONS was not used anywhere, so it got removed.
-
Fixes pages that appear public even when environment is private This fixes a bug in which some pages (eg. a profile page) were visible to unlogged users even if the environment has enabled "show content only to members". See commit message for explanation of what was done and why. Closes issue #124 See merge request !679
-
Fixes compatibility in newsletter plugin with CSV exported by Excel Allow different types of delimiter used for the CSV file with additional emails imported by newsletter plugin. This change is meant to improve compatibility for users under Windows in pt br and Excel, which only exports semicolon delimited CSV. See merge request !683
01 Oct, 2015
6 commits
-
Also %s/will_paginate/pagination_links to use the default on forum, blog and cms Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br> Signed-off-by: Melissa Wen <melissa@colivre.coop.br>
-
It was temporarily disabled for tests
-
Enable users to explicitly install plugins' gems. Also, return error when install/dependencies fail.