05 Nov, 2015
3 commits
-
Article privacy fixies * Fix article privacy to not consider invisible profiles * Change feed published method to consider it's parent privacy * Closes #148 See merge request !723
-
* It fix the private feed creation problem * Closes #148 Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
04 Nov, 2015
8 commits
-
This avoid crashes against a database where I was testing upgrades from Noosfero 1.2
-
It is _very_ frustrating to be finding those all the time.
03 Nov, 2015
2 commits
-
This will happen when working from a git repository, but actually running Noosfero from a choot, container or virtual machine that does not have git installed on it.
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
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.
-
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