16 Jul, 2016
1 commit
22 Apr, 2016
2 commits
-
Fixing html_safe for noosfero This MR treats of Noosfero's safe strings (with html_safe), because at the moment Noosfero treats all strings as safe, which allows users to inject malicious code. See merge request !859
-
Anticipating a pattern from Rails 5
18 Apr, 2016
1 commit
-
Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
08 Apr, 2016
1 commit
12 Nov, 2015
1 commit
-
Noosfero::Plugin::ActiveRecord is not necessary anymore.
09 Oct, 2015
1 commit
-
The only image for an article in the newsletter has to be the article's image. The lead for the article also can't have any paragraph or other crazy stuff. Instead of manually using gsub to remove undesired tags, I'm using ActionView::Helpers::SanitizeHelper#sanitize and whitelisting only tags for emphasis in text.
06 Oct, 2015
1 commit
-
Only marking the strings for translation with `N_()` wasn't enough and strings weren't being translated for mailing.
30 Sep, 2015
1 commit
-
Windows systems with pt_br have problem in exporting CSV with comma as delimiter through Excel, so to improve compatibility I decided to loop through delimiter types when parsing and importing recipients. Since I try different types of delimiter and stick with the first one that gives me a valid content, it's always possible (albeit unlikely) the file can be parsed incorrectly.
11 Sep, 2015
1 commit
-
a plugin that periodically sends newsletter via email to network users signed-off-by: Larissa Reis <larissa@colivre.coop.br> signed-off-by: Melissa Wen <melissa@colivre.coop.br>