25 Nov, 2015
3 commits
-
regex should work regardless of the position of id in the tag
18 Nov, 2015
1 commit
12 Nov, 2015
3 commits
-
Noosfero::Plugin::ActiveRecord is not necessary anymore.
-
newsletter: remove unwanted tags from lead Filter out image and other tags from newsletter articles's lead since the only image for an article in the newsletter has to be the article's image. The content in the lead can't have any type of additional formatting in the newsletter's body. This also fixes the problem with not sanitizing p tags with any attributes, like styles commonly added by tinymce. See merge request !698
30 Oct, 2015
1 commit
-
$ rake updatepo
09 Oct, 2015
2 commits
-
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.
25 Sep, 2015
1 commit
16 Sep, 2015
1 commit
15 Sep, 2015
2 commits
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>