30 Oct, 2015
8 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
-
Don't use versions from git if they are older than the one hardcoded. This is specially useful when doing releases, and mostly harmless everywhere else.
-
work_assignment: make sentence meaning clearer Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> See merge request !719
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
29 Oct, 2015
2 commits
-
Some bug fixes for Noosfero 1.3 This merge request contains a few bug fixes that were reported during pre release testing of Noosfero 1.3. See commits for reference of issues. See merge request !716
-
The "correct" translation string is too big and it was breaking some layouts. Fixes #145
28 Oct, 2015
6 commits
-
Fixes #150
-
These permissions were mistakenly removed in a merge. Fixes #142
-
time_ago_as_sentence has been replaced in a refactor and *_description now takes the action tracker record as an argument. This just updates product related notifications to work after these changes.
-
This fixes link on Noosfero running as a subdirectory Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
22 Oct, 2015
1 commit
13 Oct, 2015
1 commit
12 Oct, 2015
1 commit
09 Oct, 2015
4 commits
-
custom_forms: small bug fixes in datepick and remove field - 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. See merge request !703
08 Oct, 2015
9 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.
-
See merge request !564
-
Also does some security enhancement for custom forms by sanitizing content.
-
Fix highlights_block error on add Noosfero.root @danielafeitosa, can you review this merge request? See merge request !701
-
Show email of requestor in AddMember task Add user email on the screen to process the request to enter on the community. softwarepublico issue: https://softwarepublico.gov.br/gitlab/softwarepublico/softwarepublico/issues/238 See merge request !696
-
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@hotmail.com>
-
Explicit hidden filed on topic creation(forum) Users reported the confusing behaviour of "new topic" feature. This MR makes explicit the option that allows users to "leave comments" at the time they create a new topic instead of only the edition. See [travis-ci](https://travis-ci.org/tallysmartins/noosfero/jobs/84188394) for test status for this branch. See merge request !699
-
Error in translation after assessing community Message with error: "Os administradores configuraram o tempo mínimo de 24 hour(s)" "hour(s)" should be "hora(s)" Issue in softwarepublico: https://softwarepublico.gov.br/gitlab/softwarepublico/softwarepublico/issues/271 See merge request !697
07 Oct, 2015
8 commits
-
Signed-off-by: Brenddon Gontijo <brenddongontijo@msn.com> Signed-off-by: Eduardo Vital <vitaldu@gmail.com> Signed-off-by: Jessica Cristina <jessica.cris1127@gmail.com> Signed-off-by: Simiao Carvalho <simiaosimis@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
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>
-
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> Signed-off-by: Simiao Carvalho <simiaosimis@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
-
avoid html double escape This is already handled on rails 3. Fix #64 See merge request !687
-
restore:remove_emails: removes actual emails from database This is useful when you are loading a database dump from a production database for local tests, and you don't want people's emails there in order to avoid accidental outgoing email. See merge request !692
-
Favorite enterprises block footer and content fixes Before:  After:  Had to move the "view all" button to the bottom because of this problem:  See merge request !676
-
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
-
Consider subdirectory in some images path Small fixies to allow blog posts present images when Noosfero is running in a subdirectory See merge request !694