18 Dec, 2015
2 commits
-
Adding tests for multi env remote user Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Macartur Sousa <macartur.sc@gmail.com Closes !753 (cherry picked from commit e9c353c4c26f973935d2bb3177023d7e27149c2c)
17 Dec, 2015
1 commit
14 Dec, 2015
1 commit
-
(cherry picked from commit 5b9ea2513b90770ccafd42e5ce571090b2f4fc3f)
10 Dec, 2015
1 commit
07 Dec, 2015
1 commit
04 Dec, 2015
3 commits
-
Checking if comments is empty before execute delete statement because the clause IN has to have a argument. Signed-off-by: Gustavo Coelho <gust.rod.coelho@gmail.com>
-
- Adds hostspot in Organization Rating task details - Improvements on task and organization ratings layout - Added one hotspot for task contents and another for ratings container content - Rejected rating comments are only displayed to env admins and comment owners - All task messages now refers to "a Report" instead of Comment: i.g. "Report waiting for approval" instead of "Comment waiting for approval" - Also added css style to auto expand task div Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Gustavo Coelho <gust.rod.coelho@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com> Signed-off-by: Dylan Guedes <djmgguedes@gmail.com> Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br> See merge request !737
25 Nov, 2015
1 commit
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> See merge request !709 (cherry picked from commit 139ef7fe71f2a59b1236eabbaa8d44e1038a6614)
23 Nov, 2015
1 commit
20 Nov, 2015
3 commits
-
Events from the past was being displayed with "future" class and vice-versa (cherry picked from commit 36f1b7bc55ad7d77c2badfadedb184d95d76bbac)
-
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. (cherry picked from commit 4075f24dc1d96791bc361c336efd459a26ffdcd6)
-
(cherry picked from commit dcddcdead7477cd0f58af11e904a2f890cd8785b)
05 Nov, 2015
1 commit
30 Oct, 2015
5 commits
-
[gallery block] display images from a gallery The images are displayed like a slideshow with groups of images See merge request !720
-
The images are displayed like a slideshow with groups of images
-
$ rake updatepo
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
28 Oct, 2015
2 commits
-
This fixes link on Noosfero running as a subdirectory Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
22 Oct, 2015
1 commit
08 Oct, 2015
4 commits
-
- Fixes slide up of field box when removing a field, since the outer box was being left behind and only the content was being slided up. - Fixes date pick on Firefox/Iceweasel, which was not showing the date stored on the database and instead was always being initialized with the current date because the format with dashes '1995-12-17 03:24:00' is not a valid date format for Date(), while '1995-12-17T03:24:00' or '1995/12/17 03:24:00' are correct formats.
-
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>
-
Also does some security enhancement for custom forms by sanitizing content.
07 Oct, 2015
2 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>
-
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
06 Oct, 2015
2 commits
-
Only marking the strings for translation with `N_()` wasn't enough and strings weren't being translated for mailing.
05 Oct, 2015
2 commits
-
On Ruby 1.9+ these are no-ops
02 Oct, 2015
5 commits
-
Remove never used bsc plugin See merge request !682
-
Add comment_paragraph plugin See merge request !681
-
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
-
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
2 commits
-
Enable users to explicitly install plugins' gems. Also, return error when install/dependencies fail.