19 Nov, 2015
1 commit
16 Nov, 2015
1 commit
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
2 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.
-
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
3 commits
-
Enable users to explicitly install plugins' gems. Also, return error when install/dependencies fail.
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.
29 Sep, 2015
3 commits
28 Sep, 2015
4 commits
-
The plugin still has some structural problems
26 Sep, 2015
3 commits
25 Sep, 2015
2 commits
-
Notification plugin A plugin that allows write notifications and display them on the home page. Description: - The environment admin can write notifications through this plugin. - The notification is displayed only on the homepage. - An admin can manage a notification lifecycle by activating or deactivating it. - Users can block a notification, so it won't appear anymore. - Unlogged in users see only the last notification update. - Unlogged in users can not close notification. - There are 4 categories of notifications, each with a specific color. Danger (Red) Information (Blue) Success (Green) Warning (Yellow) See merge request !650
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Eduardo Vital <vitaldu@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Jéssica Cristina <jessica.cris1127@gmail.com> Signed-off-by: Simião Carvalho <simiaosimis@gmail.com> Signed-off-by: Victor Navarro <victor.matias.navarro@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>