04 Dec, 2015
2 commits
-
- 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
03 Dec, 2015
2 commits
-
Comments in the script tell the user to use /etc/default/noosfero to set variables used in the script, but it looks for them in /etc/default/stoa-auth-daemon. Also, the file name variable should be atoa-auth-server.
25 Nov, 2015
5 commits
-
Newsletter and Sniffer plugins bug fixes Fixes some bugs found: - Check box in newsletter moderation task page wasn't showing up; - Newsletter header in moderation task page wasn't exactly like the preview of the newsletter since a padding was added; - Sniffer plugin wasn't filtering out enterprises based on distance. See merge request !736
-
`sniffer_plugin_distance` is a virtual attribute of profile and seems like it can only be accessed by a get method call now, so I replaced a `[]` call by a send.
-
regex should work regardless of the position of id in the tag
24 Nov, 2015
1 commit
21 Nov, 2015
4 commits
20 Nov, 2015
2 commits
-
Events from the past was being displayed with "future" class and vice-versa
19 Nov, 2015
1 commit
-
Include some profile controller paths to show breadcrumbs block Currently, pages from profile and event actions don't display breadcrumbs. This merge creates path links on profile and event actions page with profile index as ancestor, so breadcrumbs block will work on these pages. See merge request !728
18 Nov, 2015
1 commit
16 Nov, 2015
2 commits
13 Nov, 2015
1 commit
12 Nov, 2015
5 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
10 Nov, 2015
3 commits
-
the plugin style was not being loaded
-
the plugin style was not being loaded also removed useless sym link
-
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
05 Nov, 2015
2 commits
04 Nov, 2015
1 commit
03 Nov, 2015
3 commits
-
GetText will try to update PO files when creating MO files, and we don't want that.
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>